summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/RTEventLogConsumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/RTEventLogConsumer.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/RTEventLogConsumer.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/RTEventLogConsumer.h b/TAO/orbsvcs/orbsvcs/Log/RTEventLogConsumer.h
index 3e8f5ab382f..a29303d43d8 100644
--- a/TAO/orbsvcs/orbsvcs/Log/RTEventLogConsumer.h
+++ b/TAO/orbsvcs/orbsvcs/Log/RTEventLogConsumer.h
@@ -9,7 +9,6 @@
* The RTEventLogConsumer connects to the RTEventLog and logs the events
* that are pushed to the RTEventLog.
*
- *
* @author David A. Hanvey <d.hanvey@qub.ac.uk>
*/
//=============================================================================
@@ -38,6 +37,9 @@
#pragma warning(disable:4250)
#endif /* _MSC_VER */
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
class TAO_LogMgr_i;
class TAO_RTEventLog_i;
class TAO_RTEventLogFactory_i;
@@ -83,6 +85,7 @@ private:
TAO_RTEventLog_i *log_;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
#if defined(_MSC_VER)
#pragma warning(pop)