summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/RTCosScheduling
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-05-07 22:01:04 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-05-07 22:01:04 +0000
commite9442e9eb28a2abb9caed65287eee164f20e2ae9 (patch)
tree857bef752f69cd6e52fa8570ebad0a89d69aaf13 /TAO/orbsvcs/tests/RTCosScheduling
parent68684e61f2572341233005a882005b13b51f1a21 (diff)
downloadATCD-e9442e9eb28a2abb9caed65287eee164f20e2ae9.tar.gz
ChangeLogTag:Fri May 7 14:58:59 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/RTCosScheduling')
-rw-r--r--TAO/orbsvcs/tests/RTCosScheduling/client.cpp2
-rw-r--r--TAO/orbsvcs/tests/RTCosScheduling/server.cpp2
2 files changed, 3 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/RTCosScheduling/client.cpp b/TAO/orbsvcs/tests/RTCosScheduling/client.cpp
index b3ff965ac4d..7a23a74d469 100644
--- a/TAO/orbsvcs/tests/RTCosScheduling/client.cpp
+++ b/TAO/orbsvcs/tests/RTCosScheduling/client.cpp
@@ -15,6 +15,7 @@
#include <orbsvcs/orbsvcs/RTCosScheduling/RTCosScheduling_ClientScheduler_i.h>
#include "ace/Get_Opt.h"
#include "tao/debug.h"
+#include "tao/Version.h"
#include "ace/OS_main.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -434,4 +435,3 @@ do_work(const CORBA::Long value)
ACE::is_prime (prime_number, 2, prime_number / 2);
}
-
diff --git a/TAO/orbsvcs/tests/RTCosScheduling/server.cpp b/TAO/orbsvcs/tests/RTCosScheduling/server.cpp
index a4b9e309967..7df823caafc 100644
--- a/TAO/orbsvcs/tests/RTCosScheduling/server.cpp
+++ b/TAO/orbsvcs/tests/RTCosScheduling/server.cpp
@@ -13,6 +13,8 @@
#include "Object1_i.h"
#include <orbsvcs/orbsvcs/RTCosScheduling/RTCosScheduling_ServerScheduler_i.h>
+#include "tao/Version.h"
+
// FUZZ: disable check_for_streams_include
#include "ace/streams.h"