bluetooth/btstack/linkmgr/linkmgr.h
changeset 33 4e80e1b997a8
parent 17 907b2fb7aa8e
child 45 99439b07e980
--- a/bluetooth/btstack/linkmgr/linkmgr.h	Mon May 03 13:34:38 2010 +0300
+++ b/bluetooth/btstack/linkmgr/linkmgr.h	Mon Jul 12 07:03:47 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