diff -r 9d84592f5036 -r 14e279d2bbb7 bluetoothmgmt/bluetoothclientlib/btlib/btsynclinkhelpers.h --- a/bluetoothmgmt/bluetoothclientlib/btlib/btsynclinkhelpers.h Mon Jul 12 07:06:31 2010 +0300 +++ b/bluetoothmgmt/bluetoothclientlib/btlib/btsynclinkhelpers.h Wed Jul 21 15:42:05 2010 +0300 @@ -32,7 +32,6 @@ private: CBTSynchronousLinkBaseband(CBluetoothSynchronousLink& aParent); - void ConstructL(); void DoCancel(); void RunL(); TInt RunError(TInt aError); @@ -41,7 +40,7 @@ TBTBasebandEvent iEvent; }; -//CBluetoothSynchronousLink Active Objects... + NONSHARABLE_CLASS(CBTSynchronousLinkAttacher) : public CActive { public: @@ -53,7 +52,6 @@ private: CBTSynchronousLinkAttacher(CBluetoothSynchronousLink& aParent, TSCOType aSCOTypes); - void ConstructL(); void DoCancel(); void RunL(); TInt RunError(TInt aError); @@ -75,7 +73,6 @@ private: CBTSynchronousLinkDetacher(CBluetoothSynchronousLink& aParent, TSCOType aSCOTypes); - void ConstructL(); void DoCancel(); void RunL(); TInt RunError(TInt aError); @@ -93,12 +90,11 @@ static CBTSynchronousLinkAccepter* NewL(CBluetoothSynchronousLink& aParent, TSCOType aSCOType); ~CBTSynchronousLinkAccepter(); - void Accept(RSocket& aSocket); + void Accept(); private: CBTSynchronousLinkAccepter(CBluetoothSynchronousLink& aParent, TSCOType aSCOType); - void ConstructL(); void DoCancel(); void RunL(); TInt RunError(TInt aError); @@ -120,7 +116,6 @@ private: CBTSynchronousLinkSender(CBluetoothSynchronousLink& aParent, TSCOType aSCOType); - void ConstructL(); void DoCancel(); void RunL(); TInt RunError(TInt aError); @@ -142,7 +137,6 @@ private: CBTSynchronousLinkReceiver(CBluetoothSynchronousLink& aParent, TSCOType aSCOTypes); - void ConstructL(); void DoCancel(); void RunL(); TInt RunError(TInt aError);