diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-05-23 18:05:27 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-05-23 18:05:27 +0000 |
commit | c9605474b1324433b1e462dafe1d7424d5b4b1a7 (patch) | |
tree | fd78de2845af32d4cdada7ae0217f0d64e5357d9 /TAO/tests/RTCORBA/Thread_Pool/client.cpp | |
parent | 58910cdaff6095a5728ac17cce155337f1dd5b05 (diff) | |
download | ATCD-c9605474b1324433b1e462dafe1d7424d5b4b1a7.tar.gz |
ChangeLogTag:Wed May 23 13:01:44 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/RTCORBA/Thread_Pool/client.cpp')
-rw-r--r-- | TAO/tests/RTCORBA/Thread_Pool/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/RTCORBA/Thread_Pool/client.cpp b/TAO/tests/RTCORBA/Thread_Pool/client.cpp index bf7d423454c..e002f33ca4b 100644 --- a/TAO/tests/RTCORBA/Thread_Pool/client.cpp +++ b/TAO/tests/RTCORBA/Thread_Pool/client.cpp @@ -6,7 +6,7 @@ ACE_RCSID(Thread_Pools, client, "$Id$") const char *ior = "file://ior"; -int iterations = 5; +int iterations = 6; int shutdown_server = 0; int |