summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/MonitorControl/Timestamp_Monitor.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-06-25 15:37:09 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-06-25 15:37:09 +0000
commitef9cbef5ceb1a40af6eb81372c0635b537249aad (patch)
treeaaded15e40b33aef3dd0b597574b2b0f4e5f2cbf /TAO/orbsvcs/orbsvcs/Notify/MonitorControl/Timestamp_Monitor.cpp
parent157f257becfee275ef8a944b0775dad5c701f34c (diff)
downloadATCD-ef9cbef5ceb1a40af6eb81372c0635b537249aad.tar.gz
ChangeLogTag: Wed Jun 25 15:35:59 UTC 2008 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/MonitorControl/Timestamp_Monitor.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/MonitorControl/Timestamp_Monitor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/MonitorControl/Timestamp_Monitor.cpp b/TAO/orbsvcs/orbsvcs/Notify/MonitorControl/Timestamp_Monitor.cpp
index 07af5bfd9f9..58d9cbc65fd 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/MonitorControl/Timestamp_Monitor.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/MonitorControl/Timestamp_Monitor.cpp
@@ -2,7 +2,7 @@
#include "orbsvcs/orbsvcs/Notify/MonitorControl/Timestamp_Monitor.h"
-#if defined (ACE_HAS_MONITOR_FRAMEWORK) && (ACE_HAS_MONITOR_FRAMEWORK == 1)
+#if defined (TAO_HAS_MONITOR_FRAMEWORK) && (TAO_HAS_MONITOR_FRAMEWORK == 1)
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
@@ -13,4 +13,4 @@ Timestamp_Monitor::Timestamp_Monitor (const char *name)
TAO_END_VERSIONED_NAMESPACE_DECL
-#endif /* ACE_HAS_MONITOR_FRAMEWORK==1 */
+#endif /* TAO_HAS_MONITOR_FRAMEWORK==1 */