accessoryservices/remotecontrolfw/server/src/activehelper.cpp
changeset 70 653a8b91b95e
parent 0 4e1aa6a622a0
--- a/accessoryservices/remotecontrolfw/server/src/activehelper.cpp	Fri Sep 10 19:45:56 2010 +0300
+++ b/accessoryservices/remotecontrolfw/server/src/activehelper.cpp	Thu Sep 23 10:05:41 2010 +0300
@@ -22,13 +22,13 @@
 
 #include <bluetooth/logger.h>
 #include "activehelper.h"
-#include "session.h"
+#include "controllersession.h"
 
 #ifdef __FLOG_ACTIVE
 _LIT8(KLogComponent, LOG_COMPONENT_REMCON_SERVER);
 #endif
 
-CActiveHelper::CActiveHelper(CRemConSession &aSession) : 
+CActiveHelper::CActiveHelper(CRemConControllerSession &aSession) : 
 	CActive(CActive::EPriorityStandard),
 	iSession(aSession)
 	{