--- a/bluetoothappprofiles/avrcp/remconbeareravrcp/inc/avrcpremotedevice.h Tue Apr 27 16:49:44 2010 +0300
+++ b/bluetoothappprofiles/avrcp/remconbeareravrcp/inc/avrcpremotedevice.h Tue May 11 16:23:08 2010 +0300
@@ -24,7 +24,7 @@
#include <e32std.h>
-class CRemConBearerAvrcp;
+class MRemConControlCommandInterface;
class MIncomingCommandHandler;
class MOutgoingCommandHandler;
class CRcpIncomingCommandHandler;
@@ -41,7 +41,7 @@
public:
static CRcpRemoteDevice* NewL(const TBTDevAddr& aAddr,
CRcpRouter& aRouter,
- CRemConBearerAvrcp& aBearer,
+ MRemConControlCommandInterface& aCommandInterface,
MRemConBearerObserver& aObserver,
CDeltaTimer& aTimer,
CAvrcpPlayerInfoManager& aPlayerInfoManager);
@@ -58,7 +58,7 @@
private:
CRcpRemoteDevice(const TBTDevAddr& aAddr,
CRcpRouter& aRouter,
- CRemConBearerAvrcp& aBearer,
+ MRemConControlCommandInterface& aCommandInterface,
CDeltaTimer& aTimer);
void ConstructL(MRemConBearerObserver& aObserver,
@@ -73,7 +73,7 @@
CRcpOutgoingCommandHandler* iOutgoing;
CRcpRouter& iRouter;
- CRemConBearerAvrcp& iBearer;
+ MRemConControlCommandInterface& iCommandInterface;
CDeltaTimer& iTimer;
};