phonebookui/Phonebook/View/inc/PbkViewUtils.h
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *    Namespace structure for Phonebook view helper functions
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef __PbkViewUtils_H__
       
    21 #define __PbkViewUtils_H__
       
    22 
       
    23 //  INCLUDES
       
    24 #include <e32std.h>
       
    25 //#include <bamdesca.h>
       
    26 
       
    27 // FORWARD DECLARATIONS
       
    28 class CPbkContactEngine;
       
    29 
       
    30 // CLASS DECLARATION
       
    31 
       
    32 /**
       
    33  * @internal Only Phonebook internal use supported!
       
    34  *
       
    35  * Namespace structure for Phonebook view helper functions.
       
    36  */
       
    37 NONSHARABLE_STRUCT(PbkViewUtils)
       
    38     {
       
    39     /**
       
    40      * Resolves separator char which is used with name order setting.
       
    41      * This methods returns appropriate separator if separator is undefined.
       
    42      *
       
    43      * @param   aEngine open file server handle.
       
    44      * @exception KErrNoMemory  if out of memory.
       
    45      * @exception other         error searching or opening the resource file.
       
    46      */        
       
    47     static TChar ResolveNameOrderSeparatorL(CPbkContactEngine& aEngine);
       
    48     
       
    49     };
       
    50 
       
    51 #endif // __PbkViewUtils_H__
       
    52 
       
    53 // End of File