Classes | Defines

acsNotificationServiceMonitor.h File Reference

#include <orbsvcs/CosNotifyChannelAdminS.h>
#include <orbsvcs/CosNotifyCommC.h>
Include dependency graph for acsNotificationServiceMonitor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PushSupplierImpl
class  PushConsumerImpl
class  NotificationServiceMonitor

Defines

#define GET_TIMESTAMP_NOW(X)

Define Documentation

#define GET_TIMESTAMP_NOW (   X  ) 
Value:
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().