summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Log
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-02-11 17:40:15 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-02-11 17:40:15 +0000
commit25ce3ff7692c1bd3ac9bdffa32bd415994fd7c9c (patch)
tree7726e3adb28996e7a6046e2e7abd82132826e2a2 /TAO/orbsvcs/examples/Log
parent7792b33803411c13d6f3c3557481194013549dee (diff)
downloadATCD-25ce3ff7692c1bd3ac9bdffa32bd415994fd7c9c.tar.gz
ChangeLogTag: Wed Feb 11 11:38:18 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/examples/Log')
-rw-r--r--TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc b/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc
index 4ca31b39b0f..7555dc62c61 100644
--- a/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc
+++ b/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc
@@ -2,7 +2,6 @@
// $Id$
project(*Consumer) : orbsvcsexe, rtevent, naming, rteventlogadmin {
- requires += minimum_corba
exename = consumer
source_files {
RTEvent_Consumer.cpp
@@ -10,7 +9,6 @@ project(*Consumer) : orbsvcsexe, rtevent, naming, rteventlogadmin {
}
project(*Supplier) : orbsvcsexe, rtevent, naming, rteventlogadmin {
- requires += minimum_corba
exename = supplier
source_files {
RTEvent_Supplier.cpp