| 
    TAO_CosNotification
    2.2.0
    
   | 
 
#include "orbsvcs/Notify/notify_serv_export.h"#include "orbsvcs/Notify/Random_File.h"#include "orbsvcs/Notify/Bit_Vector.h"#include "ace/Containers_T.h"#include "ace/Unbounded_Queue.h"#include "ace/Thread_Manager.h"Classes | |
| class | TAO_Notify::Persistent_Callback | 
| An interface to allow callbacks on completion of persistent storage requests.  More... | |
| class | TAO_Notify::Persistent_Storage_Block | 
| A class to represent a block on disk.  More... | |
| class | TAO_Notify::Persistent_File_Allocator | 
| A class that manages the details of persistent storage.  More... | |
Namespaces | |
| namespace | TAO_Notify | 
| A namespace to be used by all of TAO's Notification Service implementation.  | |
A Persistent_File_Allocator manages a free list and allocates and deallocates blocks from a Random_File. There should be only one Persistent_File_Allocator for each Random_File.
 1.8.3.1