diff -r 031b9cffe6e4 -r c47ebe2ac36c localconnectivityservice/dun/utils/inc/DunSignalNotify.h --- a/localconnectivityservice/dun/utils/inc/DunSignalNotify.h Wed Apr 14 16:52:35 2010 +0300 +++ b/localconnectivityservice/dun/utils/inc/DunSignalNotify.h Tue Apr 27 17:33:22 2010 +0300 @@ -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" @@ -65,16 +65,6 @@ TInt AddCallback( MDunConnMon* aCallback ); /** - * Adds callback for endpoint readiness - * The callback will be called when the endpoint is ready or not ready - * - * @since S60 5.0 - * @param aERCallback Callback to call when writes can/can't be done - * @return Symbian error code on error, KErrNone otherwise - */ - TInt AddEndpointReadyCallback( MDunEndpointReady* aERCallback ); - - /** * Sets media to use for this endpoint monitor (network side) * * @since S60 3.2 @@ -131,15 +121,6 @@ */ void ReportSignalChange( TUint aSetMask, TUint aClearMask ); - /** - * Reports endpoint ready or not ready - * - * @since S60 5.0 - * @param aReady ETrue if endpoint ready, EFalse otherwise - * @return None - */ - void ReportEndpointReady( TBool aReady ); - // from base class CActive /* @@ -169,12 +150,6 @@ RPointerArray iCallbacks; /** - * Callback(s) to call when notification(s) via MDunEndpointReady to be made - * Normally contains only one callback for upstream - */ - RPointerArray iERCallbacks; - - /** * Pointer to common utility class * Not own. */