diff -r 64b3172ba347 -r 3b92f7acdc91 localconnectivityservice/dun/utils/inc/DunSignalCopy.h --- a/localconnectivityservice/dun/utils/inc/DunSignalCopy.h Sat Apr 24 00:27:31 2010 +0300 +++ b/localconnectivityservice/dun/utils/inc/DunSignalCopy.h Sat Apr 24 00:43:26 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" @@ -64,16 +64,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 aEPCallback Callback to call when writes can/can't be done - * @return Symbian error code on error, KErrNone otherwise - */ - TInt AddEndpointReadyCallback( MDunEndpointReady* aEPCallback ); - - /** * Sets media to use for this endpoint monitor * * @since S60 3.2 @@ -160,15 +150,6 @@ */ void ChangeDownstreamSignal( 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 /* @@ -198,12 +179,6 @@ RPointerArray iCallbacks; /** - * Callback(s) to call when notification(s) via MDunEndpointReady to be made - * Normally contains only one callback for upstream - */ - RPointerArray iERCallbacks; - - /** * Callback(s) to call when command mode starts or ends * Usually two needed: one for upstream and second for downstream */