bluetoothappprofiles/avrcp/remconbeareravrcp/inc/avrcpcommand.h
changeset 26 b78e66e88238
parent 0 f63038272f30
--- a/bluetoothappprofiles/avrcp/remconbeareravrcp/inc/avrcpcommand.h	Sat Apr 24 00:12:05 2010 +0300
+++ b/bluetoothappprofiles/avrcp/remconbeareravrcp/inc/avrcpcommand.h	Sat Apr 24 00:30:17 2010 +0300
@@ -25,7 +25,7 @@
 #include <e32base.h>
 #include <bluetoothav.h>
 #include <bluetooth/avctptypes.h>
-#include "internaltypes.h"
+#include "avrcputils.h"
 
 class CAvrcpPlayerInfoManager;
 /**
@@ -68,9 +68,9 @@
 			const TBTDevAddr& aAddr);
 	
 public:
-	TBTDblQueLink	iHandlingLink;	// Used to form handling queue in command handlers
-	TBTDblQueLink	iReadyLink;		// Used to form ready command queue in CRemConBearerAvrcp
-	TBTDblQueLink	iSendLink;		// Used to form send queue in CRcpRouter
+	TAvrcpDblQueLink	iHandlingLink;	// Used to form handling queue in command handlers
+	TAvrcpDblQueLink	iReadyLink;		// Used to form ready command queue in CRemConBearerAvrcp
+	TAvrcpDblQueLink	iSendLink;		// Used to form send queue in CRcpRouter
 
 protected:
 	TUint							iRemConId;