uiservicetab/vimpstui/inc/mvimpstuitabcontrolfactory.h
branchRCL_3
changeset 27 2b7283837edb
parent 0 5e5d6b214f4f
--- a/uiservicetab/vimpstui/inc/mvimpstuitabcontrolfactory.h	Mon Jun 21 15:25:20 2010 +0300
+++ b/uiservicetab/vimpstui/inc/mvimpstuitabcontrolfactory.h	Thu Aug 19 09:41:53 2010 +0300
@@ -47,7 +47,8 @@
                                                         MVIMPSTCmdHandler& aCommandHandler,
                                                         TUint32 aServiceId,
                                                         CVIMPSTUiBrandData& aBrandHandler,
-                                                        MVIMPSTEngine& aEngine )
+                                                        MVIMPSTEngine& aEngine,
+                                                        CEikButtonGroupContainer* aCba)
                                                         
         {
         // LOGIC : IF presence is enabled for that service then 
@@ -60,7 +61,8 @@
                     aCommandHandler,
                     aServiceId, 
                     aBrandHandler ,
-                    aEngine );
+                    aEngine,
+                    aCba);
 
             }
         else
@@ -70,7 +72,8 @@
                     aCommandHandler,
                     aServiceId, 
                     aBrandHandler ,
-                    aEngine );
+                    aEngine,
+                    aCba);
             }
         }