summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic')
-rw-r--r--TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Consumer.h8
-rw-r--r--TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Supplier.h8
2 files changed, 8 insertions, 8 deletions
diff --git a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Consumer.h b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Consumer.h
index f62fd70e6af..c1ced5cbc08 100644
--- a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Consumer.h
+++ b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Consumer.h
@@ -17,10 +17,10 @@
#ifndef COSECCONSUMER_H_
#define COSECCONSUMER_H_
-#include "orbsvcs/orbsvcs/CosEventCommC.h"
-#include "orbsvcs/orbsvcs/CosEventChannelAdminC.h"
-#include "orbsvcs/orbsvcs/CosEventCommS.h"
-#include "orbsvcs/orbsvcs/CosEventChannelAdminS.h"
+#include "orbsvcs/CosEventCommC.h"
+#include "orbsvcs/CosEventChannelAdminC.h"
+#include "orbsvcs/CosEventCommS.h"
+#include "orbsvcs/CosEventChannelAdminS.h"
class Consumer : public POA_CosEventComm::PushConsumer
{
diff --git a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Supplier.h b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Supplier.h
index 7bd54f164de..413244fc4f4 100644
--- a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Supplier.h
+++ b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Supplier.h
@@ -17,10 +17,10 @@
#ifndef COSECSUPPLIER_H_
#define COSECSUPPLIER_H_
-#include "orbsvcs/orbsvcs/CosEventCommC.h"
-#include "orbsvcs/orbsvcs/CosEventChannelAdminC.h"
-#include "orbsvcs/orbsvcs/CosEventCommS.h"
-#include "orbsvcs/orbsvcs/CosEventChannelAdminS.h"
+#include "orbsvcs/CosEventCommC.h"
+#include "orbsvcs/CosEventChannelAdminC.h"
+#include "orbsvcs/CosEventCommS.h"
+#include "orbsvcs/CosEventChannelAdminS.h"
class Supplier : public POA_CosEventComm::PushSupplier
{