summaryrefslogtreecommitdiff
path: root/TAO/MPC
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2012-06-07 07:54:04 +0000
committermsmit <msmit@remedy.nl>2012-06-07 07:54:04 +0000
commit35f28262946fae52b1a769467036b5c819b7943c (patch)
tree48e4bd62bc6c4ca34e511ca9c7dca5c7f2e33131 /TAO/MPC
parentc14764bd56563d71f6b82d6073d1c64f97b4a61e (diff)
downloadATCD-35f28262946fae52b1a769467036b5c819b7943c.tar.gz
Thu Jun 7 07:53:27 UTC 2012 Marcel Smit <msmit@remedy.nl>
* MPC/config/gen_ostream.mpb: * MPC/config/taoidldefaults.mpb: Fixed compile issues related to GEN_OSTREAM.
Diffstat (limited to 'TAO/MPC')
-rw-r--r--TAO/MPC/config/gen_ostream.mpb2
-rw-r--r--TAO/MPC/config/taoidldefaults.mpb2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/MPC/config/gen_ostream.mpb b/TAO/MPC/config/gen_ostream.mpb
index 4bf6becf3c2..06ef609493b 100644
--- a/TAO/MPC/config/gen_ostream.mpb
+++ b/TAO/MPC/config/gen_ostream.mpb
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-feature(gen_ostream) : taoidldefaults {
+feature(gen_ostream) : taobaseidldefaults {
requires += gen_ostream
macros += GEN_OSTREAM_OPS
idlflags += -Gos
diff --git a/TAO/MPC/config/taoidldefaults.mpb b/TAO/MPC/config/taoidldefaults.mpb
index 05a5a0f85a0..6d53965b0a7 100644
--- a/TAO/MPC/config/taoidldefaults.mpb
+++ b/TAO/MPC/config/taoidldefaults.mpb
@@ -1,5 +1,5 @@
// -*- MPC -*-
// $Id$
-project: taobaseidldefaults, corba_e_compact, corba_e_micro, minimum_corba, optimize_collocated_invocations, ace_idl_dependencies {
+project: taobaseidldefaults, corba_e_compact, corba_e_micro, minimum_corba, optimize_collocated_invocations, ace_idl_dependencies, gen_ostream {
}