diff -r d9ec2b8c6bad -r 2fbd1d709fe7 wlanutilities/wlanqtutilities/wrapper/inc/wlanqtutilsconmonwrapper.h --- a/wlanutilities/wlanqtutilities/wrapper/inc/wlanqtutilsconmonwrapper.h Wed Jun 23 19:25:42 2010 +0300 +++ b/wlanutilities/wlanqtutilities/wrapper/inc/wlanqtutilsconmonwrapper.h Tue Jul 06 15:29:22 2010 +0300 @@ -33,7 +33,6 @@ class WlanQtUtilsAp; class WlanQtUtilsConnection; -class WlanQtUtilsConMonWrapperScan; class WlanQtUtilsConMonWrapperInfo; class WlanQtUtilsConMonWrapperDisconnect; @@ -51,14 +50,10 @@ // Data types - WlanQtUtilsConMonWrapper(QObject *parent = 0); + explicit WlanQtUtilsConMonWrapper(QObject *parent = 0); ~WlanQtUtilsConMonWrapper(); - void scanAvailableWlanAPs(); - - void stopScan(); - WlanQtUtilsConnection *activeConnection() const; WlanQtUtilsConnection *connectionInfo(uint connectionId) const; @@ -68,14 +63,6 @@ signals: /*! - Signal indicating available WLAN access points. - - @param [in] availableWlans Available WLAN access points found in scan. - */ - void availableWlanApsFromWrapper( - QList< QSharedPointer > &availableWlans); - - /*! Signal indicating that a new connection has been created. @param [in] connectionId Connection ID. @@ -113,9 +100,6 @@ // Owned data - //! Private implementation of scan interface - QScopedPointer d_ptrScan; - //! Private implementation of connection info interface QScopedPointer d_ptrInfo; @@ -124,9 +108,8 @@ // Friend classes - // These are defined as friend classes in order to be able to emit - // public signals directly from private implementation classes. - friend class WlanQtUtilsConMonWrapperScan; + // Friend classes in order to be able to emit public signals directly + // from private implementation classes. friend class WlanQtUtilsConMonWrapperInfo; // This is defined as a friend class in order to be able to call