localconnectivityservice/dun/utils/inc/DunTransporter.h
branchRCL_3
changeset 15 c47ebe2ac36c
parent 0 c3e98f10fcf4
child 18 6743bfee309e
--- a/localconnectivityservice/dun/utils/inc/DunTransporter.h	Wed Apr 14 16:52:35 2010 +0300
+++ b/localconnectivityservice/dun/utils/inc/DunTransporter.h	Tue Apr 27 17:33:22 2010 +0300
@@ -188,35 +188,6 @@
 	};
 
 /**
- *  Notification interface class to report endpoint readiness
- *
- *  @lib dunutils.lib
- *  @since S60 v5.0
- */
-NONSHARABLE_CLASS( MDunEndpointReady )
-	{
-
-public:
-
-    /**
-     * Gets called when endpoint is ready
-     *
-     * @since S60 5.0
-     * @return None
-     */
-    virtual void NotifyEndpointReady() = 0;
-
-    /**
-     * Gets called when endpoint is not ready
-     *
-     * @since S60 5.0
-     * @return None
-     */
-    virtual void NotifyEndpointNotReady() = 0;
-
-	};
-
-/**
  *  Notification interface class to report service advertisement status changes
  *
  *  @lib dunutils.lib