vmbx/vmbxengine/src/vmbxcenrephandler.cpp
changeset 19 e44a8c097b15
parent 12 ae8abd0db65c
child 27 7eb70891911c
equal deleted inserted replaced
15:d7fc66ccd6fb 19:e44a8c097b15
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   239     TInt location;
   239     TInt location;
   240     TInt result = iCRSession->Get( KVmbxUsesSimMemory, location );
   240     TInt result = iCRSession->Get( KVmbxUsesSimMemory, location );
   241     VMBLOGSTRING2( "VMBX: CVmbxCenRepHandler::StoreType: result = %d",
   241     VMBLOGSTRING2( "VMBX: CVmbxCenRepHandler::StoreType: result = %d",
   242              result );
   242              result );
   243 
   243 
       
   244     VMBLOGSTRING2( "VMBX: CVmbxCenRepHandler::StoreType: location = %d<=",
       
   245              location );
       
   246 
   244     if ( KErrNone == result && EVmbxSimMemory == location )
   247     if ( KErrNone == result && EVmbxSimMemory == location )
   245         {
   248         {
   246         memoryLocation = EVmbxSimMemory;
   249         memoryLocation = EVmbxSimMemory;
   247         }
   250         }
   248 #ifdef __WINS__
   251 #ifdef __WINS__