diff options
author | Adam Mitz <mitza-oci@users.noreply.github.com> | 2007-07-19 20:03:32 +0000 |
---|---|---|
committer | Adam Mitz <mitza-oci@users.noreply.github.com> | 2007-07-19 20:03:32 +0000 |
commit | 8977c30f30a686f01b17e744f8495d3e44c13b1e (patch) | |
tree | ba321c9367b3ebcd37efe1f078695d6ca8c4a714 /TAO/tests/InterOp-Naming | |
parent | 303f03bfaf0f44c4bd1f824de2e35a454c617e1e (diff) | |
download | ATCD-8977c30f30a686f01b17e744f8495d3e44c13b1e.tar.gz |
ChangeLogTag: Thu Jul 19 20:01:40 UTC 2007 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'TAO/tests/InterOp-Naming')
-rw-r--r-- | TAO/tests/InterOp-Naming/INS_test_client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/InterOp-Naming/INS_test_client.cpp b/TAO/tests/InterOp-Naming/INS_test_client.cpp index e4f6773a9a3..31d0cee6676 100644 --- a/TAO/tests/InterOp-Naming/INS_test_client.cpp +++ b/TAO/tests/InterOp-Naming/INS_test_client.cpp @@ -44,7 +44,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[]) ACE_DEBUG ((LM_INFO, "Listing initial references...\n")); - for (size_t n = 0; n < length; ++n) + for (CORBA::ULong n = 0; n < length; ++n) { ACE_DEBUG ((LM_DEBUG, " Reference %u: %s\n", |