1.0.6 candidate
[qtmeetings] / src / IO / Communication / Communication.h
index 41dedb5..07c6601 100644 (file)
@@ -23,7 +23,7 @@ public:
         *  \param aConnection Reference to ConnectionSettings which holds
         *  the server to connect to and authentication information.
        */
-       Communication( const ConnectionSettings &aConnection );
+       Communication(/* const ConnectionSettings &aConnection*/ );
        
        virtual ~Communication();
        //! Returns the response of a request identified by aRequestId.
@@ -40,6 +40,8 @@ public:
        */
        int request( const QString &aCommand, const QByteArray &aContent );
 
+
+
 signals:
        //! Emitted when a request ongoing. Reports the bytes read from the server.
        /*! 
@@ -71,12 +73,15 @@ protected slots:
        void handleRequestStarted( int aRequestId );
        //! Connected to QHttp::dataReadProgress
        void handleReadProgress( int aDone, int aTotal );
+       //!Called when the settings are changed by the user
+       void configurationChanged();
+
 
 private:
        /*!
         * Instance of Connection settings of the communication
        */
-       ConnectionSettings *iConnectionSettings;
+       //ConnectionSettings *iConnectionSettings;
        /*!
         * Instance of QHttp
        */