diff -r 2313cb430f28 -r d841fb1cc818 vmbx/vmbxengine/src/vmbxvoipengine.cpp --- a/vmbx/vmbxengine/src/vmbxvoipengine.cpp Fri Sep 17 08:33:29 2010 +0300 +++ b/vmbx/vmbxengine/src/vmbxvoipengine.cpp Mon Oct 04 00:54:29 2010 +0300 @@ -24,7 +24,6 @@ #include "vmbxuiutilities.h" #include "vmbxutilities.h" #include "vmspshandler.h" -#include "vmbshandler.h" #include "voicemailboxdefsinternal.h" #include "vmbxvoipengine.h" @@ -52,7 +51,6 @@ { VMBLOGSTRING( "VMBX: CVmbxVoIpEngine::~CVmbxVoIpEngine =>" ); delete iVmSpsHandler; - delete iVmBsHandler; VMBLOGSTRING( "VMBX: CVmbxVoIpEngine::~CVmbxVoIpEngine <=" ); } @@ -90,7 +88,6 @@ iVmSpsHandler = CVmSPSHandler::NewL(); } - iVmBsHandler = CVmBSHandler::NewL(); VMBLOGSTRING( "VMBX: CVmbxVoIpEngine::ConstructL <=" ); } @@ -281,9 +278,6 @@ CFbsBitmap*& aBrandedBitmap, CFbsBitmap*& aBrandedBitmapMask ) { VMBLOGSTRING( "VMBX: CVmbxVoIpEngine::GetBrandedIconL: =>" ); - - iVmBsHandler->GetBrandedIconL( - aBrandingId, aBrandedBitmap, aBrandedBitmapMask ); VMBLOGSTRING( "VMBX: CVmbxVoIpEngine::GetBrandedIconL: <=" ); }