summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/EventLog_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/EventLog_i.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/EventLog_i.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/EventLog_i.h b/TAO/orbsvcs/orbsvcs/Log/EventLog_i.h
index 24e0eaeae36..65c2f4798a9 100644
--- a/TAO/orbsvcs/orbsvcs/Log/EventLog_i.h
+++ b/TAO/orbsvcs/orbsvcs/Log/EventLog_i.h
@@ -1,4 +1,4 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
// ============================================================================
/**
@@ -11,7 +11,7 @@
* to write events to the Log.
*
* @author Rob Ruff <rruff@scires.com>
- * @D A Hanvey <d.hanvey@qub.ac.uk>
+ * @author D A Hanvey <d.hanvey@qub.ac.uk>
*/
// ============================================================================
@@ -32,13 +32,15 @@
#include "orbsvcs/CosEvent/CEC_EventChannel.h"
#include "orbsvcs/Log/EventLogConsumer.h"
-#include "eventlog_serv_export.h"
+#include "orbsvcs/Log/eventlog_serv_export.h"
#if defined(_MSC_VER)
#pragma warning(push)
#pragma warning(disable:4250)
#endif /* _MSC_VER */
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
class TAO_LogMgr_i;
class TAO_EventLog_i;
class TAO_EventLogFactory_i;
@@ -125,6 +127,8 @@ private:
PortableServer::POA_var poa_;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#if defined(_MSC_VER)
#pragma warning(pop)
#endif /* _MSC_VER */