00001 /* 00002 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 00003 * All rights reserved. 00004 * This component and the accompanying materials are made available 00005 * under the terms of "Eclipse Public License v1.0" 00006 * which accompanies this distribution, and is available 00007 * at the URL "http://www.eclipse.org/legal/epl-v10.html". 00008 * 00009 * Initial Contributors: 00010 * Nokia Corporation - initial contribution. 00011 * 00012 * Contributors: 00013 * 00014 * Description: Common enumerations used by client applications and plugins 00015 * for conversion of location information. 00016 * 00017 */ 00018 00026 #ifndef LBS_LOC_INFO_CONV_PLUGIN_CLASS_TYPES_H 00027 #define LBS_LOC_INFO_CONV_PLUGIN_CLASS_TYPES_H 00028 00029 00031 typedef TUint32 TLbsLocInfoConverterPluginParamsClassType; 00032 00033 00037 enum _TLbsLocInfoConverterPluginParamsClassType 00038 { 00040 ELbsLocInfoConverterPluginParamsUnknownClass = 0x00, 00041 00043 ELbsLocInfoConverterPluginParamsClass = 0x01, 00044 00046 ELbsLocInfoConverterPluginParamsLastClass = 0xFFFFFFFF 00047 }; 00048 00049 00050 #endif // LBS_LOC_INFO_CONV_PLUGIN_CLASS_TYPES_H 00051