localconnectivityservice/dun/utils/inc/DunSignalWaiter.h
changeset 54 4dc88a4ac6f4
parent 29 3ae5cb0b4c02
--- a/localconnectivityservice/dun/utils/inc/DunSignalWaiter.h	Tue Sep 28 20:14:08 2010 +0800
+++ b/localconnectivityservice/dun/utils/inc/DunSignalWaiter.h	Fri Oct 15 15:05:57 2010 +0800
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2006-2007 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -88,9 +88,9 @@
      * Stops monitoring for new data
      *
      * @since S60 3.2
-     * @return Symbian error code on error, KErrNone otherwise
+     * @return None
      */
-    TInt Stop();
+    void Stop();
 
 private:
 
@@ -141,11 +141,6 @@
     MDunChannelAllocator* iChannelCallback;
 
     /**
-     * Current state of data monitoring: active or inactive
-     */
-    TDunState iSignalWaiterState;
-
-    /**
      * Signals set when RComm::NotifySignalChange() request completes
      */
     TUint iSignals;