This is the abstract base class for all the concrete implementation classes that provide different implementations for the ACE_Asynch_Write_File::Result.
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);
};
This class contains asbtract base classes for all the concrete implementation classes for the various asynchronous operations that are used with the Praoctor.
virtual ~ACE_Asynch_Write_File_Result_Impl (void);
ACE_Asynch_Write_File_Result_Impl (void);
Irfan Pyarali (irfan@cs.wustl.edu),
Tim Harrison (harrison@cs.wustl.edu) and
Alexander Babu Arulanthu alex@cs.wustl.edu
ace