hotspotfw/hsserver/inc/hssiapsettingshandler.h
branchRCL_3
changeset 25 f28ada11abbf
parent 24 63be7eb3fc78
equal deleted inserted replaced
24:63be7eb3fc78 25:f28ada11abbf
   133         void CreateClientIapL( const TDesC& aIapName, 
   133         void CreateClientIapL( const TDesC& aIapName, 
   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.
       
   139         * @param aHotspot, ETrue if captive portal detected
       
   140         * @return Iap ID, Otherwise aIapId will be null
       
   141         */
       
   142         TInt CreateIapL( TBool aHotspot );
       
   143         
       
   144         /**
   138         * Deletes the IAP
   145         * Deletes the IAP
   139         * @param aIapID, IAP id
   146         * @param aIapID, IAP id
   140         */
   147         */
   141         void DeleteIapL( const TUint aIapId );
   148         void DeleteIapL( const TUint aIapId );
   142                   
   149         
       
   150         /**
       
   151         * Moves the IAP to Internet SNAP
       
   152         * @param aIapID, IAP id
       
   153         */
       
   154         void MoveIapL( const TUint aIapId );
       
   155         
   143     protected:
   156     protected:
   144     
   157     
   145         /**
   158         /**
   146         * C++ default constructor.
   159         * C++ default constructor.
   147         */
   160         */