commsfwtools/preparedefaultcommsdatabase/inc/CommsDatTypesV1_1.h
changeset 1 21d2ab05f085
parent 0 dfb7c4ff071f
--- a/commsfwtools/preparedefaultcommsdatabase/inc/CommsDatTypesV1_1.h	Thu Dec 17 09:22:25 2009 +0200
+++ b/commsfwtools/preparedefaultcommsdatabase/inc/CommsDatTypesV1_1.h	Thu Jan 07 13:34:53 2010 +0200
@@ -833,9 +833,10 @@
 	public:
 
 		// Member Data
-		CMDBField<TDesC>	                iServicePolicy;	//< Policy id of the policy file- this is a reference to the policy file.
-		CMDBRecordLink<CCDIAPRecord>	    iServiceIAP;	//< Record id of the real IAP used by the IPSEC software to communicate with the VPN gateway.
-		CMDBRecordLink<CCDNetworkRecord>	iServiceNetwork;//< Record id of the real Network to be connected to by the virtual tunnel.
+		CMDBField<TDesC>	                iServicePolicy;	///< Policy id of the policy file- this is a reference to the policy file.
+		CMDBRecordLink<CCDIAPRecord>	    iServiceIAP;	///< Record id of the real IAP used by the IPSEC software to communicate with the VPN gateway.
+		CMDBRecordLink<CCDAccessPointRecord>                  iServiceSNAP;       ///< Record id of the SNAP id used by the IPSEC software to communicate with the VPN gateway.
+		CMDBRecordLink<CCDNetworkRecord>	iServiceNetwork;///< Record id of the real Network to be connected to by the virtual tunnel.
 
     private: