diff -r 98ccebc37403 -r dc7c549001d5 javaextensions/bluetooth/bluetoothplugins/btl2cappushplugin/inc.s60/btl2capserverconnection.h --- a/javaextensions/bluetooth/bluetoothplugins/btl2cappushplugin/inc.s60/btl2capserverconnection.h Fri May 14 15:47:24 2010 +0300 +++ b/javaextensions/bluetooth/bluetoothplugins/btl2cappushplugin/inc.s60/btl2capserverconnection.h Thu May 27 12:49:31 2010 +0300 @@ -39,6 +39,7 @@ public: OS_IMPORT L2CAPServerConnection( java::bluetooth::BluetoothFunctionServer* server); + OS_IMPORT ~L2CAPServerConnection(); OS_IMPORT int openServer(bool authorize, bool authenticate, bool encrypt, @@ -67,8 +68,8 @@ TBool encrypt, TBool master, TInt receiveMTU, TInt transmitMTU); OS_IMPORT int GetServerPSM(); + OS_IMPORT long Accept(); - OS_IMPORT int CloseServer(); OS_IMPORT ServiceRecord *getServiceRecordHandle(); @@ -99,6 +100,8 @@ void avoidFilter(); + int CloseServer(); + private: L2CAPServerConnection();