AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code
Public Member Functions | List of all members
DcppTask::DisconHandler Class Referenceabstract

Disconnect handler abstract type. More...

#include <dcpptask.h>

Public Member Functions

 DisconHandler ()
 Constructor.
 
virtual ~DisconHandler ()
 Destructor.
 
virtual void Disconnected (DcppTask *)=0
 Disconnect notification routine.
 

Detailed Description

Disconnect handler abstract type.

This class used for disconnect handlers and and object of this type must be specified to DcppTask::PutDisconnectHandler .
Inheritors must implement "void Disconnect(DcppTask *)", which will be invoked when the task disconnects.


The documentation for this class was generated from the following file: