summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1270_Regression
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-01-02 05:17:55 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-01-02 05:17:55 +0000
commit3bb85b75f07c6cc21f309babea2f506e3ad5be97 (patch)
treeb626aee8d15e7568b53beebbcd93f48101905453 /TAO/tests/Bug_1270_Regression
parent16f92734f4dcaac1f6c1eb2b331c717152c39f44 (diff)
downloadATCD-3bb85b75f07c6cc21f309babea2f506e3ad5be97.tar.gz
ChangeLogTag: Thu Jan 2 00:15:57 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'TAO/tests/Bug_1270_Regression')
-rw-r--r--TAO/tests/Bug_1270_Regression/ORB_Task.cpp1
-rw-r--r--TAO/tests/Bug_1270_Regression/client.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tests/Bug_1270_Regression/ORB_Task.cpp b/TAO/tests/Bug_1270_Regression/ORB_Task.cpp
index 1b6ceb98525..a011e89137d 100644
--- a/TAO/tests/Bug_1270_Regression/ORB_Task.cpp
+++ b/TAO/tests/Bug_1270_Regression/ORB_Task.cpp
@@ -7,6 +7,7 @@
*
*/
#include "ORB_Task.h"
+#include "tao/Environment.h"
ACE_RCSID(Bug_1270_Regression, ORB_Task, "$Id$")
diff --git a/TAO/tests/Bug_1270_Regression/client.cpp b/TAO/tests/Bug_1270_Regression/client.cpp
index ef8cb487861..5bdc3a618fc 100644
--- a/TAO/tests/Bug_1270_Regression/client.cpp
+++ b/TAO/tests/Bug_1270_Regression/client.cpp
@@ -6,6 +6,7 @@
#include "tao/Utils/Servant_Var.h"
#include "tao/ORB_Core.h"
#include "ace/Get_Opt.h"
+#include "ace/Reactor.h"
ACE_RCSID(Bug_1270_Regression, client, "$Id$")