commsfwtools/preparedefaultcommsdatabase/inc/CommsDatTypesV1_1.h
changeset 1 21d2ab05f085
parent 0 dfb7c4ff071f
equal deleted inserted replaced
0:dfb7c4ff071f 1:21d2ab05f085
   831 		*/
   831 		*/
   832         const SRecordTypeInfo* GetRecordInfo(){return iRecordInfo;}
   832         const SRecordTypeInfo* GetRecordInfo(){return iRecordInfo;}
   833 	public:
   833 	public:
   834 
   834 
   835 		// Member Data
   835 		// Member Data
   836 		CMDBField<TDesC>	                iServicePolicy;	//< Policy id of the policy file- this is a reference to the policy file.
   836 		CMDBField<TDesC>	                iServicePolicy;	///< Policy id of the policy file- this is a reference to the policy file.
   837 		CMDBRecordLink<CCDIAPRecord>	    iServiceIAP;	//< Record id of the real IAP used by the IPSEC software to communicate with the VPN gateway.
   837 		CMDBRecordLink<CCDIAPRecord>	    iServiceIAP;	///< Record id of the real IAP used by the IPSEC software to communicate with the VPN gateway.
   838 		CMDBRecordLink<CCDNetworkRecord>	iServiceNetwork;//< Record id of the real Network to be connected to by the virtual tunnel.
   838 		CMDBRecordLink<CCDAccessPointRecord>                  iServiceSNAP;       ///< Record id of the SNAP id used by the IPSEC software to communicate with the VPN gateway.
       
   839 		CMDBRecordLink<CCDNetworkRecord>	iServiceNetwork;///< Record id of the real Network to be connected to by the virtual tunnel.
   839 
   840 
   840     private:
   841     private:
   841     
   842     
   842     	static const SRecordTypeInfo* const iRecordInfo;
   843     	static const SRecordTypeInfo* const iRecordInfo;
   843 	};
   844 	};