summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/ImR
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/examples/ImR
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/examples/ImR')
-rw-r--r--TAO/orbsvcs/examples/ImR/Advanced/TestClient.cpp2
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
{