summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2010-06-28 19:17:52 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2010-06-28 19:17:52 +0000
commit7fa3b5abe9ace0d22d68d87d847f3ccf717ad010 (patch)
treedcb815daa2766668395002517ac16f66da13448e
parent46970cac65f584c96e5c429c0b0f9a4ea9674430 (diff)
downloadATCD-7fa3b5abe9ace0d22d68d87d847f3ccf717ad010.tar.gz
ChangeLogTag: Mon Jun 28 19:15:54 UTC 2010 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ACE/ChangeLog22
-rw-r--r--ACE/bin/MakeProjectCreator/config/MPC.cfg2
2 files changed, 16 insertions, 8 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 15ed7f0be18..8f1a80d2234 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,18 +1,26 @@
+Mon Jun 28 19:15:54 UTC 2010 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/config/MPC.cfg:
+
+ Modified the 'dynamic_types' setting to not complain if the
+ TAO_ROOT environment variable isn't set during processing. Users
+ of only ACE may be confused by the MPC resulting message.
+
Mon Jun 28 14:07:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
- * NEWS:
- Update.
+ * NEWS:
+ Update.
Mon Jun 28 13:06:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
- * protocols/ace/INet/INet_Log.h:
- Allow tracing to be enabled in debug builds.
+ * protocols/ace/INet/INet_Log.h:
+ Allow tracing to be enabled in debug builds.
Mon Jun 28 12:53:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
* protocols/ace/INet/StreamHandler.h:
* protocols/ace/INet/StreamHandler.cpp:
- Fixed problem with reactive write.
+ Fixed problem with reactive write.
Mon Jun 28 12:19:05 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
@@ -22,10 +30,10 @@ Mon Jun 28 12:19:05 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
Mon Jun 28 11:32:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
* protocols/ace/INet/FTP_Response.h:
- Added missing include.
+ Added missing include.
* protocols/ace/INet/FTP_Session.cpp:
- Fixed truncate warning.
+ Fixed truncate warning.
Mon Jun 28 10:37:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
diff --git a/ACE/bin/MakeProjectCreator/config/MPC.cfg b/ACE/bin/MakeProjectCreator/config/MPC.cfg
index 1fed4153725..04f2c9a5439 100644
--- a/ACE/bin/MakeProjectCreator/config/MPC.cfg
+++ b/ACE/bin/MakeProjectCreator/config/MPC.cfg
@@ -1,3 +1,3 @@
includes = $CIAO_ROOT/MPC/config, $DANCE_ROOT/MPC/config
-dynamic_types = $ACE_ROOT/bin/MakeProjectCreator, $?DDS_ROOT/MPC, $TAO_ROOT/MPC
+dynamic_types = $ACE_ROOT/bin/MakeProjectCreator, $?DDS_ROOT/MPC, $?TAO_ROOT/MPC
main_functions = cplusplus:ACE_TMAIN