author | korovkin <korovkin> | 2007-01-24 18:38:04 (UTC) |
---|---|---|
committer | korovkin <korovkin> | 2007-01-24 18:38:04 (UTC) |
commit | a4a7bd22feb060a80e20c81cded43cc24f5cd423 (patch) (unidiff) | |
tree | 5d92d27b96ad235f3815014f98d49c766461a678 /core | |
parent | 8644340455a433f4d6e3b31b329479f1e7983f78 (diff) | |
download | opie-a4a7bd22feb060a80e20c81cded43cc24f5cd423.zip opie-a4a7bd22feb060a80e20c81cded43cc24f5cd423.tar.gz opie-a4a7bd22feb060a80e20c81cded43cc24f5cd423.tar.bz2 |
OBEX push server has a more common description.
-rw-r--r-- | core/obex/obexserver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/obex/obexserver.cpp b/core/obex/obexserver.cpp index 25d8224..f1fb205 100644 --- a/core/obex/obexserver.cpp +++ b/core/obex/obexserver.cpp | |||
@@ -337,7 +337,7 @@ int ObexServer::initObex(void) | |||
337 | } | 337 | } |
338 | if (transport == OBEX_TRANS_BLUETOOTH) { | 338 | if (transport == OBEX_TRANS_BLUETOOTH) { |
339 | ::BtOBEX_ServerRegister(m_obex, NULL, channel); | 339 | ::BtOBEX_ServerRegister(m_obex, NULL, channel); |
340 | m_session = addOpushSvc(channel, "OBEX push service"); | 340 | m_session = addOpushSvc(channel, "OBEX Object Push"); |
341 | if (!m_session) { | 341 | if (!m_session) { |
342 | printf("OBEX registration error %d\n", errno); | 342 | printf("OBEX registration error %d\n", errno); |
343 | ::OBEX_Cleanup(m_obex); | 343 | ::OBEX_Cleanup(m_obex); |