uiservicetab/vimpstui/inc/mvimpstuitabcontrolfactory.h
branchRCL_3
changeset 34 e7f34e614544
parent 29 9a48e301e94b
--- a/uiservicetab/vimpstui/inc/mvimpstuitabcontrolfactory.h	Wed Sep 15 11:57:55 2010 +0300
+++ b/uiservicetab/vimpstui/inc/mvimpstuitabcontrolfactory.h	Wed Oct 13 14:16:29 2010 +0300
@@ -47,8 +47,7 @@
                                                         MVIMPSTCmdHandler& aCommandHandler,
                                                         TUint32 aServiceId,
                                                         CVIMPSTUiBrandData& aBrandHandler,
-                                                        MVIMPSTEngine& aEngine,
-                                                        CEikButtonGroupContainer* aCba)
+                                                        MVIMPSTEngine& aEngine )
                                                         
         {
         // LOGIC : IF presence is enabled for that service then 
@@ -61,8 +60,7 @@
                     aCommandHandler,
                     aServiceId, 
                     aBrandHandler ,
-                    aEngine,
-                    aCba);
+                    aEngine );
 
             }
         else
@@ -72,8 +70,7 @@
                     aCommandHandler,
                     aServiceId, 
                     aBrandHandler ,
-                    aEngine,
-                    aCba);
+                    aEngine );
             }
         }