diff -r 8b0eae1b1d71 -r 981afc7d3841 wlanutilities/wlanindicatorplugin/inc/wlanindicatorpluginimplementation.h --- a/wlanutilities/wlanindicatorplugin/inc/wlanindicatorpluginimplementation.h Mon Mar 15 12:44:54 2010 +0200 +++ b/wlanutilities/wlanindicatorplugin/inc/wlanindicatorpluginimplementation.h Wed Mar 31 23:17:49 2010 +0300 @@ -22,30 +22,11 @@ // INCLUDES #include // CAknIndicatorPlugin -#include -#include #include -// CONSTANTS -const TInt KWlanMaxAccessPointNameLength = 50; - // FORWARD DECLARATIONS class CCoeEnv; -// CLASS DECLARATIONS -struct TWliWlanInfo - { - // Network name (unknown: SSID, known: IAP name), TBuf8 - TWlanSsid iSsid; - - //Internet Access Point Id. 0 if the IAP has not been defined. - TUint32 iIapId; - - // The name of the WLAN IAP, TBuf16 - TBuf iNetworkName; -}; - - /** * WLAN Indicator Plug-in implementation * @@ -97,11 +78,8 @@ private: // new functions /** - * Creates text for the cases - * - "WLAN network found" - * - "WLAN networks found" - * - "'myNetwork' found" - * @return Descriptor for the current "wlan available" case + * Creates text for the case "wlan networks available" + * @return Descriptor for the "wlan available" case */ HBufC* CreateWlanNetworksFoundTextL(); @@ -110,21 +88,7 @@ * @return Descriptor containing the "'myNetwork' connected" text */ HBufC* CreateWlanConnectedTextL(); - - /** - * Finds the required info for the "networks available" case: - * - name of the known network (null if all unknown) - * - number of available networks - * @param aAvailableCount Number of available networks - */ - HBufC* AvailableNetworksInfoL( TInt& aAvailableCount ); - - /** - * Finds the network name based on the IAP id - * @param Struct for storing the IAP information - */ - void GetWlanInfoFromIapL( TWliWlanInfo& aWlanInfo ); - + /** * Finds the WLAN connection name. * @return Descriptor containing the name of the connected WLAN nw. @@ -164,12 +128,6 @@ */ RConnectionMonitor iConnMonitor; - /** - * Owned. Used for getting WLAN available networks info - */ - CWlanMgmtClient* iWlanMgmtClient; - - }; #endif // CWLANINDICATORPLUGINIMPLEMENTATION_H