diff -r 19bd632b5100 -r b72428996822 bluetoothappprofiles/avrcp/remconbeareravrcp/inc/avrcpremotedevice.h --- a/bluetoothappprofiles/avrcp/remconbeareravrcp/inc/avrcpremotedevice.h Fri May 28 17:03:06 2010 +0300 +++ b/bluetoothappprofiles/avrcp/remconbeareravrcp/inc/avrcpremotedevice.h Mon Jul 12 18:51:05 2010 +0300 @@ -24,7 +24,7 @@ #include -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; };