summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/ECG_UDP_Sender.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
commit074d9b220be1dd0c7771ac9204b2b7d4a47cfa80 (patch)
tree94d905f7a012abc2c1672c8d00251fe9d12cee9d /TAO/orbsvcs/orbsvcs/Event/ECG_UDP_Sender.h
parentbf54a25d7f4ea72e086320b2830cc6d39ef95df6 (diff)
downloadATCD-074d9b220be1dd0c7771ac9204b2b7d4a47cfa80.tar.gz
ChangeLogTag: Mon May 23 10:24:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/ECG_UDP_Sender.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/ECG_UDP_Sender.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/ECG_UDP_Sender.h b/TAO/orbsvcs/orbsvcs/Event/ECG_UDP_Sender.h
index 00b1a6181b2..6c0d3caa02b 100644
--- a/TAO/orbsvcs/orbsvcs/Event/ECG_UDP_Sender.h
+++ b/TAO/orbsvcs/orbsvcs/Event/ECG_UDP_Sender.h
@@ -44,7 +44,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include /**/ "event_export.h"
+#include /**/ "event_serv_export.h"
#include "orbsvcs/RtecEventChannelAdminS.h"
#include "EC_Lifetime_Utils.h"
@@ -64,7 +64,7 @@ class TAO_ECG_UDP_Out_Endpoint;
* consumer connection to the Event Channel, automatically disconnecting from
* @a proxy in its destructor, if necessary.
*/
-class TAO_RTEvent_Export TAO_ECG_UDP_Sender_Disconnect_Command
+class TAO_RTEvent_Serv_Export TAO_ECG_UDP_Sender_Disconnect_Command
{
public:
TAO_ECG_UDP_Sender_Disconnect_Command (void);
@@ -94,7 +94,7 @@ private:
* and forwards the events it receives from that EC using UDP.
*
*/
-class TAO_RTEvent_Export TAO_ECG_UDP_Sender :
+class TAO_RTEvent_Serv_Export TAO_ECG_UDP_Sender :
public virtual PortableServer::RefCountServantBase,
public virtual POA_RtecEventComm::PushConsumer,
public TAO_EC_Deactivated_Object