localconnectivityservice/dun/utils/inc/DunSignalNotify.h
branchRCL_3
changeset 15 c47ebe2ac36c
parent 0 c3e98f10fcf4
--- 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<MDunConnMon> iCallbacks;
 
     /**
-     * Callback(s) to call when notification(s) via MDunEndpointReady to be made
-     * Normally contains only one callback for upstream
-     */
-    RPointerArray<MDunEndpointReady> iERCallbacks;
-
-    /**
      * Pointer to common utility class
      * Not own.
      */