Bug 1771 - Fix types for passing function pointers.
/*
* Copyright (c) 2002 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"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: Private Central Repository keys for Phonebook
*
*/
#ifndef __PhonebookPrivateCRKeys_H__
#define __PhonebookPrivateCRKeys_H__
#include "PhonebookInternalCRKeys.h"
// Phonebook Central Repository UIDs
const TUint32 KCRUidPhonebook = 0x101f8794;
// Phonebook Central Repository keys
const TUint32 KPhonebookNameOrdering = 0x00000001;
const TUint32 KPhonebookLocalVariationFlags = 0x00000002;
const TUint32 KPhonebookNameSeparatorChar = 0x00000003;
#endif // __PhonebookPrivateCRKeys_H__