accessoryservices/remotecontrolfw/server/inc/bearermanager.h
changeset 35 f7565e9c9ce8
parent 0 4e1aa6a622a0
child 70 653a8b91b95e
--- a/accessoryservices/remotecontrolfw/server/inc/bearermanager.h	Thu May 27 14:11:20 2010 +0300
+++ b/accessoryservices/remotecontrolfw/server/inc/bearermanager.h	Fri Jun 11 14:56:08 2010 +0300
@@ -193,6 +193,9 @@
 	TInt MrcboDoSupportedInterfaces(const TRemConClientId& aId, RArray<TUid>& aUids);
 	TInt MrcboDoSupportedOperations(const TRemConClientId& aId, TUid aInterfaceUid, RArray<TUint>& aOperations);
 	
+	TInt MrcboDoRegisterLocalAddressedClientObserver(const TUid& aBearerUid);
+	TInt MrcboDoUnregisterLocalAddressedClientObserver(const TUid& aBearerUid);
+	
 private: // utility
 	/** Called during (2-phase) construction to instantiate all the bearer 
 	plugins, from ROM only. */