summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/EventServices/OMG_SupplierSideEC/EchoEventConsumerMain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/DevGuideExamples/EventServices/OMG_SupplierSideEC/EchoEventConsumerMain.cpp')
-rw-r--r--TAO/DevGuideExamples/EventServices/OMG_SupplierSideEC/EchoEventConsumerMain.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/DevGuideExamples/EventServices/OMG_SupplierSideEC/EchoEventConsumerMain.cpp b/TAO/DevGuideExamples/EventServices/OMG_SupplierSideEC/EchoEventConsumerMain.cpp
index ec9da700888..448984bef77 100644
--- a/TAO/DevGuideExamples/EventServices/OMG_SupplierSideEC/EchoEventConsumerMain.cpp
+++ b/TAO/DevGuideExamples/EventServices/OMG_SupplierSideEC/EchoEventConsumerMain.cpp
@@ -5,9 +5,9 @@
#include "EchoEventConsumer_i.h"
-#include <orbsvcs/CosEventCommC.h>
-#include <orbsvcs/CosEventChannelAdminC.h>
-#include <orbsvcs/CosNamingC.h>
+#include "orbsvcs/CosEventCommC.h"
+#include "orbsvcs/CosEventChannelAdminC.h"
+#include "orbsvcs/CosNamingC.h"
#include <iostream>
const int EVENT_LIMIT = 10;