diff -r 866b4af7ffbe -r 841f70763fbe localconnectivityservice/dun/utils/inc/DunSignalWaiter.h --- a/localconnectivityservice/dun/utils/inc/DunSignalWaiter.h Tue Sep 28 20:14:08 2010 +0800 +++ b/localconnectivityservice/dun/utils/inc/DunSignalWaiter.h Thu Nov 04 15:31:42 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;