The C++ framework for developing highly scalable, high performance servers on Windows platforms.

IMonitorAsyncFileReader Class Reference
[InterfacesMonitoringAsynchronous I/OProtected destructors on abstract base classes]

Inheritance diagram for IMonitorAsyncFileReader:

List of all members.


Detailed Description

An interface to allow a class to monitor an instance of an async file reader.

Public Member Functions

virtual void OnReadRequested ()=0
virtual void OnReadCompleted (long bytes)=0

Protected Member Functions

virtual ~IMonitorAsyncFileReader ()
 We never delete instances of this interface; you must manage the lifetime of the class that implements it.

Constructor & Destructor Documentation

virtual ~IMonitorAsyncFileReader (  )  [protected, virtual]

We never delete instances of this interface; you must manage the lifetime of the class that implements it.


Member Function Documentation

virtual void OnReadRequested (  )  [pure virtual]

Implemented in CNullAsyncFileReaderMonitor.

virtual void OnReadCompleted ( long  bytes  )  [pure virtual]

Implemented in CNullAsyncFileReaderMonitor.


Generated on Sun Sep 12 19:09:31 2021 for The Server Framework - v7.4 by doxygen 1.5.3