#include <orbsvcs/CosNotifyChannelAdminS.h>#include <orbsvcs/CosNotifyCommC.h>

Go to the source code of this file.
Classes | |
| class | PushSupplierImpl |
| class | PushConsumerImpl |
| class | NotificationServiceMonitor |
Defines | |
| #define | GET_TIMESTAMP_NOW(X) |
| #define GET_TIMESTAMP_NOW | ( | X | ) |
CORBA::ULongLong X; { \ ACE_Time_Value const macro_now = ACE_OS::gettimeofday (); \ X = \ (static_cast<CORBA::ULongLong> (macro_now.sec ()) * (ACE_UINT32) 1000000 + \ static_cast<CORBA::ULongLong> (macro_now.usec ())); \ }
Referenced by NotificationServiceMonitor::issuePingEvent(), and PushConsumerImpl::push().
1.7.0