supl/locationsuplfw/protocolhandlerapi/inc/epos_csuplconnection.h
branchRCL_3
changeset 55 ea98413ce11f
parent 47 fce0ae2e4223
--- a/supl/locationsuplfw/protocolhandlerapi/inc/epos_csuplconnection.h	Wed Sep 15 12:40:28 2010 +0300
+++ b/supl/locationsuplfw/protocolhandlerapi/inc/epos_csuplconnection.h	Wed Oct 13 15:01:35 2010 +0300
@@ -88,16 +88,6 @@
         * @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();
 
@@ -392,7 +382,7 @@
         TBool iPskTLSUsage;
         
         TBool iStartedListen;
-        
+
         TBool iConnectStarted;
 
         TBool iSendInProgress;
@@ -405,14 +395,6 @@
         // Number of client connected
         TInt iConnectClients;
         
-        TBool iPrompt;
-        
-        TBool iWlanOnly;
-        
-       
-        
-        
-        
     };
 
 #endif      // C_CSUPLCONNECTION_H