summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/CosEvent_Service
diff options
context:
space:
mode:
authorbusch_d <busch_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-10-26 22:34:17 +0000
committerbusch_d <busch_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-10-26 22:34:17 +0000
commitf0a8e8b3b88ad0e2ba7d64e318533f2b2c27c33a (patch)
tree909bbd21853974ac63c78038d1453ac0fe646c78 /TAO/orbsvcs/CosEvent_Service
parent8f26203e8ce0bff1937a86a20f10e432f1d028b8 (diff)
downloadATCD-f0a8e8b3b88ad0e2ba7d64e318533f2b2c27c33a.tar.gz
Wed Oct 26 17:22:12 2005 Don Busch <busch_d@ociweb.com>
This is a footprint reduction fix, eliminating a library dependency. TAO 1.4 introduced a new dependency on the Messaging, Valuetype, PI, and CodecFactory libraries for the CosNaming_Serv and CosEvent_Serv libraries. Turning off CORBA Messaging did not remove this dependency. Thus, any application that uses CosNaming_Serv or CosEvent_Serv, but not CORBA Messaging, depends on those libraries anyway. This change eliminates the CosNaming_Serv and CosEvent_Serv dependencies on Messaging (and thus PI, CodecFactory, and Valuetype) when CORBA Messaging and Interceptors are turned off. It reduces the footprint in that case by about 600K.
Diffstat (limited to 'TAO/orbsvcs/CosEvent_Service')
-rw-r--r--TAO/orbsvcs/CosEvent_Service/CosEvent_Service.mpc2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/CosEvent_Service/CosEvent_Service.mpc b/TAO/orbsvcs/CosEvent_Service/CosEvent_Service.mpc
index 2bdb8761528..90263aae047 100644
--- a/TAO/orbsvcs/CosEvent_Service/CosEvent_Service.mpc
+++ b/TAO/orbsvcs/CosEvent_Service/CosEvent_Service.mpc
@@ -1,6 +1,6 @@
// -*- MPC -*-
// $Id$
-project : orbsvcsexe, core, naming, event_serv, svc_utils, iortable, messaging, portableserver {
+project : orbsvcsexe, core, naming, event_serv, svc_utils, iortable, messaging_optional, portableserver {
exename = CosEvent_Service
}