summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/airplane_i.cpp
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-06-18 14:15:06 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-06-18 14:15:06 +0000
commitcfae016e31513eab0a9c261f47780911f6974af0 (patch)
tree0d48d1e13a374a38d96beb9e91f49c38ecca595e /TAO/orbsvcs/tests/ImplRepo/airplane_i.cpp
parentb26dd16954bce89a991c475ffff14e5d30ecfa88 (diff)
downloadATCD-cfae016e31513eab0a9c261f47780911f6974af0.tar.gz
ChangeLogTag: Wed Jun 18 14:15:04 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/airplane_i.cpp')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/airplane_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/airplane_i.cpp b/TAO/orbsvcs/tests/ImplRepo/airplane_i.cpp
index 725220e589e..34a220acb2b 100644
--- a/TAO/orbsvcs/tests/ImplRepo/airplane_i.cpp
+++ b/TAO/orbsvcs/tests/ImplRepo/airplane_i.cpp
@@ -14,7 +14,7 @@ ACE_RCSID (ImplRepo,
Airplane_i::Airplane_i ()
{
// Seed the random number generator
- ACE_OS::srand (ACE_OS::time (0L));
+ ACE_OS::srand (static_cast<u_int> (ACE_OS::time (0L)));
}