summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.h b/TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.h
index 5ba126799b0..b5306970e26 100644
--- a/TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.h
+++ b/TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.h
@@ -1,4 +1,4 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
//=============================================================================
/**
@@ -8,10 +8,7 @@
*
* Methods to enable log-generated events.
*
- *
* @author D A Hanvey <d.hanvey@qub.ac.uk>
- *
- *
*/
//=============================================================================
@@ -40,6 +37,8 @@
#pragma warning(disable:4250)
#endif /* _MSC_VER */
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class TAO_RTEventLogNotification
*
@@ -84,6 +83,8 @@ private:
RtecEventChannelAdmin::ProxyPushConsumer_var consumer_;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#if defined(_MSC_VER)
#pragma warning(pop)
#endif /* _MSC_VER */