summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.h b/TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.h
index 230c3c54882..b17a0c7af89 100644
--- a/TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.h
+++ b/TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.h
@@ -1,4 +1,4 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
//=============================================================================
/**
@@ -10,8 +10,7 @@
*
*
* @author Rob Ruff <rruff@scires.com>
- * @David A. Hanvey <d.hanvey@qub.ac.uk>
- *
+ * @author David A. Hanvey <d.hanvey@qub.ac.uk>
*/
//=============================================================================
@@ -38,6 +37,8 @@
#pragma warning(disable:4250)
#endif /* _MSC_VER */
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
class TAO_EventLog_i;
class TAO_EventLogNotification;
@@ -141,6 +142,8 @@ protected:
CosEventChannelAdmin::ConsumerAdmin_var consumer_admin_;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#if defined(_MSC_VER)
#pragma warning(pop)
#endif /* _MSC_VER */