localconnectivityservice/dun/utils/inc/DunUpstream.h
changeset 60 841f70763fbe
parent 29 3ae5cb0b4c02
--- a/localconnectivityservice/dun/utils/inc/DunUpstream.h	Tue Sep 28 20:14:08 2010 +0800
+++ b/localconnectivityservice/dun/utils/inc/DunUpstream.h	Thu Nov 04 15:31:42 2010 +0800
@@ -110,7 +110,7 @@
      * @since S60 3.2
      * @return None
      */
-    virtual TInt StopAtCmdHandling() = 0;
+    virtual void StopAtCmdHandling() = 0;
 
     };
 
@@ -292,9 +292,9 @@
      * This is an accessor for CDunDownstream's Stop()
      *
      * @since S60 3.2
-     * @return Symbian error code on error, KErrNone otherwise
+     * @return None
      */
-    TInt StopAtCmdHandling();
+    void StopAtCmdHandling();
 
 // from base class MDunCmdModeMonitor