summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service/Locator_Repository.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service/Locator_Repository.h')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/Locator_Repository.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/Locator_Repository.h b/TAO/orbsvcs/ImplRepo_Service/Locator_Repository.h
index f9ab1888e63..d38a66525a5 100644
--- a/TAO/orbsvcs/ImplRepo_Service/Locator_Repository.h
+++ b/TAO/orbsvcs/ImplRepo_Service/Locator_Repository.h
@@ -214,7 +214,9 @@ public:
/// constructor
/// @param repo the repo to report updates to
/// @param si an already retrieved Server_Info_Ptr
- UpdateableServerInfo(Locator_Repository* repo, const Server_Info_Ptr& si);
+ UpdateableServerInfo(Locator_Repository* repo,
+ const Server_Info_Ptr& si,
+ bool reset_start_count = false);
/// constructor (no repo updates will be performed)
/// @param si a Server_Info to create a non-stored Server_Info_Ptr from