TAO_CosNotification
2.0.8
|
An interface to allow callbacks on completion of persistent storage requests. More...
#include <Persistent_File_Allocator.h>
Public Member Functions | |
virtual | ~Persistent_Callback () |
virtual void | persist_complete ()=0 |
Called by a Persistent_File_Allocator when a write request has completed. |
An interface to allow callbacks on completion of persistent storage requests.
TAO_Notify::Persistent_Callback::~Persistent_Callback | ( | ) | [virtual] |
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.