diff options
-rw-r--r-- | TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp b/TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp index 634194aa33b..9267d47a2c3 100644 --- a/TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp +++ b/TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp @@ -406,7 +406,7 @@ ImR_Activator_i::still_alive (CORBA::Long pid) #if defined (ACE_WIN32) if (is_running) { - pid_t waitp = this->process_mgr_.wait (pt, ACE_Time_Value::zero); + pid_t const waitp = this->process_mgr_.wait (pt, ACE_Time_Value::zero); is_running = (waitp != pt); } #endif /* ACE_WIN32 */ |