hotspotfw/hsserver/inc/hssiapsettingshandler.h
branchRCL_3
changeset 23 b852595f5cbe
parent 10 dff6ebfd236f
child 24 63be7eb3fc78
equal deleted inserted replaced
22:3b2fb68d23df 23:b852595f5cbe
   134                                TUint32& aIapId, 
   134                                TUint32& aIapId, 
   135                                const TDesC& aUid );
   135                                const TDesC& aUid );
   136         
   136         
   137         /**
   137         /**
   138         * Create new IAP to Internet SNAP.
   138         * Create new IAP to Internet SNAP.
   139         */
   139         * @param aHotspot, ETrue if captive portal detected
   140         void CreateIapL();
   140         * @return Iap ID, Otherwise aIapId will be null
       
   141         */
       
   142         TInt CreateIapL( TBool aHotspot );
   141         
   143         
   142         /**
   144         /**
   143         * Deletes the IAP
   145         * Deletes the IAP
   144         * @param aIapID, IAP id
   146         * @param aIapID, IAP id
   145         */
   147         */
   146         void DeleteIapL( const TUint aIapId );
   148         void DeleteIapL( const TUint aIapId );
   147                   
   149         
       
   150         /**
       
   151         * Moves the IAP to Internet SNAP
       
   152         * @param aIapID, IAP id
       
   153         */
       
   154         void MoveIapL( const TUint aIapId );
       
   155         
   148     protected:
   156     protected:
   149     
   157     
   150         /**
   158         /**
   151         * C++ default constructor.
   159         * C++ default constructor.
   152         */
   160         */