summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/ECG_Adapters.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-05-23 10:56:23 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-05-23 10:56:23 +0000
commit8e399068686e2f7b1f089c368f24caa6a7d66770 (patch)
tree94d905f7a012abc2c1672c8d00251fe9d12cee9d /TAO/orbsvcs/orbsvcs/Event/ECG_Adapters.h
parent862a1659df05ec959f327c0e4368b1730f6deb65 (diff)
downloadATCD-8e399068686e2f7b1f089c368f24caa6a7d66770.tar.gz
ChangeLogTag: Mon May 23 10:24:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/ECG_Adapters.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/ECG_Adapters.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/ECG_Adapters.h b/TAO/orbsvcs/orbsvcs/Event/ECG_Adapters.h
index ac5540f7da4..85ef35fe098 100644
--- a/TAO/orbsvcs/orbsvcs/Event/ECG_Adapters.h
+++ b/TAO/orbsvcs/orbsvcs/Event/ECG_Adapters.h
@@ -16,7 +16,7 @@
#define TAO_ECG_ADAPTERS_H
#include /**/ "ace/pre.h"
-#include /**/ "event_export.h"
+#include /**/ "event_serv_export.h"
#include "orbsvcs/RtecUDPAdminC.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -34,7 +34,7 @@ class ACE_SOCK_Dgram;
* by multicast and udp handlers in EC gateways, so the
* handlers can be notified of shutdown (usually by Event Receivers).
*/
-class TAO_RTEvent_Export TAO_ECG_Handler_Shutdown
+class TAO_RTEvent_Serv_Export TAO_ECG_Handler_Shutdown
{
public:
@@ -52,7 +52,7 @@ public:
* available on the dgram for reading, and to query them about
* event type to mcast group mappings.
*/
-class TAO_RTEvent_Export TAO_ECG_Dgram_Handler
+class TAO_RTEvent_Serv_Export TAO_ECG_Dgram_Handler
{
public: