diff -r d6dafc5d983f -r 1627c337e51e javacommons/gcfprotocols/http/inc.s60/httpsessionclient.h --- 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; };