bluetooth/btstack/linkmgr/linkmgr.h
branchGCC_SURGE
changeset 36 230aed0f16aa
parent 32 f72906e669b4
child 45 99439b07e980
--- a/bluetooth/btstack/linkmgr/linkmgr.h	Thu Jun 17 22:32:21 2010 +0100
+++ b/bluetooth/btstack/linkmgr/linkmgr.h	Thu Jul 22 16:44:39 2010 +0100
@@ -128,14 +128,17 @@
 	
 	void Error(TInt anError,CProtocolBase* aSourceProtocol=NULL);
 
+public: // from CProtocolBase
+	// Ref Counting
+	void Close();
+	void Open();
+	
 private: // From CProtocolBase
 	// Factories
 	CHostResolvProvdBase* NewHostResolverL();
 	CServProviderBase* NewSAPL(TUint aSockType);
 	
 	// Ref Counting
-	void Close();
-	void Open();
 	void CloseNow();
 
 	// Others