bluetooth/btstack/linkmgr/linkmgr.h
branchRCL_3
changeset 17 32ba20339036
parent 11 20fda83a6398
child 25 99439b07e980
--- a/bluetooth/btstack/linkmgr/linkmgr.h	Tue May 11 17:15:36 2010 +0300
+++ b/bluetooth/btstack/linkmgr/linkmgr.h	Tue May 25 13:54:55 2010 +0300
@@ -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