summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-21 17:30:58 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-21 17:30:58 +0000
commit4d055ed14ffc38d39df715c20963eb7c35fd6d5e (patch)
tree8828fdee0cabf0ecf9e2e844551d578a46062b46
parent7b811217a60741a5a033ae7acb379e0028909f02 (diff)
downloadATCD-4d055ed14ffc38d39df715c20963eb7c35fd6d5e.tar.gz
ChangeLogTag: Wed Jun 21 10:29:23 2000 Priyanka Gontla <pgontla@ece.uci.edu>
-rw-r--r--TAO/orbsvcs/tests/Interoperable_Naming/ncontextext_client_i.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/orbsvcs/tests/Interoperable_Naming/ncontextext_client_i.cpp b/TAO/orbsvcs/tests/Interoperable_Naming/ncontextext_client_i.cpp
index 96db4683959..bb1c6ad3a7e 100644
--- a/TAO/orbsvcs/tests/Interoperable_Naming/ncontextext_client_i.cpp
+++ b/TAO/orbsvcs/tests/Interoperable_Naming/ncontextext_client_i.cpp
@@ -74,12 +74,6 @@ char *
NContextExt_Client_i::get_name ()
{
- // @@ You should use the ACE_OS version of these functions...
- // @@ For randomized tests it it important to print the seed,
- // should the test fail you want to run it again with the same
- // seed. The canonical trick is to receive the seed as a command
- // line argument, if the argument is not there you initialize it
- // using time() or something like that (ACE_OS::gethrtime??)
// USe time (NULL) to produce the seed:
srand (time (0));