00001 // $Id: Timestamp_Monitor.cpp 82329 2008-07-15 17:21:38Z parsons $ 00002 00003 #include "orbsvcs/orbsvcs/Notify/MonitorControl/Timestamp_Monitor.h" 00004 00005 #if defined (TAO_HAS_MONITOR_FRAMEWORK) && (TAO_HAS_MONITOR_FRAMEWORK == 1) 00006 00007 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00008 00009 Timestamp_Monitor::Timestamp_Monitor (const char *name) 00010 : Monitor_Base (name, Monitor_Control_Types::MC_TIME) 00011 { 00012 } 00013 00014 TAO_END_VERSIONED_NAMESPACE_DECL 00015 00016 #endif /* TAO_HAS_MONITOR_FRAMEWORK==1 */