javaextensions/bluetooth/bluetoothplugins/btspppushplugin/src/rfcommpushserverconnection.cpp
branchRCL_3
changeset 83 26b2b12093af
parent 19 04becd199f91
--- a/javaextensions/bluetooth/bluetoothplugins/btspppushplugin/src/rfcommpushserverconnection.cpp	Wed Sep 15 12:05:25 2010 +0300
+++ b/javaextensions/bluetooth/bluetoothplugins/btspppushplugin/src/rfcommpushserverconnection.cpp	Wed Oct 13 14:23:59 2010 +0300
@@ -38,10 +38,12 @@
 OS_EXPORT RFCOMMPushServerConnection::RFCOMMPushServerConnection(
     const wstring aUri, const wstring aFilter,ServerConnectionFactoryBase* aFactory):
         mAcceptMonitor(NULL),
+        mConnectionListener(0),
         mConnectionUri(aUri),
         mConnectionFilter(aFilter),
         mRFCOMMServer(NULL),
         mConnectionFactory(aFactory),
+        mClientConnection(0),
         mIsGOEP(false),
         mPendingConnection(false),
         mListening(false),