diff -r 031b9cffe6e4 -r c47ebe2ac36c localconnectivityservice/dun/utils/inc/DunTransporter.h --- 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