diff -r b9d1744dc449 -r f72906e669b4 bluetooth/btstack/linkmgr/ProxySAP.h --- a/bluetooth/btstack/linkmgr/ProxySAP.h Wed Jun 23 19:28:39 2010 +0300 +++ b/bluetooth/btstack/linkmgr/ProxySAP.h Tue Jul 06 15:33:04 2010 +0300 @@ -80,6 +80,7 @@ public: static CBTProxySAP* NewLC(CPhysicalLinksManager& aConnectionMan, CPhysicalLink*); static CBTProxySAP* NewL(CPhysicalLinksManager& aConnectionMan, CPhysicalLink*); + ~CBTProxySAP(); // from SAP - the proxy will not do all of these virtual void Start(); @@ -122,8 +123,7 @@ void Error(TInt aError); void Disconnect(); - - ~CBTProxySAP(); + public: TSglQueLink iQueueLink; TBTDblQueLink iPLMLink;