javaextensions/bluetooth/bluetoothplugins/btspppushplugin/src/rfcommpushserverconnection.cpp
changeset 79 2f468c1958d0
parent 21 2a9601315dfc
equal deleted inserted replaced
76:4ad59aaee882 79:2f468c1958d0
    36 const wchar_t BT_GOEP_PROTOCOL[]=L"btgoep";
    36 const wchar_t BT_GOEP_PROTOCOL[]=L"btgoep";
    37 
    37 
    38 OS_EXPORT RFCOMMPushServerConnection::RFCOMMPushServerConnection(
    38 OS_EXPORT RFCOMMPushServerConnection::RFCOMMPushServerConnection(
    39     const wstring aUri, const wstring aFilter,ServerConnectionFactoryBase* aFactory):
    39     const wstring aUri, const wstring aFilter,ServerConnectionFactoryBase* aFactory):
    40         mAcceptMonitor(NULL),
    40         mAcceptMonitor(NULL),
       
    41         mConnectionListener(0),
    41         mConnectionUri(aUri),
    42         mConnectionUri(aUri),
    42         mConnectionFilter(aFilter),
    43         mConnectionFilter(aFilter),
    43         mRFCOMMServer(NULL),
    44         mRFCOMMServer(NULL),
    44         mConnectionFactory(aFactory),
    45         mConnectionFactory(aFactory),
       
    46         mClientConnection(0),
    45         mIsGOEP(false),
    47         mIsGOEP(false),
    46         mPendingConnection(false),
    48         mPendingConnection(false),
    47         mListening(false),
    49         mListening(false),
    48         mCreatedByPush(false),
    50         mCreatedByPush(false),
    49         mClearServiceClassBitsFlag(true)
    51         mClearServiceClassBitsFlag(true)