diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-06-18 14:15:06 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-06-18 14:15:06 +0000 |
commit | cfae016e31513eab0a9c261f47780911f6974af0 (patch) | |
tree | 0d48d1e13a374a38d96beb9e91f49c38ecca595e /TAO/orbsvcs/examples/ImR | |
parent | b26dd16954bce89a991c475ffff14e5d30ecfa88 (diff) | |
download | ATCD-cfae016e31513eab0a9c261f47780911f6974af0.tar.gz |
ChangeLogTag: Wed Jun 18 14:15:04 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/examples/ImR')
-rw-r--r-- | TAO/orbsvcs/examples/ImR/Advanced/TestClient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/examples/ImR/Advanced/TestClient.cpp b/TAO/orbsvcs/examples/ImR/Advanced/TestClient.cpp index 8b1325cc13c..63a9ad16eba 100644 --- a/TAO/orbsvcs/examples/ImR/Advanced/TestClient.cpp +++ b/TAO/orbsvcs/examples/ImR/Advanced/TestClient.cpp @@ -167,7 +167,7 @@ int TestClient::svc() ACE_TString currentIOR; - ACE_OS::srand(ACE_OS::time()); + ACE_OS::srand(static_cast<u_int> (ACE_OS::time())); try { |