summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcorino <mcorino@users.noreply.github.com>2010-07-26 07:04:27 +0000
committermcorino <mcorino@users.noreply.github.com>2010-07-26 07:04:27 +0000
commitbd754e094e1d927a40a8044bee48166b993cf1a7 (patch)
treede192096c613dac4dfd1cc7e89bd99b465467852
parentb91a9091da95e31e362aa09b14f35f550315934e (diff)
downloadATCD-bd754e094e1d927a40a8044bee48166b993cf1a7.tar.gz
Mon Jul 26 07:02:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
* bin/MakeProjectCreator/config/inet.mpb: * protocols/ace/INet/inet.mpc: Added avoids += corba_e_compact.
-rw-r--r--ACE/ChangeLog6
-rw-r--r--ACE/bin/MakeProjectCreator/config/inet.mpb1
-rw-r--r--ACE/protocols/ace/INet/inet.mpc1
3 files changed, 8 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 150b7ca62d1..ce0b12a9824 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,9 @@
+Mon Jul 26 07:02:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
+
+ * bin/MakeProjectCreator/config/inet.mpb:
+ * protocols/ace/INet/inet.mpc:
+ Added avoids += corba_e_compact.
+
Thu Jul 22 04:35:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
* bin/MakeProjectCreator/config/inet.mpb:
diff --git a/ACE/bin/MakeProjectCreator/config/inet.mpb b/ACE/bin/MakeProjectCreator/config/inet.mpb
index 908a4ca9e3a..9e0594df0b7 100644
--- a/ACE/bin/MakeProjectCreator/config/inet.mpb
+++ b/ACE/bin/MakeProjectCreator/config/inet.mpb
@@ -6,6 +6,7 @@ project : acelib, inetssl {
avoids += old_stdstream
avoids += exclude_inet
avoids += ace_for_tao
+ avoids += corba_e_compact
after += INet
libs += ACE_INet
includes += $(ACE_ROOT)/protocols
diff --git a/ACE/protocols/ace/INet/inet.mpc b/ACE/protocols/ace/INet/inet.mpc
index 1551f76700c..20c8eb92873 100644
--- a/ACE/protocols/ace/INet/inet.mpc
+++ b/ACE/protocols/ace/INet/inet.mpc
@@ -9,6 +9,7 @@ project(INet) : acelib, ace_output, install, inet_ssl {
avoids += old_stdstream
avoids += exclude_inet
avoids += ace_for_tao
+ avoids += corba_e_compact
Source_Files {
IOS_util.cpp
INet_Log.cpp