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.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.h b/TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.h
index 785efe87c79..5ba126799b0 100644
--- a/TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.h
+++ b/TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.h
@@ -1,4 +1,4 @@
-// -*- C++ -*-
+/* -*- C++ -*- */
//=============================================================================
/**
@@ -8,7 +8,10 @@
*
* Methods to enable log-generated events.
*
+ *
* @author D A Hanvey <d.hanvey@qub.ac.uk>
+ *
+ *
*/
//=============================================================================
@@ -30,21 +33,19 @@
#include "orbsvcs/Event/EC_ProxySupplier.h"
#include "orbsvcs/Event/EC_ProxyConsumer.h"
-#include "orbsvcs/Log/rteventlog_serv_export.h"
+#include "rteventlog_export.h"
#if defined(_MSC_VER)
#pragma warning(push)
#pragma warning(disable:4250)
#endif /* _MSC_VER */
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class TAO_RTEventLogNotification
*
* @brief Used to forward log generated events to a logging server.
*/
-class TAO_RTEventLog_Serv_Export TAO_RTEventLogNotification :
+class TAO_RTEventLog_Export TAO_RTEventLogNotification :
public TAO_LogNotification,
public POA_RtecEventComm::PushSupplier
{
@@ -83,8 +84,6 @@ private:
RtecEventChannelAdmin::ProxyPushConsumer_var consumer_;
};
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#if defined(_MSC_VER)
#pragma warning(pop)
#endif /* _MSC_VER */