--- a/bluetooth/btstack/linkmgr/linkmgr.h Wed Jun 23 19:28:39 2010 +0300
+++ b/bluetooth/btstack/linkmgr/linkmgr.h Tue Jul 06 15:33:04 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