bluetoothappprofiles/avrcp/remconbeareravrcp/inc/remconcommandinterface.h
branchRCL_3
changeset 6 6a29d5ad0713
parent 0 f63038272f30
child 14 2f88a7d66f50
equal deleted inserted replaced
2:0b192a3a05a4 6:6a29d5ad0713
    29 public:
    29 public:
    30 	virtual void MrcciNewCommand(CAvrcpCommand& aCommand) = 0;
    30 	virtual void MrcciNewCommand(CAvrcpCommand& aCommand) = 0;
    31 	virtual void MrcciNewCommand(CAvrcpCommand& aCommand, const TRemConClientId& aClientId) = 0;
    31 	virtual void MrcciNewCommand(CAvrcpCommand& aCommand, const TRemConClientId& aClientId) = 0;
    32 
    32 
    33 	virtual TUint MrcciNewTransactionId() = 0;
    33 	virtual TUint MrcciNewTransactionId() = 0;
       
    34 	virtual void MrcciCommandExpired(TUint aTransactionId) = 0;
    34 	};
    35 	};
    35 
    36 
    36 NONSHARABLE_CLASS(MRemConBulkCommandInterface) : public MRemConCommandInterface
    37 NONSHARABLE_CLASS(MRemConBulkCommandInterface) : public MRemConCommandInterface
    37 	{
    38 	{
    38 public:
    39 public: