wlanutilities/wlansniffer/aiplugin/inc/wsfconnectactivewrapper.h
branchRCL_3
changeset 20 a9524956f6b5
parent 10 dff6ebfd236f
equal deleted inserted replaced
18:aaabc7526ded 20:a9524956f6b5
    60 public:
    60 public:
    61 
    61 
    62     /**
    62     /**
    63      * Function for making the initial request
    63      * Function for making the initial request
    64      * @since S60 5.2     
    64      * @since S60 5.2     
       
    65      * @param aIapId WLAN IAP id to connect to.
       
    66      * @param aConnectOnly ETrue if Connect selected
       
    67      * @param aPersistence Persistence property of the IAP
    65      */
    68      */
    66     void Start( TUint aIapID, TWsfIapPersistence aPersistence );
    69     void Start( TUint aIapID, TBool aConnectOnly, 
       
    70                 TWsfIapPersistence aPersistence );
    67 
    71 
    68 private:
    72 private:
    69 
    73 
    70     /**
    74     /**
    71      * constructor
    75      * constructor
   129      * IAP ID
   133      * IAP ID
   130      */
   134      */
   131     TUint iIapID;
   135     TUint iIapID;
   132     
   136     
   133     /**
   137     /**
       
   138      * Indicates whether Connect or Start Web browsing was selected
       
   139      */
       
   140     TBool iConnectOnly;
       
   141     
       
   142     /**
   134      * Persistence value of IAP
   143      * Persistence value of IAP
   135      */
   144      */
   136     TWsfIapPersistence iPersistence;
   145     TWsfIapPersistence iPersistence;
   137 
   146 
   138     };
   147     };