summaryrefslogtreecommitdiff
path: root/flat/CIAO/DAnCE/RedirectionService/CCMObjectLocator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'flat/CIAO/DAnCE/RedirectionService/CCMObjectLocator.cpp')
-rw-r--r--flat/CIAO/DAnCE/RedirectionService/CCMObjectLocator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/flat/CIAO/DAnCE/RedirectionService/CCMObjectLocator.cpp b/flat/CIAO/DAnCE/RedirectionService/CCMObjectLocator.cpp
index 694de96ddc1..731033d635d 100644
--- a/flat/CIAO/DAnCE/RedirectionService/CCMObjectLocator.cpp
+++ b/flat/CIAO/DAnCE/RedirectionService/CCMObjectLocator.cpp
@@ -24,7 +24,7 @@ namespace DAnCE
, mgr.in()
, policies);
DANCE_DEBUG ( (LM_DEBUG, "[%M] CCMObjectLocator::CCMObjectLocator - after create_POA\n"));
- for (size_t i = 0; i < policies.length(); ++i)
+ for (CORBA::ULong i = 0; i < policies.length(); ++i)
{
policies[i]->destroy();
}