summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1476_Test/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1476_Test/client.cpp')
-rw-r--r--TAO/tests/Bug_1476_Test/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_1476_Test/client.cpp b/TAO/tests/Bug_1476_Test/client.cpp
index 0ddc58c4793..fafecd8ec1e 100644
--- a/TAO/tests/Bug_1476_Test/client.cpp
+++ b/TAO/tests/Bug_1476_Test/client.cpp
@@ -183,7 +183,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
1);
}
- unsigned int busy_count = 0;
+ size_t busy_count = 0;
TAO::Transport_Cache_Manager::Find_Result find_result =
tcm.find_transport (&desc, transport, busy_count);