vmbx/vmbxengine/src/vmbxenginebase.cpp
changeset 19 e44a8c097b15
parent 12 ae8abd0db65c
--- a/vmbx/vmbxengine/src/vmbxenginebase.cpp	Mon May 03 13:01:45 2010 +0300
+++ b/vmbx/vmbxengine/src/vmbxenginebase.cpp	Fri May 14 16:24:46 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -86,7 +86,7 @@
     }
 
 // ----------------------------------------------------------------------------
-//  CVmbxEngineBase::CheckConfiguration()
+//  CVmbxCsVideoEngine::CheckConfiguration()
 // ----------------------------------------------------------------------------
 //
 TBool CVmbxEngineBase::CheckConfiguration( 
@@ -94,9 +94,17 @@
     {
     VMBLOGSTRING( "VMBX: CVmbxEngineBase::CheckConfiguration =>" );
     TBool conf( EFalse );
-    if ( EVmbxChangeNbrNotAllowedOnUi & aFlags )
+    if ( EVmbxChangeNbrAllowedOnUi & aFlags )
+        {
+        // NOT suppported as default
+        }
+    else if ( EVmbxVideoMailboxSupported & aFlags )
         {
-        conf = iProvider.VmbxCenRepHandler().IsAllowedUserEdit();
+        // NOT suppported as default
+        }
+    else
+        {
+        // default
         }
     VMBLOGSTRING2( "VMBX: CVmbxEngineBase::CheckConfiguration: conf%I <=",
                  conf );
@@ -134,7 +142,7 @@
     TInt err( KErrNone );
     TPtrC vmbxNumber( KNullDesC );
     err = aEntry.GetVmbxNumber( vmbxNumber );
- 
+
     if ( KErrNone == err )
         {
         HBufC* changeNumber = HBufC::NewLC( KVmbxMaxNumberLength );