supl/locationsuplfw/protocolhandlerapi/inc/epos_csuplconnection.h
changeset 32 b12ea03c50a3
parent 0 667063e416a2
child 39 3efc7a0e8755
--- a/supl/locationsuplfw/protocolhandlerapi/inc/epos_csuplconnection.h	Thu May 27 13:18:17 2010 +0300
+++ b/supl/locationsuplfw/protocolhandlerapi/inc/epos_csuplconnection.h	Wed Jun 23 18:40:52 2010 +0300
@@ -88,6 +88,17 @@
         * @return void *
         */
         IMPORT_C void Connect(TRequestStatus &aStatus);
+        
+       /**
+        * A method that makes Socket Connection.
+        * @since Series 60 3.1 
+        * @return None
+        * @param aPrompt used to show connection prompt using OCC Api's.
+        * @param aWlanOnly used to differentiate connection for GPRS and WLAN using OCC Api's
+        */
+        IMPORT_C void Connect(TRequestStatus &aStatus,TBool aPrompt,TBool aWlanOnly);
+            
+        
 
         IMPORT_C void CloseConnection();
 
@@ -395,6 +406,10 @@
         // Number of client connected
         TInt iConnectClients;
         
+        TBool iPrompt;
+        
+        TBool iWlanOnly;
+        
     };
 
 #endif      // C_CSUPLCONNECTION_H