TAO_PortableServer
2.0.8
|
#include <Creation_Time.h>
Public Member Functions | |
Temporary_Creation_Time (void) | |
void | creation_time (const void *creation_time) |
bool | operator== (const Creation_Time &rhs) const |
bool | operator!= (const Creation_Time &rhs) const |
Protected Attributes | |
void * | time_stamp_ |
Special creation time only useful in the lifetime of the upcall.
TAO::Portable_Server::Temporary_Creation_Time::Temporary_Creation_Time | ( | void | ) |
void TAO::Portable_Server::Temporary_Creation_Time::creation_time | ( | const void * | creation_time | ) |
bool TAO::Portable_Server::Temporary_Creation_Time::operator!= | ( | const Creation_Time & | rhs | ) | const |
bool TAO::Portable_Server::Temporary_Creation_Time::operator== | ( | const Creation_Time & | rhs | ) | const |
void* TAO::Portable_Server::Temporary_Creation_Time::time_stamp_ [protected] |