bluetooth/btstack/linkmgr/ProxySAP.h
changeset 32 f72906e669b4
parent 0 29b1cd4cb562
--- 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;