commsfwtools/preparedefaultcommsdatabase/inc/CommsDatTypeInfoV1_1.h
changeset 1 21d2ab05f085
parent 0 dfb7c4ff071f
equal deleted inserted replaced
0:dfb7c4ff071f 1:21d2ab05f085
   634 // 058/  VPN SERVICE RECORD
   634 // 058/  VPN SERVICE RECORD
   635 //
   635 //
   636 
   636 
   637 
   637 
   638 	// FieldTIds
   638 	// FieldTIds
   639 	const TMDBElementId KCDTIdVPNPolicyName 		= 0x05830000; //< Commsdat field id for field: Policy. Policy name. Field is declared in the VPNService table.
   639 	const TMDBElementId KCDTIdVPNPolicyName 		= 0x05830000; ///< Commsdat field id for field: Policy. Policy name. Field is declared in the VPNService table.
   640 	const TMDBElementId KCDTIdVPNIAPRecord 			= 0x05840000; //< Commsdat field id for field: HomeIAP. Link to a IAP record. Field is declared in the VPNService table.
   640 	const TMDBElementId KCDTIdVPNIAPRecord 			= 0x05840000; ///< Commsdat field id for field: HomeIAP. Link to a IAP record. Field is declared in the VPNService table.
   641 	const TMDBElementId KCDTIdVPNNetwork 			= 0x05850000; //< Commsdat field id for field: HomeNetwork. Link to a Network record. Field is declared in the VPNService table.
   641 	const TMDBElementId KCDTIdVPNSNAPRecord      = 0x05860000; ///< Commsdat field id for field: SNAPIAP. Link to a snap iap record. Field is declared in the VPNService table.
       
   642 	const TMDBElementId KCDTIdVPNNetwork 			= 0x05850000; ///< Commsdat field id for field: HomeNetwork. Link to a Network record. Field is declared in the VPNService table.
   642 
   643 
   643 
   644 
   644 	#define	KCDTypeNameVPNPolicyName		       _S("Policy")
   645 	#define	KCDTypeNameVPNPolicyName		       _S("Policy")
   645 	#define	KCDTypeNameVPNIAPRecord		           _S("HomeIAP")
   646 	#define	KCDTypeNameVPNIAPRecord		           _S("HomeIAP")
       
   647     #define KCDTypeNameVPNSNAPRecord                   _S("HomeSNAP")
   646 	#define	KCDTypeNameVPNNetwork		           _S("HomeNetwork")
   648 	#define	KCDTypeNameVPNNetwork		           _S("HomeNetwork")
   647 
   649 
   648 
   650 
   649 
   651 
   650 
   652