hotspotfw/hsserver/inc/hssiapsettingshandler.h
branchRCL_3
changeset 23 b852595f5cbe
parent 10 dff6ebfd236f
child 24 63be7eb3fc78
--- a/hotspotfw/hsserver/inc/hssiapsettingshandler.h	Thu Jul 15 19:54:09 2010 +0300
+++ b/hotspotfw/hsserver/inc/hssiapsettingshandler.h	Thu Aug 19 10:59:40 2010 +0300
@@ -136,15 +136,23 @@
         
         /**
         * Create new IAP to Internet SNAP.
+        * @param aHotspot, ETrue if captive portal detected
+        * @return Iap ID, Otherwise aIapId will be null
         */
-        void CreateIapL();
+        TInt CreateIapL( TBool aHotspot );
         
         /**
         * Deletes the IAP
         * @param aIapID, IAP id
         */
         void DeleteIapL( const TUint aIapId );
-                  
+        
+        /**
+        * Moves the IAP to Internet SNAP
+        * @param aIapID, IAP id
+        */
+        void MoveIapL( const TUint aIapId );
+        
     protected:
     
         /**