idlefw/inc/framework/aipluginfactory.h
branchRCL_3
changeset 64 b276298d5729
parent 51 15e4dd19031c
child 74 edd621764147
--- a/idlefw/inc/framework/aipluginfactory.h	Wed Apr 14 16:16:44 2010 +0300
+++ b/idlefw/inc/framework/aipluginfactory.h	Tue Apr 27 16:57:49 2010 +0300
@@ -29,7 +29,7 @@
 // Forward declarations
 class CAiUiControllerManager;
 class CAiStateManager;
-class MAiCpsCommandBuffer;
+class CAiCpsCommandBuffer;
 class CHsContentPublisher;
 class THsPublisherInfo;
 
@@ -122,7 +122,7 @@
      * @since S60 5.2
      * @param aCommanddBuffer Command buffer
      */
-    void SetCommandBuffer( MAiCpsCommandBuffer* aCommanddBuffer );
+    void SetCommandBuffer( CAiCpsCommandBuffer* aCommanddBuffer );
     
 private:	
     // private constructors
@@ -159,7 +159,7 @@
     /** UI Controller Manager, Not owned */
     CAiUiControllerManager& iUiControllerManager;
     /** Cps command buffer, Not owned */
-    MAiCpsCommandBuffer* iCommandBuffer;
+    CAiCpsCommandBuffer* iCommandBuffer;
     /** Array of loaded data plugins, Owned */
     mutable RPointerArray< CHsContentPublisher > iPublishers;
     /** Ecom implementation info, Owned */