javaextensions/bluetooth/bluetoothplugins/btspppushplugin/src.s60/btrfcommserverconnection.cpp
branchRCL_3
changeset 83 26b2b12093af
parent 60 6c158198356e
--- a/javaextensions/bluetooth/bluetoothplugins/btspppushplugin/src.s60/btrfcommserverconnection.cpp	Wed Sep 15 12:05:25 2010 +0300
+++ b/javaextensions/bluetooth/bluetoothplugins/btspppushplugin/src.s60/btrfcommserverconnection.cpp	Wed Oct 13 14:23:59 2010 +0300
@@ -42,10 +42,15 @@
 OS_EXPORT RFCOMMServerConnection::RFCOMMServerConnection(
     java::bluetooth::BluetoothFunctionServer* server):
         mAcceptMonitor(NULL),
+        mAcceptStatus(0),
+        mAcceptedSocket(0),
         mAsyncAccept(false),
+        mAvoidFilter(false),
+        mPushEventListener(0),
         mBtUrlParams(NULL),
         mBtClientConn(NULL),
         mServer(server),
+        mListenSock(0),
         mIsConnected(EFalse),
         mServRec(NULL),
         mState(ENone)