TAO_CosNotification  2.3.4
Public Member Functions | List of all members
TAO_Notify::Persistent_Callback Class Referenceabstract

An interface to allow callbacks on completion of persistent storage requests. More...

#include <Persistent_File_Allocator.h>

Inheritance diagram for TAO_Notify::Persistent_Callback:
Inheritance graph
[legend]

Public Member Functions

virtual ~Persistent_Callback ()
 
virtual void persist_complete ()=0
 Called by a Persistent_File_Allocator when a write request has completed. More...
 

Detailed Description

An interface to allow callbacks on completion of persistent storage requests.

Constructor & Destructor Documentation

TAO_Notify::Persistent_Callback::~Persistent_Callback ( )
virtual

Member Function Documentation

virtual void TAO_Notify::Persistent_Callback::persist_complete ( )
pure virtual

Called by a Persistent_File_Allocator when a write request has completed.

Implemented in TAO_Notify::Routing_Slip.


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