vmbx/vmbxengine/inc/voicemailboxdefsinternal.h
changeset 19 e44a8c097b15
parent 12 ae8abd0db65c
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".
    21 //  INCLUDES
    21 //  INCLUDES
    22 #include <e32base.h>
    22 #include <e32base.h>
    23 
    23 
    24 // CONSTANTS
    24 // CONSTANTS
    25 const TInt KVmLbxItemsArraySize = 3;
    25 const TInt KVmLbxItemsArraySize = 3;
       
    26 const TInt KVmbxPhoneCharMaxLength = 48;
    26 
    27 
    27 /**Sim card voice mailbox file type*/
    28 /**Sim card voice mailbox file type*/
    28 enum TVmbxSimPhonebookType
    29 enum TVmbxSimPhonebookType
    29     {
    30     {
    30     /**
    31     /**
   121 enum TVmbxNoteType
   122 enum TVmbxNoteType
   122     {
   123     {
   123     EInvalidNumber,
   124     EInvalidNumber,
   124     ESavedToPhoneMemory,
   125     ESavedToPhoneMemory,
   125     ESavedToSimMemory,
   126     ESavedToSimMemory,
   126     ENumberEmpty,
   127     EVideoNumberSaved,
   127     EVoiceNumberEmpty,
   128     EDefineVoiceNumber,
   128     EVideoNumberEmpty,
   129     EDefineVideoNumber,
   129     EVideoNumberSaved
   130     ENotAllowUserEditing
   130     };   
   131     };   
   131 
   132 
   132 #endif // C_VOICEMAILBOXDEFSINTERNAL_H
   133 #endif // C_VOICEMAILBOXDEFSINTERNAL_H