summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-10-23 14:15:30 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-10-23 14:15:30 +0000
commit22ef003dc59be8f4673fd2779f6921842900f3d9 (patch)
treec40c460e10670cd046a8579d6953776c01b3b226
parentd217717adf014bd6b938f76cb74abf0fe7c99450 (diff)
downloadATCD-22ef003dc59be8f4673fd2779f6921842900f3d9.tar.gz
ChangeLogTag: Thu Oct 23 14:15:00 UTC 2008 Simon Massey <sma at prismtech dot com>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp2
2 files changed, 8 insertions, 1 deletions
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 <sma at prismtech dot com>
+
+ * 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 <jwillemsen@remedy.nl>
* 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