summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/EventServices/RTEC_Basic/EchoEventConsumerMain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/DevGuideExamples/EventServices/RTEC_Basic/EchoEventConsumerMain.cpp')
-rw-r--r--TAO/DevGuideExamples/EventServices/RTEC_Basic/EchoEventConsumerMain.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/DevGuideExamples/EventServices/RTEC_Basic/EchoEventConsumerMain.cpp b/TAO/DevGuideExamples/EventServices/RTEC_Basic/EchoEventConsumerMain.cpp
index 0949781c71b..37695b39784 100644
--- a/TAO/DevGuideExamples/EventServices/RTEC_Basic/EchoEventConsumerMain.cpp
+++ b/TAO/DevGuideExamples/EventServices/RTEC_Basic/EchoEventConsumerMain.cpp
@@ -4,11 +4,11 @@
#include "EchoEventConsumer_i.h"
-#include <orbsvcs/RtecEventCommC.h>
-#include <orbsvcs/RtecEventChannelAdminC.h>
-#include <orbsvcs/Time_Utilities.h>
-#include <orbsvcs/Event_Utilities.h>
-#include <orbsvcs/CosNamingC.h>
+#include "orbsvcs/RtecEventCommC.h"
+#include "orbsvcs/RtecEventChannelAdminC.h"
+#include "orbsvcs/Time_Utilities.h"
+#include "orbsvcs/Event_Utilities.h"
+#include "orbsvcs/CosNamingC.h"
#include <iostream>
const int EVENT_LIMIT = 10;