summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/RTCORBA
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2008-10-22 15:58:30 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2008-10-22 15:58:30 +0000
commite47610e5a0f5baab6f3ec4836c45a21a58f05b32 (patch)
treea339347d2ebcf5dc8f83907e991ab639e235b00e /TAO/DevGuideExamples/RTCORBA
parent06cce05fac6637954a06399a4ceb0e30b875e466 (diff)
downloadATCD-e47610e5a0f5baab6f3ec4836c45a21a58f05b32.tar.gz
Wed Oct 22 15:56:27 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'TAO/DevGuideExamples/RTCORBA')
-rw-r--r--TAO/DevGuideExamples/RTCORBA/MessengerClient.cpp2
-rw-r--r--TAO/DevGuideExamples/RTCORBA/MessengerServer.cpp2
-rw-r--r--TAO/DevGuideExamples/RTCORBA/Messenger_i.h2
-rw-r--r--TAO/DevGuideExamples/RTCORBA/common.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/TAO/DevGuideExamples/RTCORBA/MessengerClient.cpp b/TAO/DevGuideExamples/RTCORBA/MessengerClient.cpp
index 45d21fee505..873c17036b4 100644
--- a/TAO/DevGuideExamples/RTCORBA/MessengerClient.cpp
+++ b/TAO/DevGuideExamples/RTCORBA/MessengerClient.cpp
@@ -3,7 +3,7 @@
#include "MessengerC.h"
#include "common.h"
#include <iostream>
-#include <tao/RTCORBA/RTCORBA.h>
+#include "tao/RTCORBA/RTCORBA.h"
int
ACE_TMAIN (int argc, ACE_TCHAR *argv[])
diff --git a/TAO/DevGuideExamples/RTCORBA/MessengerServer.cpp b/TAO/DevGuideExamples/RTCORBA/MessengerServer.cpp
index 87f7a80f88c..6ee50964e5e 100644
--- a/TAO/DevGuideExamples/RTCORBA/MessengerServer.cpp
+++ b/TAO/DevGuideExamples/RTCORBA/MessengerServer.cpp
@@ -5,7 +5,7 @@
#include <iostream>
#include <fstream>
#include <fstream>
-#include <tao/RTCORBA/RTCORBA.h>
+#include "tao/RTCORBA/RTCORBA.h"
int
ACE_TMAIN (int argc, ACE_TCHAR *argv[])
diff --git a/TAO/DevGuideExamples/RTCORBA/Messenger_i.h b/TAO/DevGuideExamples/RTCORBA/Messenger_i.h
index 3f494bb1d5f..7e844371990 100644
--- a/TAO/DevGuideExamples/RTCORBA/Messenger_i.h
+++ b/TAO/DevGuideExamples/RTCORBA/Messenger_i.h
@@ -16,7 +16,7 @@
#pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include <tao/RTCORBA/RTCORBA.h>
+#include "tao/RTCORBA/RTCORBA.h"
//Class Messenger_i
class Messenger_i : public virtual POA_Messenger
diff --git a/TAO/DevGuideExamples/RTCORBA/common.h b/TAO/DevGuideExamples/RTCORBA/common.h
index dad3942a5f1..4fb308cb437 100644
--- a/TAO/DevGuideExamples/RTCORBA/common.h
+++ b/TAO/DevGuideExamples/RTCORBA/common.h
@@ -3,7 +3,7 @@
#ifndef MESSENGER_COMMON_H
#define MESSENGER_COMMON_H
-#include <tao/corba.h>
+#include "tao/corba.h"
CORBA::ULong get_total_lanes();
CORBA::Short get_increment();