wlanutilities/wlanqtutilities/wrapper/inc/wlanqtutilsconmonwrapper.h
changeset 39 7b3e49e4608a
parent 31 e8f4211554fb
--- a/wlanutilities/wlanqtutilities/wrapper/inc/wlanqtutilsconmonwrapper.h	Thu Jun 10 15:44:54 2010 +0300
+++ b/wlanutilities/wlanqtutilities/wrapper/inc/wlanqtutilsconmonwrapper.h	Thu Jun 24 10:49:51 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<WlanQtUtilsAp> > &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<WlanQtUtilsConMonWrapperScan> d_ptrScan;
-    
     //! Private implementation of connection info interface
     QScopedPointer<WlanQtUtilsConMonWrapperInfo> 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