From 22ef003dc59be8f4673fd2779f6921842900f3d9 Mon Sep 17 00:00:00 2001 From: sma Date: Thu, 23 Oct 2008 14:15:30 +0000 Subject: ChangeLogTag: Thu Oct 23 14:15:00 UTC 2008 Simon Massey --- TAO/ChangeLog | 7 +++++++ TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 401496c6b85..562249bd8c8 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,10 @@ +Thu Oct 23 14:15:00 UTC 2008 Simon Massey + + * orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp: + + Match the rename of ace/Process.h/cpp: + Wed Oct 22 13:30:54 UTC 2008 Douglas C. Schmidt + Thu Oct 23 11:50:00 UTC 2008 Johnny Willemsen * DevGuideExamples/LocalObjects/Messenger/Messenger_i.h diff --git a/TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp b/TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp index 6122b0099e4..73c98447e11 100644 --- a/TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp +++ b/TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp @@ -291,7 +291,7 @@ ImR_Activator_i::start_server(const char* name, // the way unix does, so in order to avoid having the child process // hold the listen socket open, we force the child to inherit no // handles. This includes stdin, stdout, logs, etc. - proc_opts.handle_inheritence (0); + proc_opts.handle_inheritance (0); // We always enable the unicode environmet buffer on Windows. This works // around a 32kb environment buffer limitation. This must come before any of -- cgit v1.2.1