diff -r ffa4311257f6 -r e7f34e614544 uiservicetab/vimpstui/inc/mvimpstuitabcontrolfactory.h --- 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 ); } }