NAME

ACE_Asynch_Write_File_Result_Impl -

This is the abstract base class for all the concrete implementation classes that provide different implementations for the ACE_Asynch_Write_File::Result.

SYNOPSIS

class ACE_Asynch_Write_File_Result_Impl : public virtual ACE_Asynch_Write_Stream_Result_Impl { public: virtual ~ACE_Asynch_Write_File_Result_Impl (void); protected: ACE_Asynch_Write_File_Result_Impl (void); };

DESCRIPTION

This class contains asbtract base classes for all the concrete implementation classes for the various asynchronous operations that are used with the Praoctor.

PUBLIC MEMBERS

virtual ~ACE_Asynch_Write_File_Result_Impl (void);

PROTECTED MEMBERS

ACE_Asynch_Write_File_Result_Impl (void);

AUTHOR

Irfan Pyarali (irfan@cs.wustl.edu), Tim Harrison (harrison@cs.wustl.edu) and Alexander Babu Arulanthu alex@cs.wustl.edu

LIBRARY

ace