hotspotfw/hsserver/inc/hssiapsettingshandler.h
branchRCL_3
changeset 24 63be7eb3fc78
parent 23 b852595f5cbe
child 25 f28ada11abbf
equal deleted inserted replaced
23:b852595f5cbe 24:63be7eb3fc78
   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         /**
       
   145         * Deletes the IAP
   138         * Deletes the IAP
   146         * @param aIapID, IAP id
   139         * @param aIapID, IAP id
   147         */
   140         */
   148         void DeleteIapL( const TUint aIapId );
   141         void DeleteIapL( const TUint aIapId );
   149         
   142                   
   150         /**
       
   151         * Moves the IAP to Internet SNAP
       
   152         * @param aIapID, IAP id
       
   153         */
       
   154         void MoveIapL( const TUint aIapId );
       
   155         
       
   156     protected:
   143     protected:
   157     
   144     
   158         /**
   145         /**
   159         * C++ default constructor.
   146         * C++ default constructor.
   160         */
   147         */