vmbx/vmbxengine/src/vmbxvoipengine.cpp
changeset 52 d841fb1cc818
parent 32 1f002146abb4
equal deleted inserted replaced
50:2313cb430f28 52:d841fb1cc818
    22 #include "vmbxenginebase.h"
    22 #include "vmbxenginebase.h"
    23 #include "vmbxlogger.h"
    23 #include "vmbxlogger.h"
    24 #include "vmbxuiutilities.h"
    24 #include "vmbxuiutilities.h"
    25 #include "vmbxutilities.h"
    25 #include "vmbxutilities.h"
    26 #include "vmspshandler.h"
    26 #include "vmspshandler.h"
    27 #include "vmbshandler.h"
       
    28 #include "voicemailboxdefsinternal.h"
    27 #include "voicemailboxdefsinternal.h"
    29 #include "vmbxvoipengine.h"
    28 #include "vmbxvoipengine.h"
    30 
    29 
    31 // ============================ MEMBER FUNCTIONS =============================
    30 // ============================ MEMBER FUNCTIONS =============================
    32 
    31 
    50 //
    49 //
    51 CVmbxVoIpEngine::~CVmbxVoIpEngine()
    50 CVmbxVoIpEngine::~CVmbxVoIpEngine()
    52     {
    51     {
    53     VMBLOGSTRING( "VMBX: CVmbxVoIpEngine::~CVmbxVoIpEngine =>" );
    52     VMBLOGSTRING( "VMBX: CVmbxVoIpEngine::~CVmbxVoIpEngine =>" );
    54     delete iVmSpsHandler;
    53     delete iVmSpsHandler;
    55     delete iVmBsHandler;
       
    56     VMBLOGSTRING( "VMBX: CVmbxVoIpEngine::~CVmbxVoIpEngine <=" );
    54     VMBLOGSTRING( "VMBX: CVmbxVoIpEngine::~CVmbxVoIpEngine <=" );
    57     }
    55     }
    58 
    56 
    59 // ---------------------------------------------------------------------------
    57 // ---------------------------------------------------------------------------
    60 // CVmbxVoIpEngine::NewL
    58 // CVmbxVoIpEngine::NewL
    88     if ( VmbxUtilities::VoIPSupported() )
    86     if ( VmbxUtilities::VoIPSupported() )
    89         {
    87         {
    90         iVmSpsHandler = CVmSPSHandler::NewL();
    88         iVmSpsHandler = CVmSPSHandler::NewL();
    91         }
    89         }
    92 
    90 
    93     iVmBsHandler = CVmBSHandler::NewL();
       
    94     VMBLOGSTRING( "VMBX: CVmbxVoIpEngine::ConstructL <=" );
    91     VMBLOGSTRING( "VMBX: CVmbxVoIpEngine::ConstructL <=" );
    95     }
    92     }
    96 
    93 
    97 // ---------------------------------------------------------------------------
    94 // ---------------------------------------------------------------------------
    98 // CVmbxVoIpEngine::GetL
    95 // CVmbxVoIpEngine::GetL
   279 //
   276 //
   280 /* void CVmbxVoIpEngine::GetBrandedIconL( const TDesC8& aBrandingId,
   277 /* void CVmbxVoIpEngine::GetBrandedIconL( const TDesC8& aBrandingId,
   281     CFbsBitmap*& aBrandedBitmap, CFbsBitmap*& aBrandedBitmapMask )
   278     CFbsBitmap*& aBrandedBitmap, CFbsBitmap*& aBrandedBitmapMask )
   282     {
   279     {
   283     VMBLOGSTRING( "VMBX: CVmbxVoIpEngine::GetBrandedIconL: =>" );
   280     VMBLOGSTRING( "VMBX: CVmbxVoIpEngine::GetBrandedIconL: =>" );
   284 
       
   285     iVmBsHandler->GetBrandedIconL( 
       
   286                 aBrandingId, aBrandedBitmap, aBrandedBitmapMask );
       
   287     
   281     
   288     VMBLOGSTRING( "VMBX: CVmbxVoIpEngine::GetBrandedIconL: <=" );
   282     VMBLOGSTRING( "VMBX: CVmbxVoIpEngine::GetBrandedIconL: <=" );
   289     }
   283     }
   290  */
   284  */
   291 // ---------------------------------------------------------------------------
   285 // ---------------------------------------------------------------------------