--- a/bluetooth/btstack/linkmgr/ProxySAP.h Thu Jun 17 22:32:21 2010 +0100
+++ b/bluetooth/btstack/linkmgr/ProxySAP.h Thu Jul 22 16:44:39 2010 +0100
@@ -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;