vmbx/vmbxengine/src/vmbxvoipengine.cpp
changeset 48 78df25012fda
parent 32 1f002146abb4
--- a/vmbx/vmbxengine/src/vmbxvoipengine.cpp	Fri Sep 03 13:59:20 2010 +0300
+++ b/vmbx/vmbxengine/src/vmbxvoipengine.cpp	Fri Sep 17 17:09:13 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: <=" );
     }