TAO_CosNotification
2.2.5
|
An overflow block header. More...
Public Member Functions | |
Overflow_Header () | |
Public Member Functions inherited from TAO_Notify::Routing_Slip_Persistence_Manager::Block_Header | |
Block_Header (Header_Type type) | |
virtual | ~Block_Header (void) |
virtual size_t | extract_header (Persistent_Storage_Block &psb, size_t offset=0) |
virtual size_t | put_header (Persistent_Storage_Block &psb, size_t offset=0) |
Additional Inherited Members | |
Public Types inherited from TAO_Notify::Routing_Slip_Persistence_Manager::Block_Header | |
enum | Header_Type { BT_Routing_Slip, BT_Event, BT_Overflow } |
Public Attributes inherited from TAO_Notify::Routing_Slip_Persistence_Manager::Block_Header | |
Block_Serial_Number | serial_number |
Our serial number. More... | |
Block_Number | next_overflow |
Address of the overflow record (if any) More... | |
Block_Type | header_type |
How much extra header data is in this block (not including this header) More... | |
Block_Size | data_size |
How much actual data is in this block? (not including headers) More... | |
An overflow block header.
is just a Block_Header with no extra data The same record type is used for both Routing_Slip and Event overflows.
TAO_Notify::Routing_Slip_Persistence_Manager::Overflow_Header::Overflow_Header | ( | ) |