localconnectivityservice/dun/atext/inc/DunAtEcomListen.h
changeset 60 841f70763fbe
parent 29 3ae5cb0b4c02
--- a/localconnectivityservice/dun/atext/inc/DunAtEcomListen.h	Tue Sep 28 20:14:08 2010 +0800
+++ b/localconnectivityservice/dun/atext/inc/DunAtEcomListen.h	Thu Nov 04 15:31:42 2010 +0800
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2008-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"
@@ -107,9 +107,9 @@
      * Stops waiting for Ecom plugin install/uninstall/version status changes
      *
      * @since TB9.2
-     * @return Symbian error code on error, KErrNone otherwise
+     * @return None
      */
-    TInt Stop();
+    void Stop();
 
 private:
 
@@ -161,11 +161,6 @@
     MDunAtEcomListen* iCallback;
 
     /**
-     * Current state of ECom interface listening: active or inactive
-     */
-    TDunState iEcomListenState;
-
-    /**
      * UID of the installed, uninstalled or changed plugin
      */
     TUid iPluginUid;