localconnectivityservice/dun/utils/inc/DunSignalCopy.h
changeset 60 841f70763fbe
parent 29 3ae5cb0b4c02
--- a/localconnectivityservice/dun/utils/inc/DunSignalCopy.h	Tue Sep 28 20:14:08 2010 +0800
+++ b/localconnectivityservice/dun/utils/inc/DunSignalCopy.h	Thu Nov 04 15:31:42 2010 +0800
@@ -88,9 +88,9 @@
      * Stops monitoring the endpoint for line status change
      *
      * @since S60 3.2
-     * @return Symbian error code on error, KErrNone otherwise
+     * @return None
      */
-    TInt Stop();
+    void Stop();
 
 private:
 
@@ -195,11 +195,6 @@
     TDunStreamType iStreamType;
 
     /**
-     * Current state of connection monitoring: active or inactive
-     */
-    TDunState iSignalCopyState;
-
-    /**
      * Signal to listen with RComm::NotifySignalChange()
      */
     TUint iListenSignals;