summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-12-02 13:42:45 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-12-02 13:42:45 +0000
commit53a308465155e37d65e7669c35cb291453534206 (patch)
tree6e0922f420f8a4e367f904fdb36c411f26790816 /TAO/orbsvcs/examples
parent0f130309372f4b51380fa98db69306548ba96b8b (diff)
downloadATCD-53a308465155e37d65e7669c35cb291453534206.tar.gz
ChangeLogTag: Tue Dec 2 13:42:12 UTC Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/examples')
-rw-r--r--TAO/orbsvcs/examples/RtEC/IIOPGateway/Consumer.cpp1
-rw-r--r--TAO/orbsvcs/examples/RtEC/IIOPGateway/Supplier.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/TAO/orbsvcs/examples/RtEC/IIOPGateway/Consumer.cpp b/TAO/orbsvcs/examples/RtEC/IIOPGateway/Consumer.cpp
index e74c70e1492..e99b3dd65bf 100644
--- a/TAO/orbsvcs/examples/RtEC/IIOPGateway/Consumer.cpp
+++ b/TAO/orbsvcs/examples/RtEC/IIOPGateway/Consumer.cpp
@@ -6,6 +6,7 @@
#include "orbsvcs/Event_Utilities.h"
#include "orbsvcs/CosNamingC.h"
#include "ace/Arg_Shifter.h"
+#include "ace/OS_NS_string.h"
ACE_RCSID(EC_Examples, Consumer, "$Id$")
diff --git a/TAO/orbsvcs/examples/RtEC/IIOPGateway/Supplier.cpp b/TAO/orbsvcs/examples/RtEC/IIOPGateway/Supplier.cpp
index 507dfd48390..7dda17b618e 100644
--- a/TAO/orbsvcs/examples/RtEC/IIOPGateway/Supplier.cpp
+++ b/TAO/orbsvcs/examples/RtEC/IIOPGateway/Supplier.cpp
@@ -6,6 +6,7 @@
#include "orbsvcs/Event_Utilities.h"
#include "orbsvcs/CosNamingC.h"
#include "ace/Arg_Shifter.h"
+#include "ace/OS_NS_string.h"
ACE_RCSID(EC_Examples, Supplier, "$Id$")