javacommons/gcfprotocols/http/inc.s60/httpsessionclient.h
changeset 87 1627c337e51e
parent 21 2a9601315dfc
--- a/javacommons/gcfprotocols/http/inc.s60/httpsessionclient.h	Fri Oct 15 12:29:39 2010 +0300
+++ b/javacommons/gcfprotocols/http/inc.s60/httpsessionclient.h	Fri Oct 29 11:49:32 2010 +0300
@@ -77,7 +77,8 @@
     RLibrary iCustomiserLib;
     RSocketServ iSocketServ;
     RConnection iConnection;
-    TInt     iApnId ;
+    TInt     iApnId ;       // stores the ap id, could be SNAP id or IAP id depending on iApType
+    TInt  iApType;          // stores the access point type, 2= SNAP, 3=IAP
     //MHttpClientCustomiser* iCustomiser;
 };