diff -r 866b4af7ffbe -r 841f70763fbe localconnectivityservice/dun/atext/inc/DunAtUrcHandler.h --- a/localconnectivityservice/dun/atext/inc/DunAtUrcHandler.h Tue Sep 28 20:14:08 2010 +0800 +++ b/localconnectivityservice/dun/atext/inc/DunAtUrcHandler.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" @@ -79,9 +79,9 @@ * Stops waiting for an incoming URC message * * @since TB9.2 - * @return Symbian error code on error, KErrNone otherwise + * @return None */ - TInt Stop(); + void Stop(); /** * UID of the owning plugin @@ -153,11 +153,6 @@ MDunStreamManipulator* iStreamCallback; /** - * Current state of URC message handling: active or inactive - */ - TDunState iUrcHandleState; - - /** * Buffer for receiving */ TBuf8 iRecvBuffer;