--- a/bluetooth/btstack/linkmgr/ProxySAP.h Tue May 11 17:15:36 2010 +0300
+++ b/bluetooth/btstack/linkmgr/ProxySAP.h Tue May 25 13:54:55 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;