summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-26 01:34:45 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-26 01:34:45 +0000
commit1af6a25fe028a106225bc24f31d54a6f8ed9b973 (patch)
tree259b8bf33f292d73240eb3fc341e815c87865f25
parent9ff6964abe18ea37657d7a64ac35b423951b73f1 (diff)
downloadATCD-1af6a25fe028a106225bc24f31d54a6f8ed9b973.tar.gz
Minor changes
-rw-r--r--TAO/tests/RTCORBA/MT_Client_Protocol_Priority/server.cpp1
-rw-r--r--TAO/tests/RTCORBA/Thread_Pool/server.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/server.cpp b/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/server.cpp
index fb41a82853c..9a0ca3232bc 100644
--- a/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/server.cpp
+++ b/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/server.cpp
@@ -3,6 +3,7 @@
#include "testS.h"
#include "ace/Get_Opt.h"
#include "tao/RTCORBA/RTCORBA.h"
+#include "tao/RTPortableServer/RTPortableServer.h"
#include "tao/Strategies/advanced_resource.h"
#include "../check_supported_priorities.cpp"
diff --git a/TAO/tests/RTCORBA/Thread_Pool/server.cpp b/TAO/tests/RTCORBA/Thread_Pool/server.cpp
index 1c9a875dd22..a71869b7bcd 100644
--- a/TAO/tests/RTCORBA/Thread_Pool/server.cpp
+++ b/TAO/tests/RTCORBA/Thread_Pool/server.cpp
@@ -2,7 +2,7 @@
#include "test_i.h"
#include "ace/Get_Opt.h"
-#include "tao/RTCORBA/RTCORBA.h"
+#include "tao/RTPortableServer/RTPortableServer.h"
#include "../check_supported_priorities.cpp"
ACE_RCSID(Thread_Pools, server, "$Id$")