localconnectivityservice/dun/utils/inc/DunTransporter.h
branchRCL_3
changeset 15 c47ebe2ac36c
parent 0 c3e98f10fcf4
child 18 6743bfee309e
equal deleted inserted replaced
12:031b9cffe6e4 15:c47ebe2ac36c
   186         TDunConnectionReason aConnReason ) = 0;
   186         TDunConnectionReason aConnReason ) = 0;
   187 
   187 
   188 	};
   188 	};
   189 
   189 
   190 /**
   190 /**
   191  *  Notification interface class to report endpoint readiness
       
   192  *
       
   193  *  @lib dunutils.lib
       
   194  *  @since S60 v5.0
       
   195  */
       
   196 NONSHARABLE_CLASS( MDunEndpointReady )
       
   197 	{
       
   198 
       
   199 public:
       
   200 
       
   201     /**
       
   202      * Gets called when endpoint is ready
       
   203      *
       
   204      * @since S60 5.0
       
   205      * @return None
       
   206      */
       
   207     virtual void NotifyEndpointReady() = 0;
       
   208 
       
   209     /**
       
   210      * Gets called when endpoint is not ready
       
   211      *
       
   212      * @since S60 5.0
       
   213      * @return None
       
   214      */
       
   215     virtual void NotifyEndpointNotReady() = 0;
       
   216 
       
   217 	};
       
   218 
       
   219 /**
       
   220  *  Notification interface class to report service advertisement status changes
   191  *  Notification interface class to report service advertisement status changes
   221  *
   192  *
   222  *  @lib dunutils.lib
   193  *  @lib dunutils.lib
   223  *  @since S60 v3.2
   194  *  @since S60 v3.2
   224  */
   195  */