cmpluginvpndef.h

Go to the documentation of this file.
00001 /*
00002 * ============================================================================
00003 *  Name        : cmpluginvpndef.h
00004 *  Part of     : Networking Utilities / Connection Method Manager
00005 *  Description : Attributes for VPN plug-in.
00006 *  Version     : %version: 6 %
00007 *
00008 *  Copyright © 2006 Nokia.  All rights reserved.
00009 *  This material, including documentation and any related computer
00010 *  programs, is protected by copyright controlled by Nokia.  All
00011 *  rights are reserved.  Copying, including reproducing, storing,
00012 *  adapting or translating, any or all of this material requires the
00013 *  prior written consent of Nokia.  This material also contains
00014 *  confidential information which may not be disclosed to others
00015 *  without the prior written consent of Nokia.
00016 * ============================================================================
00017 */
00018 #ifndef VPN_PLUGIN_DEF_H
00019 #define VPN_PLUGIN_DEF_H
00020 
00021 #include <cmconnectionmethoddef.h>
00022 
00024 const TUint KPluginVPNBearerTypeUid = 0x10281BBD;
00025 
00026 namespace CMManager
00027     {
00050     enum TConnectionMethodVpnSpecificAttributes
00051         {
00052         EPluginVpnAttribStart = 30000,  
00057         EVpnServicePolicyName = 30100,  
00062         EVpnServicePolicy,              
00068         EVpnIapId,                      
00073         EVpnNetworkId,                  
00078         EVpnServiceEnableLLMNR,         
00083         EPluginVpnAttribRangeMax = 39999    
00087         };
00088     } // namespace CMManager
00089     
00090 // VPN_PLUGIN_DEF_H
00091 #endif

Copyright © Nokia Corporation 2001-2008
Back to top