summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service/AsyncListManager.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-12-05 13:17:32 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-12-05 13:17:32 +0100
commita3ad627e224f890e8eb6c6ca68e020988d55a157 (patch)
tree7f792cce4dac8d82f2a5d79594854a8183863b24 /TAO/orbsvcs/ImplRepo_Service/AsyncListManager.cpp
parenta15d4b768a6018924ac1cf6aaa0f45de0fa64349 (diff)
downloadATCD-a3ad627e224f890e8eb6c6ca68e020988d55a157.tar.gz
Const change
* TAO/orbsvcs/ImplRepo_Service/AsyncListManager.cpp:
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service/AsyncListManager.cpp')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/AsyncListManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/AsyncListManager.cpp b/TAO/orbsvcs/ImplRepo_Service/AsyncListManager.cpp
index 4823ed44345..dd217134aa7 100644
--- a/TAO/orbsvcs/ImplRepo_Service/AsyncListManager.cpp
+++ b/TAO/orbsvcs/ImplRepo_Service/AsyncListManager.cpp
@@ -163,7 +163,7 @@ AsyncListManager::final_state (void)
}
bool excepted = false;
- CORBA::ULong len = this->server_list_.length ();
+ CORBA::ULong const len = this->server_list_.length ();
ImplementationRepository::ServerInformationList alt_list (this->how_many_);
ImplementationRepository::ServerInformationList *sil = &this->server_list_;
if (this->first_ > 0 || this->how_many_ < len)