diff options
author | mcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2009-12-09 12:45:25 +0000 |
---|---|---|
committer | mcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2009-12-09 12:45:25 +0000 |
commit | 21acf08765b4f0d6c69049639c3522bb1550c6d7 (patch) | |
tree | c8ed9f8f8576aaa3a077017deaab7059aab19896 /TAO/tests/OBV/Supports/client.cpp | |
parent | c4717c95cfa03fd9b2534c95d56cc7bda11afd33 (diff) | |
download | ATCD-21acf08765b4f0d6c69049639c3522bb1550c6d7.tar.gz |
Wed Dec 9 12:45:58 UTC 2009 Martin Corino <mcorino@remedy.nl>
* tests/OBV/Supports/Supports_Test.mpc:
Removed dummy_label dependency.
* tests/OBV/Supports/client.cpp:
Fixed small coding error.
* bin/tao_orb_tests.lst:
Reenabled the OBV/Supports test again since the reason for
excluding this one seems to have been invalidated (long ago?).
Diffstat (limited to 'TAO/tests/OBV/Supports/client.cpp')
-rw-r--r-- | TAO/tests/OBV/Supports/client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/OBV/Supports/client.cpp b/TAO/tests/OBV/Supports/client.cpp index fa25ce91169..2e77f6911e2 100644 --- a/TAO/tests/OBV/Supports/client.cpp +++ b/TAO/tests/OBV/Supports/client.cpp @@ -16,11 +16,11 @@ parse_args (int argc, ACE_TCHAR *argv[]) switch (c) { case 't': - num_trials = ACE_OS::atoi (get_opts.opt_arg); + num_trials = ACE_OS::atoi (get_opts.opt_arg ()); break; case 'i': - id = ACE_OS::atoi (get_opts.opt_arg); + id = ACE_OS::atoi (get_opts.opt_arg ()); break; case 'k': |