--- 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