hotspotfw/hsserver/inc/hssiapsettingshandler.h
branchRCL_3
changeset 25 f28ada11abbf
parent 24 63be7eb3fc78
--- a/hotspotfw/hsserver/inc/hssiapsettingshandler.h	Tue Aug 31 16:18:40 2010 +0300
+++ b/hotspotfw/hsserver/inc/hssiapsettingshandler.h	Wed Sep 01 12:20:32 2010 +0100
@@ -135,11 +135,24 @@
                                const TDesC& aUid );
         
         /**
+        * Create new IAP to Internet SNAP.
+        * @param aHotspot, ETrue if captive portal detected
+        * @return Iap ID, Otherwise aIapId will be null
+        */
+        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:
     
         /**