summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-30 02:21:56 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-30 02:21:56 +0000
commitf5cd49e302da7566b70446f03b2e88b83a4a5b16 (patch)
treefc6a141c631ba30d780c2eb877ae36a0050fdff7
parent3cc5a4fdbd9edeeaae5594c6fa54a9b98b8fa819 (diff)
downloadATCD-f5cd49e302da7566b70446f03b2e88b83a4a5b16.tar.gz
Tue Aug 29 20:28:30 2000 Pradeep Gore <pradeep@cs.wustl.edu>
-rw-r--r--TAO/orbsvcs/orbsvcs/Makefile.CosNotification1156
1 files changed, 954 insertions, 202 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Makefile.CosNotification b/TAO/orbsvcs/orbsvcs/Makefile.CosNotification
index ea31078f978..257ca08678b 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile.CosNotification
+++ b/TAO/orbsvcs/orbsvcs/Makefile.CosNotification
@@ -23,6 +23,13 @@ ACE_SHLIBS = -lTAO_Svc_Utils -lTAO -lACE
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(TAO_ROOT)/rules.tao.GNU
+ifeq ($(ACE_HAS_GNUG_PRE_2_8),1)
+ # Since older g++ cannot handle templates properly,
+ # Notify will not build on g++ prior to 2.8.0.
+ all clean realclean:
+ @echo TAO Notification Service is not built with older versions of g++
+else # ! ACE_HAS_GNUG_PRE_2_8
+
# On non-Windows environment, we should at least define
# the export_include IDL flag.
override TAO_IDLFLAGS += \
@@ -454,7 +461,6 @@ realclean: clean
CosNotifyCommS.h \
CosEventCommS.h \
CosEventCommC.h \
- CosEvent/event_export.h \
CosEventCommC.i \
CosEventCommS_T.h \
CosEventCommS_T.i \
@@ -495,9 +501,9 @@ realclean: clean
ESF/ESF_Worker.h \
ESF/ESF_Worker.i \
ESF/ESF_Worker.cpp \
- Notify/Notify_Event.h Notify/Notify_Channel_Objects_Factory.h \
- Notify/Notify_POA_Factory.h Notify/Notify_Factory.h \
- Notify/Notify_FilterFactory_i.h
+ Notify/Notify_Event.h Notify/Notify_Event.i \
+ Notify/Notify_Channel_Objects_Factory.h Notify/Notify_POA_Factory.h \
+ Notify/Notify_Factory.h Notify/Notify_FilterFactory_i.h
.obj/Notify_EventChannel_i.o .obj/Notify_EventChannel_i.so .shobj/Notify_EventChannel_i.o .shobj/Notify_EventChannel_i.so: Notify/Notify_EventChannel_i.cpp \
ESF/ESF_Proxy_Collection.h \
@@ -835,7 +841,6 @@ realclean: clean
CosNotifyCommS.h \
CosEventCommS.h \
CosEventCommC.h \
- CosEvent/event_export.h \
CosEventCommC.i \
CosEventCommS_T.h \
CosEventCommS_T.i \
@@ -872,12 +877,12 @@ realclean: clean
svc_utils_export.h \
TimeBaseC.i \
Notify/notify_export.h Notify/Notify_Collection.h \
- Notify/Notify_Event.h Notify/Notify_EventChannelFactory_i.h \
- Notify/Notify_SupplierAdmin_i.h Notify/Notify_FilterAdmin_i.h \
- Notify/Notify_ConsumerAdmin_i.h Notify/Notify_Listeners.h \
- Notify/Notify_Event_Manager.h Notify/Notify_Event_Manager.i \
- Notify/Notify_Event_Map.h Notify/Notify_Event_Map.i \
- Notify/Notify_Event_Processor.h \
+ Notify/Notify_Event.h Notify/Notify_Event.i \
+ Notify/Notify_EventChannelFactory_i.h Notify/Notify_SupplierAdmin_i.h \
+ Notify/Notify_FilterAdmin_i.h Notify/Notify_ConsumerAdmin_i.h \
+ Notify/Notify_Listeners.h Notify/Notify_Event_Manager.h \
+ Notify/Notify_Event_Manager.i Notify/Notify_Event_Map.h \
+ Notify/Notify_Event_Map.i Notify/Notify_Event_Processor.h \
$(ACE_ROOT)/ace/Module.h \
$(ACE_ROOT)/ace/Task_T.h \
$(ACE_ROOT)/ace/Task.h \
@@ -1232,7 +1237,6 @@ realclean: clean
CosNotifyCommS.h \
CosEventCommS.h \
CosEventCommC.h \
- CosEvent/event_export.h \
CosEventCommC.i \
CosEventCommS_T.h \
CosEventCommS_T.i \
@@ -1269,7 +1273,7 @@ realclean: clean
svc_utils_export.h \
TimeBaseC.i \
Notify/notify_export.h Notify/Notify_FilterAdmin_i.h \
- Notify/Notify_Event.h Notify/Notify_Listeners.h \
+ Notify/Notify_Event.h Notify/Notify_Event.i Notify/Notify_Listeners.h \
Notify/Notify_Collection.h Notify/Notify_ProxyPushSupplier_i.h \
Notify/Notify_ProxySupplier_T.h Notify/Notify_Proxy_T.h \
Notify/Notify_Proxy_T.cpp Notify/Notify_Event_Manager.h \
@@ -1291,13 +1295,14 @@ realclean: clean
$(ACE_ROOT)/ace/Stream.cpp \
Notify/Notify_ProxySupplier_T.cpp Notify/Notify_Factory.h \
Notify/Notify_Channel_Objects_Factory.h \
- Notify/Notify_StructuredProxyPushSupplier_i.h \
+ Notify/Notify_Event_Manager_Objects_Factory.h \
+ Notify/Notify_Worker_Task.h Notify/Notify_Command.h \
+ Notify/Notify_Command.i Notify/Notify_StructuredProxyPushSupplier_i.h \
Notify/Notify_SequenceProxyPushSupplier_i.h \
Notify/Notify_EventChannel_i.h Notify/Notify_POA_Factory.h \
- Notify/Notify_Event_Manager_Objects_Factory.h \
Notify/Notify_Collection_Factory.h \
- Notify/Notify_Listener_Filter_Eval_Command.h Notify/Notify_Command.h \
- Notify/Notify_Worker_Task.h Notify/Notify_Event_Dispatch_Command.h
+ Notify/Notify_Listener_Filter_Eval_Command.h \
+ Notify/Notify_Event_Dispatch_Command.h
.obj/Notify_SupplierAdmin_i.o .obj/Notify_SupplierAdmin_i.so .shobj/Notify_SupplierAdmin_i.o .shobj/Notify_SupplierAdmin_i.so: Notify/Notify_SupplierAdmin_i.cpp \
$(ACE_ROOT)/ace/Auto_Ptr.h \
@@ -1632,7 +1637,6 @@ realclean: clean
CosNotifyCommS.h \
CosEventCommS.h \
CosEventCommC.h \
- CosEvent/event_export.h \
CosEventCommC.i \
CosEventCommS_T.h \
CosEventCommS_T.i \
@@ -1669,10 +1673,11 @@ realclean: clean
svc_utils_export.h \
TimeBaseC.i \
Notify/notify_export.h Notify/Notify_FilterAdmin_i.h \
- Notify/Notify_Event.h Notify/Notify_ProxyPushConsumer_i.h \
- Notify/Notify_ProxyConsumer_T.h Notify/Notify_Proxy_T.h \
- Notify/Notify_Listeners.h Notify/Notify_Proxy_T.cpp \
- Notify/Notify_Event_Manager.h Notify/Notify_Collection.h \
+ Notify/Notify_Event.h Notify/Notify_Event.i \
+ Notify/Notify_ProxyPushConsumer_i.h Notify/Notify_ProxyConsumer_T.h \
+ Notify/Notify_Proxy_T.h Notify/Notify_Listeners.h \
+ Notify/Notify_Proxy_T.cpp Notify/Notify_Event_Manager.h \
+ Notify/Notify_Collection.h \
ESF/ESF_Worker.h \
ESF/ESF_Worker.i \
ESF/ESF_Worker.cpp \
@@ -1698,7 +1703,9 @@ realclean: clean
$(ACE_ROOT)/ace/Stream.cpp \
Notify/Notify_ProxyConsumer_T.cpp Notify/Notify_Factory.h \
Notify/Notify_Channel_Objects_Factory.h \
- Notify/Notify_StructuredProxyPushConsumer_i.h \
+ Notify/Notify_Event_Manager_Objects_Factory.h \
+ Notify/Notify_Worker_Task.h Notify/Notify_Command.h \
+ Notify/Notify_Command.i Notify/Notify_StructuredProxyPushConsumer_i.h \
Notify/Notify_SequenceProxyPushConsumer_i.h \
Notify/Notify_EventChannel_i.h Notify/Notify_POA_Factory.h
@@ -2033,7 +2040,6 @@ realclean: clean
CosNotifyCommS.h \
CosEventCommS.h \
CosEventCommC.h \
- CosEvent/event_export.h \
CosEventCommC.i \
CosEventCommS_T.h \
CosEventCommS_T.i \
@@ -2071,8 +2077,9 @@ realclean: clean
Notify/notify_export.h Notify/Notify_FilterAdmin_i.h \
Notify/Notify_ID_Pool_T.h Notify/Notify_ID_Pool_T.i \
Notify/Notify_ID_Pool_T.cpp Notify/Notify_Event.h \
- Notify/Notify_Listeners.h Notify/Notify_Proxy_T.cpp \
- Notify/Notify_Event_Manager.h Notify/Notify_Collection.h \
+ Notify/Notify_Event.i Notify/Notify_Listeners.h \
+ Notify/Notify_Proxy_T.cpp Notify/Notify_Event_Manager.h \
+ Notify/Notify_Collection.h \
ESF/ESF_Worker.h \
ESF/ESF_Worker.i \
ESF/ESF_Worker.cpp \
@@ -2097,7 +2104,10 @@ realclean: clean
$(ACE_ROOT)/ace/Stream.i \
$(ACE_ROOT)/ace/Stream.cpp \
Notify/Notify_ProxySupplier_T.cpp Notify/Notify_ConsumerAdmin_i.h \
- Notify/Notify_Factory.h Notify/Notify_Channel_Objects_Factory.h
+ Notify/Notify_Factory.h Notify/Notify_Channel_Objects_Factory.h \
+ Notify/Notify_Event_Manager_Objects_Factory.h \
+ Notify/Notify_Worker_Task.h Notify/Notify_Command.h \
+ Notify/Notify_Command.i
.obj/Notify_StructuredProxyPushSupplier_i.o .obj/Notify_StructuredProxyPushSupplier_i.so .shobj/Notify_StructuredProxyPushSupplier_i.o .shobj/Notify_StructuredProxyPushSupplier_i.so: \
Notify/Notify_StructuredProxyPushSupplier_i.cpp \
@@ -2430,7 +2440,6 @@ realclean: clean
CosNotifyCommS.h \
CosEventCommS.h \
CosEventCommC.h \
- CosEvent/event_export.h \
CosEventCommC.i \
CosEventCommS_T.h \
CosEventCommS_T.i \
@@ -2469,8 +2478,9 @@ realclean: clean
Notify/notify_export.h Notify/Notify_FilterAdmin_i.h \
Notify/Notify_ID_Pool_T.h Notify/Notify_ID_Pool_T.i \
Notify/Notify_ID_Pool_T.cpp Notify/Notify_Event.h \
- Notify/Notify_Listeners.h Notify/Notify_Proxy_T.cpp \
- Notify/Notify_Event_Manager.h Notify/Notify_Collection.h \
+ Notify/Notify_Event.i Notify/Notify_Listeners.h \
+ Notify/Notify_Proxy_T.cpp Notify/Notify_Event_Manager.h \
+ Notify/Notify_Collection.h \
ESF/ESF_Worker.h \
ESF/ESF_Worker.i \
ESF/ESF_Worker.cpp \
@@ -2495,7 +2505,10 @@ realclean: clean
$(ACE_ROOT)/ace/Stream.i \
$(ACE_ROOT)/ace/Stream.cpp \
Notify/Notify_ProxySupplier_T.cpp Notify/Notify_ConsumerAdmin_i.h \
- Notify/Notify_Factory.h Notify/Notify_Channel_Objects_Factory.h
+ Notify/Notify_Factory.h Notify/Notify_Channel_Objects_Factory.h \
+ Notify/Notify_Event_Manager_Objects_Factory.h \
+ Notify/Notify_Worker_Task.h Notify/Notify_Command.h \
+ Notify/Notify_Command.i
.obj/Notify_SequenceProxyPushSupplier_i.o .obj/Notify_SequenceProxyPushSupplier_i.so .shobj/Notify_SequenceProxyPushSupplier_i.o .shobj/Notify_SequenceProxyPushSupplier_i.so: \
Notify/Notify_SequenceProxyPushSupplier_i.cpp \
@@ -2829,7 +2842,6 @@ realclean: clean
CosNotifyCommS.h \
CosEventCommS.h \
CosEventCommC.h \
- CosEvent/event_export.h \
CosEventCommC.i \
CosEventCommS_T.h \
CosEventCommS_T.i \
@@ -2867,8 +2879,9 @@ realclean: clean
Notify/notify_export.h Notify/Notify_FilterAdmin_i.h \
Notify/Notify_ID_Pool_T.h Notify/Notify_ID_Pool_T.i \
Notify/Notify_ID_Pool_T.cpp Notify/Notify_Event.h \
- Notify/Notify_Listeners.h Notify/Notify_Proxy_T.cpp \
- Notify/Notify_Event_Manager.h Notify/Notify_Collection.h \
+ Notify/Notify_Event.i Notify/Notify_Listeners.h \
+ Notify/Notify_Proxy_T.cpp Notify/Notify_Event_Manager.h \
+ Notify/Notify_Collection.h \
ESF/ESF_Worker.h \
ESF/ESF_Worker.i \
ESF/ESF_Worker.cpp \
@@ -2893,7 +2906,10 @@ realclean: clean
$(ACE_ROOT)/ace/Stream.i \
$(ACE_ROOT)/ace/Stream.cpp \
Notify/Notify_ProxySupplier_T.cpp Notify/Notify_ConsumerAdmin_i.h \
- Notify/Notify_Factory.h Notify/Notify_Channel_Objects_Factory.h
+ Notify/Notify_Factory.h Notify/Notify_Channel_Objects_Factory.h \
+ Notify/Notify_Event_Manager_Objects_Factory.h \
+ Notify/Notify_Worker_Task.h Notify/Notify_Command.h \
+ Notify/Notify_Command.i
.obj/Notify_ProxyPushConsumer_i.o .obj/Notify_ProxyPushConsumer_i.so .shobj/Notify_ProxyPushConsumer_i.o .shobj/Notify_ProxyPushConsumer_i.so: Notify/Notify_ProxyPushConsumer_i.cpp \
Notify/Notify_ProxyPushConsumer_i.h \
@@ -3226,7 +3242,6 @@ realclean: clean
CosNotifyCommS.h \
CosEventCommS.h \
CosEventCommC.h \
- CosEvent/event_export.h \
CosEventCommC.i \
CosEventCommS_T.h \
CosEventCommS_T.i \
@@ -3264,8 +3279,9 @@ realclean: clean
Notify/notify_export.h Notify/Notify_FilterAdmin_i.h \
Notify/Notify_ID_Pool_T.h Notify/Notify_ID_Pool_T.i \
Notify/Notify_ID_Pool_T.cpp Notify/Notify_Event.h \
- Notify/Notify_Listeners.h Notify/Notify_Proxy_T.cpp \
- Notify/Notify_Event_Manager.h Notify/Notify_Collection.h \
+ Notify/Notify_Event.i Notify/Notify_Listeners.h \
+ Notify/Notify_Proxy_T.cpp Notify/Notify_Event_Manager.h \
+ Notify/Notify_Collection.h \
ESF/ESF_Worker.h \
ESF/ESF_Worker.i \
ESF/ESF_Worker.cpp \
@@ -3290,7 +3306,10 @@ realclean: clean
$(ACE_ROOT)/ace/Stream.i \
$(ACE_ROOT)/ace/Stream.cpp \
Notify/Notify_ProxyConsumer_T.cpp Notify/Notify_SupplierAdmin_i.h \
- Notify/Notify_Factory.h Notify/Notify_Channel_Objects_Factory.h
+ Notify/Notify_Factory.h Notify/Notify_Channel_Objects_Factory.h \
+ Notify/Notify_Event_Manager_Objects_Factory.h \
+ Notify/Notify_Worker_Task.h Notify/Notify_Command.h \
+ Notify/Notify_Command.i
.obj/Notify_StructuredProxyPushConsumer_i.o .obj/Notify_StructuredProxyPushConsumer_i.so .shobj/Notify_StructuredProxyPushConsumer_i.o .shobj/Notify_StructuredProxyPushConsumer_i.so: \
Notify/Notify_StructuredProxyPushConsumer_i.cpp \
@@ -3623,7 +3642,6 @@ realclean: clean
CosNotifyCommS.h \
CosEventCommS.h \
CosEventCommC.h \
- CosEvent/event_export.h \
CosEventCommC.i \
CosEventCommS_T.h \
CosEventCommS_T.i \
@@ -3662,8 +3680,9 @@ realclean: clean
Notify/notify_export.h Notify/Notify_FilterAdmin_i.h \
Notify/Notify_ID_Pool_T.h Notify/Notify_ID_Pool_T.i \
Notify/Notify_ID_Pool_T.cpp Notify/Notify_Event.h \
- Notify/Notify_Listeners.h Notify/Notify_Proxy_T.cpp \
- Notify/Notify_Event_Manager.h Notify/Notify_Collection.h \
+ Notify/Notify_Event.i Notify/Notify_Listeners.h \
+ Notify/Notify_Proxy_T.cpp Notify/Notify_Event_Manager.h \
+ Notify/Notify_Collection.h \
ESF/ESF_Worker.h \
ESF/ESF_Worker.i \
ESF/ESF_Worker.cpp \
@@ -3688,7 +3707,10 @@ realclean: clean
$(ACE_ROOT)/ace/Stream.i \
$(ACE_ROOT)/ace/Stream.cpp \
Notify/Notify_ProxyConsumer_T.cpp Notify/Notify_SupplierAdmin_i.h \
- Notify/Notify_Factory.h Notify/Notify_Channel_Objects_Factory.h
+ Notify/Notify_Factory.h Notify/Notify_Channel_Objects_Factory.h \
+ Notify/Notify_Event_Manager_Objects_Factory.h \
+ Notify/Notify_Worker_Task.h Notify/Notify_Command.h \
+ Notify/Notify_Command.i
.obj/Notify_SequenceProxyPushConsumer_i.o .obj/Notify_SequenceProxyPushConsumer_i.so .shobj/Notify_SequenceProxyPushConsumer_i.o .shobj/Notify_SequenceProxyPushConsumer_i.so: \
Notify/Notify_SequenceProxyPushConsumer_i.cpp \
@@ -4022,7 +4044,6 @@ realclean: clean
CosNotifyCommS.h \
CosEventCommS.h \
CosEventCommC.h \
- CosEvent/event_export.h \
CosEventCommC.i \
CosEventCommS_T.h \
CosEventCommS_T.i \
@@ -4060,8 +4081,9 @@ realclean: clean
Notify/notify_export.h Notify/Notify_FilterAdmin_i.h \
Notify/Notify_ID_Pool_T.h Notify/Notify_ID_Pool_T.i \
Notify/Notify_ID_Pool_T.cpp Notify/Notify_Event.h \
- Notify/Notify_Listeners.h Notify/Notify_Proxy_T.cpp \
- Notify/Notify_Event_Manager.h Notify/Notify_Collection.h \
+ Notify/Notify_Event.i Notify/Notify_Listeners.h \
+ Notify/Notify_Proxy_T.cpp Notify/Notify_Event_Manager.h \
+ Notify/Notify_Collection.h \
ESF/ESF_Worker.h \
ESF/ESF_Worker.i \
ESF/ESF_Worker.cpp \
@@ -4086,11 +4108,15 @@ realclean: clean
$(ACE_ROOT)/ace/Stream.i \
$(ACE_ROOT)/ace/Stream.cpp \
Notify/Notify_ProxyConsumer_T.cpp Notify/Notify_SupplierAdmin_i.h \
- Notify/Notify_Factory.h Notify/Notify_Channel_Objects_Factory.h
+ Notify/Notify_Factory.h Notify/Notify_Channel_Objects_Factory.h \
+ Notify/Notify_Event_Manager_Objects_Factory.h \
+ Notify/Notify_Worker_Task.h Notify/Notify_Command.h \
+ Notify/Notify_Command.i
.obj/Notify_FilterAdmin_i.o .obj/Notify_FilterAdmin_i.so .shobj/Notify_FilterAdmin_i.o .shobj/Notify_FilterAdmin_i.so: Notify/Notify_FilterAdmin_i.cpp \
Notify/Notify_FilterAdmin_i.h \
- $(ACE_ROOT)/ace/pre.h Notify/Notify_ID_Pool_T.h \
+ $(ACE_ROOT)/ace/pre.h \
+ Notify/Notify_ID_Pool_T.h \
$(ACE_ROOT)/ace/OS.h \
$(ACE_ROOT)/ace/config-sunos5.6.h \
$(ACE_ROOT)/ace/config-sunos5.5.h \
@@ -4418,7 +4444,6 @@ realclean: clean
CosNotifyCommS.h \
CosEventCommS.h \
CosEventCommC.h \
- CosEvent/event_export.h \
CosEventCommC.i \
CosEventCommS_T.h \
CosEventCommS_T.i \
@@ -4450,7 +4475,7 @@ realclean: clean
CosNotifyChannelAdminS_T.cpp \
CosNotifyChannelAdminS.i \
Notify/Notify_ID_Pool_T.i Notify/Notify_ID_Pool_T.cpp \
- Notify/Notify_Event.h Notify/notify_export.h
+ Notify/Notify_Event.h Notify/notify_export.h Notify/Notify_Event.i
.obj/Notify_Filter_i.o .obj/Notify_Filter_i.so .shobj/Notify_Filter_i.o .shobj/Notify_Filter_i.so: Notify/Notify_Filter_i.cpp \
$(ACE_ROOT)/ace/Auto_Ptr.h \
@@ -4790,7 +4815,6 @@ realclean: clean
CosNotificationS.i \
CosEventCommS.h \
CosEventCommC.h \
- CosEvent/event_export.h \
CosEventCommC.i \
CosEventCommS_T.h \
CosEventCommS_T.i \
@@ -5155,7 +5179,6 @@ realclean: clean
CosNotificationS.i \
CosEventCommS.h \
CosEventCommC.h \
- CosEvent/event_export.h \
CosEventCommC.i \
CosEventCommS_T.h \
CosEventCommS_T.i \
@@ -5859,7 +5882,6 @@ realclean: clean
CosNotificationS.i \
CosEventCommS.h \
CosEventCommC.h \
- CosEvent/event_export.h \
CosEventCommC.i \
CosEventCommS_T.h \
CosEventCommS_T.i \
@@ -6529,10 +6551,10 @@ realclean: clean
CosNotifyFilterC.h \
CosNotifyCommC.h \
CosEventCommC.h \
- CosEvent/event_export.h \
CosEventCommC.i \
CosNotifyCommC.i \
- CosNotifyFilterC.i
+ CosNotifyFilterC.i \
+ Notify/Notify_Event.i
.obj/Notify_Collection.o .obj/Notify_Collection.so .shobj/Notify_Collection.o .shobj/Notify_Collection.so: Notify/Notify_Collection.cpp \
Notify/Notify_Collection.h \
@@ -6856,7 +6878,6 @@ realclean: clean
CosNotificationC.h \
CosNotificationC.i \
CosEventCommC.h \
- CosEvent/event_export.h \
CosEventCommC.i \
CosNotifyCommC.i \
ESF/ESF_Worker.h \
@@ -6865,7 +6886,7 @@ realclean: clean
Notify/notify_export.h Notify/Notify_Event.h \
CosNotifyFilterC.h \
CosNotifyFilterC.i \
- Notify/Notify_Listeners.h
+ Notify/Notify_Event.i Notify/Notify_Listeners.h
.obj/Notify_Event_Map.o .obj/Notify_Event_Map.so .shobj/Notify_Event_Map.o .shobj/Notify_Event_Map.so: Notify/Notify_Event_Map.cpp \
ESF/ESF_Proxy_Collection.h \
@@ -7197,13 +7218,12 @@ realclean: clean
CosNotifyFilterC.h \
CosNotifyCommC.h \
CosEventCommC.h \
- CosEvent/event_export.h \
CosEventCommC.i \
CosNotifyCommC.i \
CosNotifyFilterC.i \
- Notify/Notify_Event_Map.h Notify/Notify_Collection.h \
- Notify/Notify_Event_Map.i Notify/Notify_Factory.h \
- Notify/Notify_Event_Manager_Objects_Factory.h \
+ Notify/Notify_Event.i Notify/Notify_Event_Map.h \
+ Notify/Notify_Collection.h Notify/Notify_Event_Map.i \
+ Notify/Notify_Factory.h Notify/Notify_Event_Manager_Objects_Factory.h \
Notify/Notify_Collection_Factory.h
.obj/Notify_Event_Manager.o .obj/Notify_Event_Manager.so .shobj/Notify_Event_Manager.o .shobj/Notify_Event_Manager.so: Notify/Notify_Event_Manager.cpp \
@@ -7536,14 +7556,14 @@ realclean: clean
Notify/Notify_Collection.h \
CosNotifyCommC.h \
CosEventCommC.h \
- CosEvent/event_export.h \
CosEventCommC.i \
CosNotifyCommC.i \
Notify/Notify_Event.h \
CosNotifyFilterC.h \
CosNotifyFilterC.i \
- Notify/Notify_Event_Manager.i Notify/Notify_Event_Map.h \
- Notify/Notify_Event_Map.i Notify/Notify_Event_Processor.h \
+ Notify/Notify_Event.i Notify/Notify_Event_Manager.i \
+ Notify/Notify_Event_Map.h Notify/Notify_Event_Map.i \
+ Notify/Notify_Event_Processor.h \
$(ACE_ROOT)/ace/Module.h \
$(ACE_ROOT)/ace/Task_T.h \
$(ACE_ROOT)/ace/Task.h \
@@ -7559,7 +7579,8 @@ realclean: clean
$(ACE_ROOT)/ace/Stream.i \
$(ACE_ROOT)/ace/Stream.cpp \
Notify/Notify_Factory.h Notify/Notify_Worker_Task.h \
- Notify/Notify_Command.h Notify/Notify_Event_Manager_Objects_Factory.h \
+ Notify/Notify_Command.h Notify/Notify_Command.i \
+ Notify/Notify_Event_Manager_Objects_Factory.h \
Notify/Notify_Update_Dispatch_Command.h
.obj/Notify_Event_Processor.o .obj/Notify_Event_Processor.so .shobj/Notify_Event_Processor.o .shobj/Notify_Event_Processor.so: Notify/Notify_Event_Processor.cpp \
@@ -7894,8 +7915,30 @@ realclean: clean
$(TAO_ROOT)/tao/MessagingS_T.cpp \
$(TAO_ROOT)/tao/MessagingS.i \
Notify/notify_export.h Notify/Notify_Worker_Task.h \
- Notify/Notify_Command.h Notify/Notify_Source_Filter_Eval_Command.h \
- Notify/Notify_Factory.h Notify/Notify_Event_Manager_Objects_Factory.h
+ Notify/Notify_Command.h Notify/Notify_Command.i Notify/Notify_Event.h \
+ CosNotificationC.h \
+ Notify/notify_export.h \
+ CosNotificationC.i \
+ CosNotifyFilterC.h \
+ CosNotifyCommC.h \
+ CosEventCommC.h \
+ CosEventCommC.i \
+ CosNotifyCommC.i \
+ CosNotifyFilterC.i \
+ Notify/Notify_Event.i Notify/Notify_Source_Filter_Eval_Command.h \
+ Notify/Notify_Listener_Filter_Eval_Command.h \
+ Notify/Notify_Event_Manager_Objects_Factory.h \
+ Notify/Notify_Lookup_Command.h \
+ ESF/ESF_Worker.h \
+ ESF/ESF_Worker.i \
+ ESF/ESF_Worker.cpp \
+ Notify/Notify_Event_Dispatch_Command.h Notify/Notify_Factory.h \
+ Notify/Notify_Listeners.h Notify/Notify_Event_Manager.h \
+ Notify/Notify_Collection.h Notify/Notify_Event_Manager.i \
+ Notify/Notify_Event_Map.h Notify/Notify_Event_Map.i \
+ ESF/ESF_Proxy_Collection.h \
+ ESF/ESF_Proxy_Collection.i \
+ ESF/ESF_Proxy_Collection.cpp
.obj/Notify_Worker_Task.o .obj/Notify_Worker_Task.so .shobj/Notify_Worker_Task.o .shobj/Notify_Worker_Task.so: Notify/Notify_Worker_Task.cpp \
Notify/Notify_Worker_Task.h \
@@ -8224,12 +8267,24 @@ realclean: clean
$(TAO_ROOT)/tao/MessagingS_T.i \
$(TAO_ROOT)/tao/MessagingS_T.cpp \
$(TAO_ROOT)/tao/MessagingS.i \
- Notify/Notify_Command.h Notify/notify_export.h
+ Notify/Notify_Command.h Notify/notify_export.h \
+ Notify/Notify_Command.i Notify/Notify_Event.h \
+ CosNotificationC.h \
+ Notify/notify_export.h \
+ CosNotificationC.i \
+ CosNotifyFilterC.h \
+ CosNotifyCommC.h \
+ CosEventCommC.h \
+ CosEventCommC.i \
+ CosNotifyCommC.i \
+ CosNotifyFilterC.i \
+ Notify/Notify_Event.i
.obj/Notify_Source_Filter_Eval_Command.o .obj/Notify_Source_Filter_Eval_Command.so .shobj/Notify_Source_Filter_Eval_Command.o .shobj/Notify_Source_Filter_Eval_Command.so: \
Notify/Notify_Source_Filter_Eval_Command.cpp \
Notify/Notify_Source_Filter_Eval_Command.h \
- $(ACE_ROOT)/ace/pre.h Notify/Notify_Command.h \
+ $(ACE_ROOT)/ace/pre.h \
+ Notify/Notify_Command.h \
$(ACE_ROOT)/ace/Message_Block.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/OS.h \
@@ -8544,7 +8599,17 @@ realclean: clean
$(TAO_ROOT)/tao/MessagingS_T.i \
$(TAO_ROOT)/tao/MessagingS_T.cpp \
$(TAO_ROOT)/tao/MessagingS.i \
- Notify/notify_export.h Notify/Notify_Listeners.h \
+ Notify/notify_export.h Notify/Notify_Command.i Notify/Notify_Event.h \
+ CosNotificationC.h \
+ Notify/notify_export.h \
+ CosNotificationC.i \
+ CosNotifyFilterC.h \
+ CosNotifyCommC.h \
+ CosEventCommC.h \
+ CosEventCommC.i \
+ CosNotifyCommC.i \
+ CosNotifyFilterC.i \
+ Notify/Notify_Event.i Notify/Notify_Listeners.h \
Notify/Notify_Lookup_Command.h \
ESF/ESF_Worker.h \
ESF/ESF_Worker.i \
@@ -8560,17 +8625,11 @@ realclean: clean
$(ACE_ROOT)/ace/Module.cpp \
$(ACE_ROOT)/ace/Stream_Modules.h \
$(ACE_ROOT)/ace/Stream_Modules.cpp \
- Notify/Notify_Event.h \
- CosNotificationC.h \
- Notify/notify_export.h \
- CosNotificationC.i \
- CosNotifyFilterC.h \
- CosNotifyCommC.h \
- CosEventCommC.h \
- CosEvent/event_export.h \
- CosEventCommC.i \
- CosNotifyCommC.i \
- CosNotifyFilterC.i
+ Notify/Notify_Event_Processor.h \
+ $(ACE_ROOT)/ace/Stream.h \
+ $(ACE_ROOT)/ace/Time_Value.h \
+ $(ACE_ROOT)/ace/Stream.i \
+ $(ACE_ROOT)/ace/Stream.cpp
.obj/Notify_Lookup_Command.o .obj/Notify_Lookup_Command.so .shobj/Notify_Lookup_Command.o .shobj/Notify_Lookup_Command.so: Notify/Notify_Lookup_Command.cpp \
ESF/ESF_Proxy_Collection.h \
@@ -8895,19 +8954,18 @@ realclean: clean
ESF/ESF_Worker.i \
ESF/ESF_Worker.cpp \
Notify/Notify_Lookup_Command.h Notify/Notify_Command.h \
- Notify/notify_export.h Notify/Notify_Event_Manager.h \
+ Notify/notify_export.h Notify/Notify_Command.i Notify/Notify_Event.h \
CosNotificationC.h \
Notify/notify_export.h \
CosNotificationC.i \
- Notify/Notify_Listeners.h Notify/Notify_Collection.h \
+ CosNotifyFilterC.h \
CosNotifyCommC.h \
CosEventCommC.h \
- CosEvent/event_export.h \
CosEventCommC.i \
CosNotifyCommC.i \
- Notify/Notify_Event.h \
- CosNotifyFilterC.h \
CosNotifyFilterC.i \
+ Notify/Notify_Event.i Notify/Notify_Event_Manager.h \
+ Notify/Notify_Listeners.h Notify/Notify_Collection.h \
Notify/Notify_Event_Manager.i Notify/Notify_Event_Map.h \
Notify/Notify_Event_Map.i Notify/Notify_Event_Processor.h \
$(ACE_ROOT)/ace/Module.h \
@@ -8924,8 +8982,7 @@ realclean: clean
$(ACE_ROOT)/ace/Time_Value.h \
$(ACE_ROOT)/ace/Stream.i \
$(ACE_ROOT)/ace/Stream.cpp \
- Notify/Notify_Listener_Filter_Eval_Command.h \
- Notify/Notify_Worker_Task.h
+ Notify/Notify_Listener_Filter_Eval_Command.h
.obj/Notify_Listener_Filter_Eval_Command.o .obj/Notify_Listener_Filter_Eval_Command.so .shobj/Notify_Listener_Filter_Eval_Command.o .shobj/Notify_Listener_Filter_Eval_Command.so: \
Notify/Notify_Listener_Filter_Eval_Command.cpp \
@@ -9251,7 +9308,17 @@ realclean: clean
ESF/ESF_Worker.i \
ESF/ESF_Worker.cpp \
Notify/Notify_Listener_Filter_Eval_Command.h Notify/Notify_Command.h \
- Notify/notify_export.h Notify/Notify_Event_Dispatch_Command.h \
+ Notify/notify_export.h Notify/Notify_Command.i Notify/Notify_Event.h \
+ CosNotificationC.h \
+ Notify/notify_export.h \
+ CosNotificationC.i \
+ CosNotifyFilterC.h \
+ CosNotifyCommC.h \
+ CosEventCommC.h \
+ CosEventCommC.i \
+ CosNotifyCommC.i \
+ CosNotifyFilterC.i \
+ Notify/Notify_Event.i Notify/Notify_Event_Dispatch_Command.h \
Notify/Notify_Worker_Task.h \
$(ACE_ROOT)/ace/Task.h \
$(ACE_ROOT)/ace/Task.i \
@@ -9263,22 +9330,17 @@ realclean: clean
$(ACE_ROOT)/ace/Module.cpp \
$(ACE_ROOT)/ace/Stream_Modules.h \
$(ACE_ROOT)/ace/Stream_Modules.cpp \
- Notify/Notify_Listeners.h Notify/Notify_Event.h \
- CosNotificationC.h \
- Notify/notify_export.h \
- CosNotificationC.i \
- CosNotifyFilterC.h \
- CosNotifyCommC.h \
- CosEventCommC.h \
- CosEvent/event_export.h \
- CosEventCommC.i \
- CosNotifyCommC.i \
- CosNotifyFilterC.i
+ Notify/Notify_Listeners.h Notify/Notify_Event_Processor.h \
+ $(ACE_ROOT)/ace/Stream.h \
+ $(ACE_ROOT)/ace/Time_Value.h \
+ $(ACE_ROOT)/ace/Stream.i \
+ $(ACE_ROOT)/ace/Stream.cpp
.obj/Notify_Event_Dispatch_Command.o .obj/Notify_Event_Dispatch_Command.so .shobj/Notify_Event_Dispatch_Command.o .shobj/Notify_Event_Dispatch_Command.so: \
Notify/Notify_Event_Dispatch_Command.cpp \
Notify/Notify_Event_Dispatch_Command.h \
- $(ACE_ROOT)/ace/pre.h Notify/Notify_Command.h \
+ $(ACE_ROOT)/ace/pre.h \
+ Notify/Notify_Command.h \
$(ACE_ROOT)/ace/Message_Block.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/OS.h \
@@ -9593,23 +9655,38 @@ realclean: clean
$(TAO_ROOT)/tao/MessagingS_T.i \
$(TAO_ROOT)/tao/MessagingS_T.cpp \
$(TAO_ROOT)/tao/MessagingS.i \
- Notify/notify_export.h Notify/Notify_Listeners.h \
- Notify/Notify_Event.h \
+ Notify/notify_export.h Notify/Notify_Command.i Notify/Notify_Event.h \
CosNotificationC.h \
Notify/notify_export.h \
CosNotificationC.i \
CosNotifyFilterC.h \
CosNotifyCommC.h \
CosEventCommC.h \
- CosEvent/event_export.h \
CosEventCommC.i \
CosNotifyCommC.i \
- CosNotifyFilterC.i
+ CosNotifyFilterC.i \
+ Notify/Notify_Event.i Notify/Notify_Listeners.h \
+ Notify/Notify_Event_Processor.h \
+ $(ACE_ROOT)/ace/Module.h \
+ $(ACE_ROOT)/ace/Task_T.h \
+ $(ACE_ROOT)/ace/Task.h \
+ $(ACE_ROOT)/ace/Task.i \
+ $(ACE_ROOT)/ace/Task_T.i \
+ $(ACE_ROOT)/ace/Task_T.cpp \
+ $(ACE_ROOT)/ace/Module.i \
+ $(ACE_ROOT)/ace/Module.cpp \
+ $(ACE_ROOT)/ace/Stream_Modules.h \
+ $(ACE_ROOT)/ace/Stream_Modules.cpp \
+ $(ACE_ROOT)/ace/Stream.h \
+ $(ACE_ROOT)/ace/Time_Value.h \
+ $(ACE_ROOT)/ace/Stream.i \
+ $(ACE_ROOT)/ace/Stream.cpp
.obj/Notify_Update_Dispatch_Command.o .obj/Notify_Update_Dispatch_Command.so .shobj/Notify_Update_Dispatch_Command.o .shobj/Notify_Update_Dispatch_Command.so: \
Notify/Notify_Update_Dispatch_Command.cpp \
Notify/Notify_Update_Dispatch_Command.h \
- $(ACE_ROOT)/ace/pre.h Notify/Notify_Command.h \
+ $(ACE_ROOT)/ace/pre.h \
+ Notify/Notify_Command.h \
$(ACE_ROOT)/ace/Message_Block.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/OS.h \
@@ -9924,21 +10001,20 @@ realclean: clean
$(TAO_ROOT)/tao/MessagingS_T.i \
$(TAO_ROOT)/tao/MessagingS_T.cpp \
$(TAO_ROOT)/tao/MessagingS.i \
- Notify/notify_export.h Notify/Notify_Collection.h \
- CosNotifyCommC.h \
- Notify/notify_export.h \
+ Notify/notify_export.h Notify/Notify_Command.i Notify/Notify_Event.h \
CosNotificationC.h \
+ Notify/notify_export.h \
CosNotificationC.i \
+ CosNotifyFilterC.h \
+ CosNotifyCommC.h \
CosEventCommC.h \
- CosEvent/event_export.h \
CosEventCommC.i \
CosNotifyCommC.i \
+ CosNotifyFilterC.i \
+ Notify/Notify_Event.i Notify/Notify_Collection.h \
ESF/ESF_Worker.h \
ESF/ESF_Worker.i \
ESF/ESF_Worker.cpp \
- Notify/Notify_Event.h \
- CosNotifyFilterC.h \
- CosNotifyFilterC.i \
Notify/Notify_Listeners.h
.obj/Notify_Factory.o .obj/Notify_Factory.so .shobj/Notify_Factory.o .shobj/Notify_Factory.so: Notify/Notify_Factory.cpp \
@@ -10268,7 +10344,6 @@ realclean: clean
CosNotificationC.h \
CosNotificationC.i \
CosEventCommC.h \
- CosEvent/event_export.h \
CosEventCommC.i \
CosNotifyCommC.i \
ESF/ESF_Worker.h \
@@ -10277,7 +10352,8 @@ realclean: clean
Notify/Notify_Event.h \
CosNotifyFilterC.h \
CosNotifyFilterC.i \
- Notify/Notify_Listeners.h Notify/Notify_Default_EMO_Factory.h \
+ Notify/Notify_Event.i Notify/Notify_Listeners.h \
+ Notify/Notify_Default_EMO_Factory.h \
Notify/Notify_Event_Manager_Objects_Factory.h
.obj/Notify_Default_CO_Factory.o .obj/Notify_Default_CO_Factory.so .shobj/Notify_Default_CO_Factory.o .shobj/Notify_Default_CO_Factory.so: Notify/Notify_Default_CO_Factory.cpp \
@@ -10613,7 +10689,6 @@ realclean: clean
CosNotifyCommS.h \
CosEventCommS.h \
CosEventCommC.h \
- CosEvent/event_export.h \
CosEventCommC.i \
CosEventCommS_T.h \
CosEventCommS_T.i \
@@ -10653,9 +10728,10 @@ realclean: clean
ESF/ESF_Worker.h \
ESF/ESF_Worker.i \
ESF/ESF_Worker.cpp \
- Notify/Notify_Event.h Notify/Notify_Event_Manager.h \
- Notify/Notify_Listeners.h Notify/Notify_Event_Manager.i \
- Notify/Notify_Event_Map.h Notify/Notify_Event_Map.i \
+ Notify/Notify_Event.h Notify/Notify_Event.i \
+ Notify/Notify_Event_Manager.h Notify/Notify_Listeners.h \
+ Notify/Notify_Event_Manager.i Notify/Notify_Event_Map.h \
+ Notify/Notify_Event_Map.i \
ESF/ESF_Proxy_Collection.h \
ESF/ESF_Proxy_Collection.i \
ESF/ESF_Proxy_Collection.cpp \
@@ -10679,7 +10755,9 @@ realclean: clean
Notify/Notify_StructuredProxyPushSupplier_i.h \
Notify/Notify_ProxySupplier_T.h Notify/Notify_Proxy_T.h \
Notify/Notify_Proxy_T.cpp Notify/Notify_ProxySupplier_T.cpp \
- Notify/Notify_SequenceProxyPushSupplier_i.h \
+ Notify/Notify_Event_Manager_Objects_Factory.h \
+ Notify/Notify_Worker_Task.h Notify/Notify_Command.h \
+ Notify/Notify_Command.i Notify/Notify_SequenceProxyPushSupplier_i.h \
Notify/Notify_ProxyPushSupplier_i.h \
Notify/Notify_StructuredProxyPushConsumer_i.h \
Notify/Notify_ProxyConsumer_T.h Notify/Notify_ProxyConsumer_T.cpp \
@@ -11008,9 +11086,9 @@ realclean: clean
.obj/Notify_Default_Collection_Factory.o .obj/Notify_Default_Collection_Factory.so .shobj/Notify_Default_Collection_Factory.o .shobj/Notify_Default_Collection_Factory.so: \
Notify/Notify_Default_Collection_Factory.cpp \
- ESF/ESF_Proxy_List.h \
- $(TAO_ROOT)/tao/corba.h \
+ Notify/Notify_Default_Collection_Factory.h \
$(ACE_ROOT)/ace/pre.h \
+ Notify/notify_export.h \
$(ACE_ROOT)/ace/OS.h \
$(ACE_ROOT)/ace/config-sunos5.6.h \
$(ACE_ROOT)/ace/config-sunos5.5.h \
@@ -11043,11 +11121,21 @@ realclean: clean
$(ACE_ROOT)/ace/Thread_Exit.h \
$(ACE_ROOT)/ace/Thread_Control.h \
$(ACE_ROOT)/ace/Thread_Control.inl \
+ Notify/Notify_Collection_Factory.h \
+ $(ACE_ROOT)/ace/Service_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.h \
+ $(ACE_ROOT)/ace/ACE.h \
+ $(ACE_ROOT)/ace/ACE.i \
+ $(ACE_ROOT)/ace/Shared_Object.i \
+ $(ACE_ROOT)/ace/Event_Handler.h \
+ $(ACE_ROOT)/ace/Event_Handler.i \
+ $(ACE_ROOT)/ace/Service_Object.i \
+ Notify/Notify_Collection.h \
+ CosNotifyCommC.h \
+ $(TAO_ROOT)/tao/corba.h \
$(TAO_ROOT)/tao/corbafwd.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/ACE.h \
- $(ACE_ROOT)/ace/ACE.i \
$(ACE_ROOT)/ace/Malloc.h \
$(ACE_ROOT)/ace/Malloc_Base.h \
$(ACE_ROOT)/ace/Based_Pointer_T.h \
@@ -11062,8 +11150,6 @@ realclean: clean
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
$(ACE_ROOT)/ace/Synch.i \
$(ACE_ROOT)/ace/Synch_T.h \
- $(ACE_ROOT)/ace/Event_Handler.h \
- $(ACE_ROOT)/ace/Event_Handler.i \
$(ACE_ROOT)/ace/Synch_T.i \
$(ACE_ROOT)/ace/Thread.h \
$(ACE_ROOT)/ace/Thread.i \
@@ -11123,10 +11209,6 @@ realclean: clean
$(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
$(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/Service_Object.i \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
$(ACE_ROOT)/ace/Handle_Set.h \
@@ -11324,31 +11406,32 @@ realclean: clean
$(TAO_ROOT)/tao/MessagingS_T.i \
$(TAO_ROOT)/tao/MessagingS_T.cpp \
$(TAO_ROOT)/tao/MessagingS.i \
- ESF/ESF_Proxy_List.i \
- ESF/ESF_Proxy_List.cpp \
- ESF/ESF_Immediate_Changes.h \
- ESF/ESF_Proxy_Collection.h \
- ESF/ESF_Proxy_Collection.i \
- ESF/ESF_Proxy_Collection.cpp \
- ESF/ESF_Worker.h \
- ESF/ESF_Worker.i \
- ESF/ESF_Worker.cpp \
- ESF/ESF_Immediate_Changes.i \
- ESF/ESF_Immediate_Changes.cpp \
- Notify/Notify_Default_Collection_Factory.h Notify/notify_export.h \
- Notify/Notify_Collection_Factory.h Notify/Notify_Collection.h \
- CosNotifyCommC.h \
Notify/notify_export.h \
CosNotificationC.h \
CosNotificationC.i \
CosEventCommC.h \
- CosEvent/event_export.h \
CosEventCommC.i \
CosNotifyCommC.i \
+ ESF/ESF_Worker.h \
+ ESF/ESF_Worker.i \
+ ESF/ESF_Worker.cpp \
Notify/Notify_Event.h \
CosNotifyFilterC.h \
CosNotifyFilterC.i \
- Notify/Notify_Listeners.h Notify/Notify_Factory.h
+ Notify/Notify_Event.i Notify/Notify_Listeners.h \
+ ESF/ESF_Proxy_List.h \
+ ESF/ESF_Proxy_List.i \
+ ESF/ESF_Proxy_List.cpp \
+ ESF/ESF_Immediate_Changes.h \
+ ESF/ESF_Proxy_Collection.h \
+ ESF/ESF_Proxy_Collection.i \
+ ESF/ESF_Proxy_Collection.cpp \
+ ESF/ESF_Immediate_Changes.i \
+ ESF/ESF_Immediate_Changes.cpp \
+ ESF/ESF_Copy_On_Write.h \
+ ESF/ESF_Copy_On_Write.i \
+ ESF/ESF_Copy_On_Write.cpp \
+ Notify/Notify_Factory.h
.obj/Notify_Default_EMO_Factory.o .obj/Notify_Default_EMO_Factory.so .shobj/Notify_Default_EMO_Factory.o .shobj/Notify_Default_EMO_Factory.so: Notify/Notify_Default_EMO_Factory.cpp \
$(ACE_ROOT)/ace/Arg_Shifter.h \
@@ -11678,7 +11761,6 @@ realclean: clean
Notify/Notify_Listeners.h Notify/Notify_Collection.h \
CosNotifyCommC.h \
CosEventCommC.h \
- CosEvent/event_export.h \
CosEventCommC.i \
CosNotifyCommC.i \
ESF/ESF_Worker.h \
@@ -11687,8 +11769,8 @@ realclean: clean
Notify/Notify_Event.h \
CosNotifyFilterC.h \
CosNotifyFilterC.i \
- Notify/Notify_Event_Manager.i Notify/Notify_Event_Map.h \
- Notify/Notify_Event_Map.i \
+ Notify/Notify_Event.i Notify/Notify_Event_Manager.i \
+ Notify/Notify_Event_Map.h Notify/Notify_Event_Map.i \
ESF/ESF_Proxy_Collection.h \
ESF/ESF_Proxy_Collection.i \
ESF/ESF_Proxy_Collection.cpp \
@@ -11708,11 +11790,11 @@ realclean: clean
$(ACE_ROOT)/ace/Stream.i \
$(ACE_ROOT)/ace/Stream.cpp \
Notify/Notify_Worker_Task.h Notify/Notify_Command.h \
- Notify/Notify_Factory.h
+ Notify/Notify_Command.i Notify/Notify_Factory.h
.obj/Interpreter.o .obj/Interpreter.so .shobj/Interpreter.o .shobj/Interpreter.so: Trader/Interpreter.cpp Trader/Interpreter.h \
- $(ACE_ROOT)/ace/pre.h Trader/Constraint_Nodes.h \
- Trader/Constraint_Tokens.h \
+ $(ACE_ROOT)/ace/pre.h \
+ Trader/Constraint_Nodes.h Trader/Constraint_Tokens.h \
$(ACE_ROOT)/ace/post.h \
$(TAO_ROOT)/tao/corba.h \
$(ACE_ROOT)/ace/OS.h \
@@ -12032,8 +12114,342 @@ realclean: clean
Trader/Interpreter_Utils.h \
Trader/Constraint_Nodes.h
+.obj/Constraint_Visitors.o .obj/Constraint_Visitors.so .shobj/Constraint_Visitors.o .shobj/Constraint_Visitors.so: Trader/Constraint_Visitors.cpp \
+ Trader/Constraint_Visitors.h \
+ $(ACE_ROOT)/ace/pre.h \
+ Trader/Interpreter_Utils.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager.h \
+ $(ACE_ROOT)/ace/OS.h \
+ $(ACE_ROOT)/ace/config-sunos5.6.h \
+ $(ACE_ROOT)/ace/config-sunos5.5.h \
+ $(ACE_ROOT)/ace/post.h \
+ $(ACE_ROOT)/ace/ACE_export.h \
+ $(ACE_ROOT)/ace/svc_export.h \
+ $(ACE_ROOT)/ace/ace_wchar.h \
+ $(ACE_ROOT)/ace/OS_Dirent.h \
+ $(ACE_ROOT)/ace/OS_Export.h \
+ $(ACE_ROOT)/ace/OS_Dirent.inl \
+ $(ACE_ROOT)/ace/OS_String.h \
+ $(ACE_ROOT)/ace/OS_String.inl \
+ $(ACE_ROOT)/ace/OS_Memory.h \
+ $(ACE_ROOT)/ace/OS_Memory.inl \
+ $(ACE_ROOT)/ace/OS_TLI.h \
+ $(ACE_ROOT)/ace/OS_TLI.inl \
+ $(ACE_ROOT)/ace/Min_Max.h \
+ $(ACE_ROOT)/ace/streams.h \
+ $(ACE_ROOT)/ace/Basic_Types.h \
+ $(ACE_ROOT)/ace/Basic_Types.i \
+ $(ACE_ROOT)/ace/Trace.h \
+ $(ACE_ROOT)/ace/OS.i \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Record.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/Log_Record.i \
+ $(ACE_ROOT)/ace/Thread_Hook.h \
+ $(ACE_ROOT)/ace/Thread_Adapter.h \
+ $(ACE_ROOT)/ace/Thread_Adapter.inl \
+ $(ACE_ROOT)/ace/Thread_Exit.h \
+ $(ACE_ROOT)/ace/Thread_Control.h \
+ $(ACE_ROOT)/ace/Thread_Control.inl \
+ $(ACE_ROOT)/ace/Functor.h \
+ $(ACE_ROOT)/ace/ACE.h \
+ $(ACE_ROOT)/ace/ACE.i \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
+ $(ACE_ROOT)/ace/Synch.h \
+ $(ACE_ROOT)/ace/SV_Semaphore_Complex.h \
+ $(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
+ $(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
+ $(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
+ $(ACE_ROOT)/ace/Synch.i \
+ $(ACE_ROOT)/ace/Synch_T.h \
+ $(ACE_ROOT)/ace/Event_Handler.h \
+ $(ACE_ROOT)/ace/Event_Handler.i \
+ $(ACE_ROOT)/ace/Synch_T.i \
+ $(ACE_ROOT)/ace/Thread.h \
+ $(ACE_ROOT)/ace/Thread.i \
+ $(ACE_ROOT)/ace/Atomic_Op.i \
+ $(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Service_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.i \
+ $(ACE_ROOT)/ace/Service_Object.i \
+ $(ACE_ROOT)/ace/Signal.h \
+ $(ACE_ROOT)/ace/Containers.h \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ $(ACE_ROOT)/ace/Containers.i \
+ $(ACE_ROOT)/ace/Containers_T.h \
+ $(ACE_ROOT)/ace/Containers_T.i \
+ $(ACE_ROOT)/ace/Containers_T.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Based_Pointer_T.h \
+ $(ACE_ROOT)/ace/Based_Pointer_T.i \
+ $(ACE_ROOT)/ace/Based_Pointer_T.cpp \
+ $(ACE_ROOT)/ace/Based_Pointer_Repository.h \
+ $(ACE_ROOT)/ace/Singleton.h \
+ $(ACE_ROOT)/ace/Singleton.i \
+ $(ACE_ROOT)/ace/Singleton.cpp \
+ $(ACE_ROOT)/ace/Object_Manager.h \
+ $(ACE_ROOT)/ace/Object_Manager.i \
+ $(ACE_ROOT)/ace/Managed_Object.h \
+ $(ACE_ROOT)/ace/Managed_Object.i \
+ $(ACE_ROOT)/ace/Managed_Object.cpp \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Free_List.h \
+ $(ACE_ROOT)/ace/Free_List.i \
+ $(ACE_ROOT)/ace/Free_List.cpp \
+ $(ACE_ROOT)/ace/Malloc_T.i \
+ $(ACE_ROOT)/ace/Malloc_T.cpp \
+ $(ACE_ROOT)/ace/Memory_Pool.h \
+ $(ACE_ROOT)/ace/Mem_Map.h \
+ $(ACE_ROOT)/ace/Mem_Map.i \
+ $(ACE_ROOT)/ace/Memory_Pool.i \
+ $(ACE_ROOT)/ace/Signal.i \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/SString.i \
+ $(ACE_ROOT)/ace/Service_Config.i \
+ $(ACE_ROOT)/ace/Reactor.h \
+ $(ACE_ROOT)/ace/Handle_Set.h \
+ $(ACE_ROOT)/ace/Handle_Set.i \
+ $(ACE_ROOT)/ace/Timer_Queue.h \
+ $(ACE_ROOT)/ace/Timer_Queue_T.h \
+ $(ACE_ROOT)/ace/Timer_Queue_T.i \
+ $(ACE_ROOT)/ace/Timer_Queue_T.cpp \
+ $(ACE_ROOT)/ace/Reactor.i \
+ $(ACE_ROOT)/ace/Reactor_Impl.h \
+ $(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ $(TAO_ROOT)/tao/corba.h \
+ $(TAO_ROOT)/tao/corbafwd.h \
+ $(ACE_ROOT)/ace/CDR_Stream.h \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/CDR_Stream.i \
+ $(TAO_ROOT)/tao/try_macros.h \
+ $(TAO_ROOT)/tao/orbconf.h \
+ $(ACE_ROOT)/ace/CORBA_macros.h \
+ $(TAO_ROOT)/tao/varbase.h \
+ $(TAO_ROOT)/tao/TAO_Export.h \
+ $(TAO_ROOT)/tao/corbafwd.i \
+ $(TAO_ROOT)/tao/Environment.h \
+ $(TAO_ROOT)/tao/Environment.i \
+ $(TAO_ROOT)/tao/ORB.h \
+ $(TAO_ROOT)/tao/Exception.h \
+ $(TAO_ROOT)/tao/Exception.i \
+ $(TAO_ROOT)/tao/IOR_LookupTable.h \
+ $(TAO_ROOT)/tao/Services.h \
+ $(TAO_ROOT)/tao/Sequence.h \
+ $(TAO_ROOT)/tao/Managed_Types.h \
+ $(TAO_ROOT)/tao/Managed_Types.i \
+ $(TAO_ROOT)/tao/Sequence.i \
+ $(TAO_ROOT)/tao/Sequence_T.h \
+ $(TAO_ROOT)/tao/Sequence_T.i \
+ $(TAO_ROOT)/tao/Sequence_T.cpp \
+ $(TAO_ROOT)/tao/Services.i \
+ $(TAO_ROOT)/tao/IORManipulation.h \
+ $(TAO_ROOT)/tao/LocalObject.h \
+ $(TAO_ROOT)/tao/Object.h \
+ $(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/LocalObject.i \
+ $(TAO_ROOT)/tao/IORC.h \
+ $(TAO_ROOT)/tao/IORC.i \
+ $(TAO_ROOT)/tao/PortableInterceptor.h \
+ $(TAO_ROOT)/tao/Request_Info.h \
+ $(TAO_ROOT)/tao/PortableInterceptorC.h \
+ $(TAO_ROOT)/tao/DynamicC.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/CDR.h \
+ $(TAO_ROOT)/tao/CDR.i \
+ $(TAO_ROOT)/tao/Typecode.h \
+ $(TAO_ROOT)/tao/Typecode.i \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/IOPC.h \
+ $(TAO_ROOT)/tao/IOPC.i \
+ $(TAO_ROOT)/tao/DynamicC.i \
+ $(TAO_ROOT)/tao/MessagingC.h \
+ $(TAO_ROOT)/tao/ValueBase.h \
+ $(TAO_ROOT)/tao/ValueBase.i \
+ $(TAO_ROOT)/tao/ValueFactory.h \
+ $(TAO_ROOT)/tao/ValueFactory.i \
+ $(TAO_ROOT)/tao/TimeBaseC.h \
+ $(TAO_ROOT)/tao/TimeBaseC.i \
+ $(TAO_ROOT)/tao/PolicyC.h \
+ $(TAO_ROOT)/tao/CurrentC.h \
+ $(TAO_ROOT)/tao/CurrentC.i \
+ $(TAO_ROOT)/tao/Encodable.h \
+ $(TAO_ROOT)/tao/PolicyC.i \
+ $(TAO_ROOT)/tao/PollableC.h \
+ $(TAO_ROOT)/tao/PollableC.i \
+ $(TAO_ROOT)/tao/MessagingC.i \
+ $(TAO_ROOT)/tao/PortableInterceptorC.i \
+ $(TAO_ROOT)/tao/PortableInterceptor.i \
+ $(TAO_ROOT)/tao/ORB.i \
+ $(TAO_ROOT)/tao/NVList.h \
+ $(TAO_ROOT)/tao/NVList.i \
+ $(TAO_ROOT)/tao/Principal.h \
+ $(TAO_ROOT)/tao/Principal.i \
+ $(TAO_ROOT)/tao/Request.h \
+ $(TAO_ROOT)/tao/Context.h \
+ $(TAO_ROOT)/tao/Context.i \
+ $(TAO_ROOT)/tao/Request.i \
+ $(TAO_ROOT)/tao/Server_Request.h \
+ $(TAO_ROOT)/tao/Object_KeyC.h \
+ $(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/Server_Request.i \
+ $(TAO_ROOT)/tao/POA.h \
+ $(TAO_ROOT)/tao/Object_Adapter.h \
+ $(TAO_ROOT)/tao/Key_Adapters.h \
+ $(ACE_ROOT)/ace/Map.h \
+ $(ACE_ROOT)/ace/Map_T.h \
+ $(ACE_ROOT)/ace/Pair.h \
+ $(ACE_ROOT)/ace/Pair_T.h \
+ $(ACE_ROOT)/ace/Pair_T.i \
+ $(ACE_ROOT)/ace/Pair_T.cpp \
+ $(ACE_ROOT)/ace/Map_Manager.h \
+ $(ACE_ROOT)/ace/Map_Manager.i \
+ $(ACE_ROOT)/ace/Map_Manager.cpp \
+ $(ACE_ROOT)/ace/Active_Map_Manager.h \
+ $(ACE_ROOT)/ace/Active_Map_Manager.i \
+ $(ACE_ROOT)/ace/Active_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Active_Map_Manager_T.i \
+ $(ACE_ROOT)/ace/Active_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Map_T.i \
+ $(ACE_ROOT)/ace/Map_T.cpp \
+ $(TAO_ROOT)/tao/PortableServerC.h \
+ $(TAO_ROOT)/tao/PortableServerC.i \
+ $(TAO_ROOT)/tao/Key_Adapters.i \
+ $(TAO_ROOT)/tao/Server_Strategy_Factory.h \
+ $(TAO_ROOT)/tao/poa_macros.h \
+ $(TAO_ROOT)/tao/Servant_Base.h \
+ $(TAO_ROOT)/tao/Servant_Base.i \
+ $(TAO_ROOT)/tao/Active_Object_Map.h \
+ $(TAO_ROOT)/tao/Active_Object_Map.i \
+ $(TAO_ROOT)/tao/RTCORBAC.h \
+ $(TAO_ROOT)/tao/RTCORBAC.i \
+ $(TAO_ROOT)/tao/Object_Adapter.i \
+ $(TAO_ROOT)/tao/POAManager.h \
+ $(TAO_ROOT)/tao/POAManager.i \
+ $(TAO_ROOT)/tao/POA.i \
+ $(TAO_ROOT)/tao/Stub.h \
+ $(TAO_ROOT)/tao/Pluggable.h \
+ $(ACE_ROOT)/ace/Message_Queue.h \
+ $(ACE_ROOT)/ace/IO_Cntl_Msg.h \
+ $(ACE_ROOT)/ace/Message_Queue_T.h \
+ $(ACE_ROOT)/ace/Message_Queue_T.i \
+ $(ACE_ROOT)/ace/Message_Queue_T.cpp \
+ $(ACE_ROOT)/ace/Strategies.h \
+ $(ACE_ROOT)/ace/Strategies_T.h \
+ $(ACE_ROOT)/ace/Synch_Options.h \
+ $(ACE_ROOT)/ace/Synch_Options.i \
+ $(ACE_ROOT)/ace/Thread_Manager.h \
+ $(ACE_ROOT)/ace/Thread_Manager.i \
+ $(ACE_ROOT)/ace/Strategies_T.i \
+ $(ACE_ROOT)/ace/Strategies_T.cpp \
+ $(ACE_ROOT)/ace/Service_Repository.h \
+ $(ACE_ROOT)/ace/Service_Types.h \
+ $(ACE_ROOT)/ace/Service_Types.i \
+ $(ACE_ROOT)/ace/Service_Repository.i \
+ $(ACE_ROOT)/ace/WFMO_Reactor.h \
+ $(ACE_ROOT)/ace/WFMO_Reactor.i \
+ $(ACE_ROOT)/ace/Strategies.i \
+ $(ACE_ROOT)/ace/Message_Queue.i \
+ $(TAO_ROOT)/tao/Pluggable.i \
+ $(TAO_ROOT)/tao/MProfile.h \
+ $(TAO_ROOT)/tao/Profile.h \
+ $(TAO_ROOT)/tao/Tagged_Components.h \
+ $(TAO_ROOT)/tao/CONV_FRAMEC.h \
+ $(TAO_ROOT)/tao/CONV_FRAMEC.i \
+ $(TAO_ROOT)/tao/Tagged_Components.i \
+ $(TAO_ROOT)/tao/Profile.i \
+ $(TAO_ROOT)/tao/MProfile.i \
+ $(TAO_ROOT)/tao/Stub.i \
+ $(TAO_ROOT)/tao/params.h \
+ $(TAO_ROOT)/tao/params.i \
+ $(TAO_ROOT)/tao/ORB_Core.h \
+ $(TAO_ROOT)/tao/Policy_Manager.h \
+ $(TAO_ROOT)/tao/POA_CORBA.h \
+ $(TAO_ROOT)/tao/DomainC.h \
+ $(TAO_ROOT)/tao/DomainC.i \
+ $(TAO_ROOT)/tao/Policy_Manager.i \
+ $(TAO_ROOT)/tao/Resource_Factory.h \
+ $(TAO_ROOT)/tao/Protocol_Factory.h \
+ $(TAO_ROOT)/tao/TAO_Singleton_Manager.h \
+ $(TAO_ROOT)/tao/TAO_Singleton_Manager.inl \
+ $(TAO_ROOT)/tao/TAO_Singleton.h \
+ $(TAO_ROOT)/tao/TAO_Singleton.inl \
+ $(TAO_ROOT)/tao/TAO_Singleton.cpp \
+ $(TAO_ROOT)/tao/ORB_Core.i \
+ $(ACE_ROOT)/ace/Dynamic_Service.h \
+ $(ACE_ROOT)/ace/Dynamic_Service.cpp \
+ $(TAO_ROOT)/tao/Operation_Table.h \
+ $(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/Client_Strategy_Factory.h \
+ $(TAO_ROOT)/tao/Invocation.h \
+ $(TAO_ROOT)/tao/Synch_Reply_Dispatcher.h \
+ $(TAO_ROOT)/tao/Reply_Dispatcher.h \
+ $(TAO_ROOT)/tao/Reply_Dispatcher.i \
+ $(TAO_ROOT)/tao/GIOP_Message_State.h \
+ $(TAO_ROOT)/tao/Pluggable_Messaging.h \
+ $(TAO_ROOT)/tao/Pluggable_Messaging_Utils.h \
+ $(TAO_ROOT)/tao/Pluggable_Messaging_Utils.i \
+ $(TAO_ROOT)/tao/Pluggable_Messaging.i \
+ $(TAO_ROOT)/tao/GIOP_Message_State.i \
+ $(TAO_ROOT)/tao/Synch_Reply_Dispatcher.i \
+ $(TAO_ROOT)/tao/TAOC.h \
+ $(TAO_ROOT)/tao/Priority_Mapping_Manager.h \
+ $(TAO_ROOT)/tao/Priority_Mapping.h \
+ $(TAO_ROOT)/tao/Priority_Mapping.i \
+ $(TAO_ROOT)/tao/Priority_Mapping_Manager.i \
+ $(TAO_ROOT)/tao/TAOC.i \
+ $(TAO_ROOT)/tao/operation_details.h \
+ $(TAO_ROOT)/tao/target_specification.h \
+ $(TAO_ROOT)/tao/target_specification.i \
+ $(TAO_ROOT)/tao/operation_details.i \
+ $(TAO_ROOT)/tao/Invocation.i \
+ $(TAO_ROOT)/tao/ObjectIDList.h \
+ $(TAO_ROOT)/tao/ObjectIDList.i \
+ $(TAO_ROOT)/tao/WrongTransactionC.h \
+ $(TAO_ROOT)/tao/InterfaceC.h \
+ $(TAO_ROOT)/tao/ifrfwd.h \
+ $(TAO_ROOT)/tao/BoundsC.h \
+ $(TAO_ROOT)/tao/BoundsC.i \
+ $(TAO_ROOT)/tao/MessagingS.h \
+ $(TAO_ROOT)/tao/TimeBaseS.h \
+ $(TAO_ROOT)/tao/TimeBaseS_T.h \
+ $(TAO_ROOT)/tao/TimeBaseS_T.i \
+ $(TAO_ROOT)/tao/TimeBaseS_T.cpp \
+ $(TAO_ROOT)/tao/TimeBaseS.i \
+ $(TAO_ROOT)/tao/MessagingS_T.h \
+ $(TAO_ROOT)/tao/MessagingS_T.i \
+ $(TAO_ROOT)/tao/MessagingS_T.cpp \
+ $(TAO_ROOT)/tao/MessagingS.i \
+ Trader/trading_export.h \
+ Trader/Constraint_Nodes.h \
+ Trader/Constraint_Tokens.h \
+ Trader/Constraint_Nodes.h Trader/Interpreter_Utils_T.h \
+ Trader/Interpreter_Utils_T.cpp \
+ Trader/Interpreter_Utils_T.h \
+ Trader/Constraint_Visitors.h \
+ $(TAO_ROOT)/tao/DynamicAny/DynSequence_i.h \
+ $(TAO_ROOT)/tao/DynamicAny/DynamicAny.h \
+ $(TAO_ROOT)/tao/DynamicAny/dynamicany_export.h \
+ $(TAO_ROOT)/tao/Object_Loader.h \
+ $(TAO_ROOT)/tao/Object_Loader.i \
+ $(TAO_ROOT)/tao/DynamicAny/DynamicAnyC.h \
+ $(TAO_ROOT)/tao/DynamicAny/DynamicAnyC.i
+
.obj/Constraint_Nodes.o .obj/Constraint_Nodes.so .shobj/Constraint_Nodes.o .shobj/Constraint_Nodes.so: Trader/Constraint_Nodes.cpp \
- Trader/Constraint_Nodes.h $(ACE_ROOT)/ace/pre.h \
+ Trader/Constraint_Nodes.h \
+ $(ACE_ROOT)/ace/pre.h \
Trader/Constraint_Tokens.h \
$(ACE_ROOT)/ace/post.h \
$(TAO_ROOT)/tao/corba.h \
@@ -12679,6 +13095,7 @@ realclean: clean
Trader/Interpreter.h \
CosTradingS.h \
CosTradingC.h \
+ Notify/notify_export.h \
CosTradingC.i \
CosTradingS_T.h \
CosTradingS_T.i \
@@ -13017,6 +13434,7 @@ realclean: clean
Trader/Interpreter.h \
CosTradingS.h \
CosTradingC.h \
+ Notify/notify_export.h \
CosTradingC.i \
CosTradingS_T.h \
CosTradingS_T.i \
@@ -13030,6 +13448,337 @@ realclean: clean
CosTradingReposS_T.cpp \
CosTradingReposS.i
+.obj/Interpreter_Utils_T.o .obj/Interpreter_Utils_T.so .shobj/Interpreter_Utils_T.o .shobj/Interpreter_Utils_T.so: Trader/Interpreter_Utils_T.cpp \
+ Trader/Interpreter_Utils_T.h \
+ $(ACE_ROOT)/ace/pre.h \
+ $(TAO_ROOT)/tao/corba.h \
+ $(ACE_ROOT)/ace/OS.h \
+ $(ACE_ROOT)/ace/config-sunos5.6.h \
+ $(ACE_ROOT)/ace/config-sunos5.5.h \
+ $(ACE_ROOT)/ace/post.h \
+ $(ACE_ROOT)/ace/ACE_export.h \
+ $(ACE_ROOT)/ace/svc_export.h \
+ $(ACE_ROOT)/ace/ace_wchar.h \
+ $(ACE_ROOT)/ace/OS_Dirent.h \
+ $(ACE_ROOT)/ace/OS_Export.h \
+ $(ACE_ROOT)/ace/OS_Dirent.inl \
+ $(ACE_ROOT)/ace/OS_String.h \
+ $(ACE_ROOT)/ace/OS_String.inl \
+ $(ACE_ROOT)/ace/OS_Memory.h \
+ $(ACE_ROOT)/ace/OS_Memory.inl \
+ $(ACE_ROOT)/ace/OS_TLI.h \
+ $(ACE_ROOT)/ace/OS_TLI.inl \
+ $(ACE_ROOT)/ace/Min_Max.h \
+ $(ACE_ROOT)/ace/streams.h \
+ $(ACE_ROOT)/ace/Basic_Types.h \
+ $(ACE_ROOT)/ace/Basic_Types.i \
+ $(ACE_ROOT)/ace/Trace.h \
+ $(ACE_ROOT)/ace/OS.i \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Record.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/Log_Record.i \
+ $(ACE_ROOT)/ace/Thread_Hook.h \
+ $(ACE_ROOT)/ace/Thread_Adapter.h \
+ $(ACE_ROOT)/ace/Thread_Adapter.inl \
+ $(ACE_ROOT)/ace/Thread_Exit.h \
+ $(ACE_ROOT)/ace/Thread_Control.h \
+ $(ACE_ROOT)/ace/Thread_Control.inl \
+ $(TAO_ROOT)/tao/corbafwd.h \
+ $(ACE_ROOT)/ace/CDR_Stream.h \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/ACE.h \
+ $(ACE_ROOT)/ace/ACE.i \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ $(ACE_ROOT)/ace/Based_Pointer_T.h \
+ $(ACE_ROOT)/ace/Based_Pointer_T.i \
+ $(ACE_ROOT)/ace/Based_Pointer_T.cpp \
+ $(ACE_ROOT)/ace/Based_Pointer_Repository.h \
+ $(ACE_ROOT)/ace/Singleton.h \
+ $(ACE_ROOT)/ace/Synch.h \
+ $(ACE_ROOT)/ace/SV_Semaphore_Complex.h \
+ $(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
+ $(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
+ $(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
+ $(ACE_ROOT)/ace/Synch.i \
+ $(ACE_ROOT)/ace/Synch_T.h \
+ $(ACE_ROOT)/ace/Event_Handler.h \
+ $(ACE_ROOT)/ace/Event_Handler.i \
+ $(ACE_ROOT)/ace/Synch_T.i \
+ $(ACE_ROOT)/ace/Thread.h \
+ $(ACE_ROOT)/ace/Thread.i \
+ $(ACE_ROOT)/ace/Atomic_Op.i \
+ $(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Singleton.i \
+ $(ACE_ROOT)/ace/Singleton.cpp \
+ $(ACE_ROOT)/ace/Object_Manager.h \
+ $(ACE_ROOT)/ace/Object_Manager.i \
+ $(ACE_ROOT)/ace/Managed_Object.h \
+ $(ACE_ROOT)/ace/Managed_Object.i \
+ $(ACE_ROOT)/ace/Managed_Object.cpp \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Free_List.h \
+ $(ACE_ROOT)/ace/Free_List.i \
+ $(ACE_ROOT)/ace/Free_List.cpp \
+ $(ACE_ROOT)/ace/Malloc_T.i \
+ $(ACE_ROOT)/ace/Malloc_T.cpp \
+ $(ACE_ROOT)/ace/Memory_Pool.h \
+ $(ACE_ROOT)/ace/Signal.h \
+ $(ACE_ROOT)/ace/Containers.h \
+ $(ACE_ROOT)/ace/Containers.i \
+ $(ACE_ROOT)/ace/Containers_T.h \
+ $(ACE_ROOT)/ace/Containers_T.i \
+ $(ACE_ROOT)/ace/Containers_T.cpp \
+ $(ACE_ROOT)/ace/Signal.i \
+ $(ACE_ROOT)/ace/Mem_Map.h \
+ $(ACE_ROOT)/ace/Mem_Map.i \
+ $(ACE_ROOT)/ace/Memory_Pool.i \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/SString.i \
+ $(ACE_ROOT)/ace/CDR_Stream.i \
+ $(TAO_ROOT)/tao/try_macros.h \
+ $(TAO_ROOT)/tao/orbconf.h \
+ $(ACE_ROOT)/ace/CORBA_macros.h \
+ $(TAO_ROOT)/tao/varbase.h \
+ $(TAO_ROOT)/tao/TAO_Export.h \
+ $(TAO_ROOT)/tao/corbafwd.i \
+ $(TAO_ROOT)/tao/Environment.h \
+ $(TAO_ROOT)/tao/Environment.i \
+ $(TAO_ROOT)/tao/ORB.h \
+ $(TAO_ROOT)/tao/Exception.h \
+ $(TAO_ROOT)/tao/Exception.i \
+ $(TAO_ROOT)/tao/IOR_LookupTable.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager.h \
+ $(ACE_ROOT)/ace/Functor.h \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Service_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.i \
+ $(ACE_ROOT)/ace/Service_Object.i \
+ $(ACE_ROOT)/ace/Service_Config.i \
+ $(ACE_ROOT)/ace/Reactor.h \
+ $(ACE_ROOT)/ace/Handle_Set.h \
+ $(ACE_ROOT)/ace/Handle_Set.i \
+ $(ACE_ROOT)/ace/Timer_Queue.h \
+ $(ACE_ROOT)/ace/Timer_Queue_T.h \
+ $(ACE_ROOT)/ace/Timer_Queue_T.i \
+ $(ACE_ROOT)/ace/Timer_Queue_T.cpp \
+ $(ACE_ROOT)/ace/Reactor.i \
+ $(ACE_ROOT)/ace/Reactor_Impl.h \
+ $(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ $(TAO_ROOT)/tao/Services.h \
+ $(TAO_ROOT)/tao/Sequence.h \
+ $(TAO_ROOT)/tao/Managed_Types.h \
+ $(TAO_ROOT)/tao/Managed_Types.i \
+ $(TAO_ROOT)/tao/Sequence.i \
+ $(TAO_ROOT)/tao/Sequence_T.h \
+ $(TAO_ROOT)/tao/Sequence_T.i \
+ $(TAO_ROOT)/tao/Sequence_T.cpp \
+ $(TAO_ROOT)/tao/Services.i \
+ $(TAO_ROOT)/tao/IORManipulation.h \
+ $(TAO_ROOT)/tao/LocalObject.h \
+ $(TAO_ROOT)/tao/Object.h \
+ $(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/LocalObject.i \
+ $(TAO_ROOT)/tao/IORC.h \
+ $(TAO_ROOT)/tao/IORC.i \
+ $(TAO_ROOT)/tao/PortableInterceptor.h \
+ $(TAO_ROOT)/tao/Request_Info.h \
+ $(TAO_ROOT)/tao/PortableInterceptorC.h \
+ $(TAO_ROOT)/tao/DynamicC.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/CDR.h \
+ $(TAO_ROOT)/tao/CDR.i \
+ $(TAO_ROOT)/tao/Typecode.h \
+ $(TAO_ROOT)/tao/Typecode.i \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/IOPC.h \
+ $(TAO_ROOT)/tao/IOPC.i \
+ $(TAO_ROOT)/tao/DynamicC.i \
+ $(TAO_ROOT)/tao/MessagingC.h \
+ $(TAO_ROOT)/tao/ValueBase.h \
+ $(TAO_ROOT)/tao/ValueBase.i \
+ $(TAO_ROOT)/tao/ValueFactory.h \
+ $(TAO_ROOT)/tao/ValueFactory.i \
+ $(TAO_ROOT)/tao/TimeBaseC.h \
+ $(TAO_ROOT)/tao/TimeBaseC.i \
+ $(TAO_ROOT)/tao/PolicyC.h \
+ $(TAO_ROOT)/tao/CurrentC.h \
+ $(TAO_ROOT)/tao/CurrentC.i \
+ $(TAO_ROOT)/tao/Encodable.h \
+ $(TAO_ROOT)/tao/PolicyC.i \
+ $(TAO_ROOT)/tao/PollableC.h \
+ $(TAO_ROOT)/tao/PollableC.i \
+ $(TAO_ROOT)/tao/MessagingC.i \
+ $(TAO_ROOT)/tao/PortableInterceptorC.i \
+ $(TAO_ROOT)/tao/PortableInterceptor.i \
+ $(TAO_ROOT)/tao/ORB.i \
+ $(TAO_ROOT)/tao/NVList.h \
+ $(TAO_ROOT)/tao/NVList.i \
+ $(TAO_ROOT)/tao/Principal.h \
+ $(TAO_ROOT)/tao/Principal.i \
+ $(TAO_ROOT)/tao/Request.h \
+ $(TAO_ROOT)/tao/Context.h \
+ $(TAO_ROOT)/tao/Context.i \
+ $(TAO_ROOT)/tao/Request.i \
+ $(TAO_ROOT)/tao/Server_Request.h \
+ $(TAO_ROOT)/tao/Object_KeyC.h \
+ $(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/Server_Request.i \
+ $(TAO_ROOT)/tao/POA.h \
+ $(TAO_ROOT)/tao/Object_Adapter.h \
+ $(TAO_ROOT)/tao/Key_Adapters.h \
+ $(ACE_ROOT)/ace/Map.h \
+ $(ACE_ROOT)/ace/Map_T.h \
+ $(ACE_ROOT)/ace/Pair.h \
+ $(ACE_ROOT)/ace/Pair_T.h \
+ $(ACE_ROOT)/ace/Pair_T.i \
+ $(ACE_ROOT)/ace/Pair_T.cpp \
+ $(ACE_ROOT)/ace/Map_Manager.h \
+ $(ACE_ROOT)/ace/Map_Manager.i \
+ $(ACE_ROOT)/ace/Map_Manager.cpp \
+ $(ACE_ROOT)/ace/Active_Map_Manager.h \
+ $(ACE_ROOT)/ace/Active_Map_Manager.i \
+ $(ACE_ROOT)/ace/Active_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Active_Map_Manager_T.i \
+ $(ACE_ROOT)/ace/Active_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Map_T.i \
+ $(ACE_ROOT)/ace/Map_T.cpp \
+ $(TAO_ROOT)/tao/PortableServerC.h \
+ $(TAO_ROOT)/tao/PortableServerC.i \
+ $(TAO_ROOT)/tao/Key_Adapters.i \
+ $(TAO_ROOT)/tao/Server_Strategy_Factory.h \
+ $(TAO_ROOT)/tao/poa_macros.h \
+ $(TAO_ROOT)/tao/Servant_Base.h \
+ $(TAO_ROOT)/tao/Servant_Base.i \
+ $(TAO_ROOT)/tao/Active_Object_Map.h \
+ $(TAO_ROOT)/tao/Active_Object_Map.i \
+ $(TAO_ROOT)/tao/RTCORBAC.h \
+ $(TAO_ROOT)/tao/RTCORBAC.i \
+ $(TAO_ROOT)/tao/Object_Adapter.i \
+ $(TAO_ROOT)/tao/POAManager.h \
+ $(TAO_ROOT)/tao/POAManager.i \
+ $(TAO_ROOT)/tao/POA.i \
+ $(TAO_ROOT)/tao/Stub.h \
+ $(TAO_ROOT)/tao/Pluggable.h \
+ $(ACE_ROOT)/ace/Message_Queue.h \
+ $(ACE_ROOT)/ace/IO_Cntl_Msg.h \
+ $(ACE_ROOT)/ace/Message_Queue_T.h \
+ $(ACE_ROOT)/ace/Message_Queue_T.i \
+ $(ACE_ROOT)/ace/Message_Queue_T.cpp \
+ $(ACE_ROOT)/ace/Strategies.h \
+ $(ACE_ROOT)/ace/Strategies_T.h \
+ $(ACE_ROOT)/ace/Synch_Options.h \
+ $(ACE_ROOT)/ace/Synch_Options.i \
+ $(ACE_ROOT)/ace/Thread_Manager.h \
+ $(ACE_ROOT)/ace/Thread_Manager.i \
+ $(ACE_ROOT)/ace/Strategies_T.i \
+ $(ACE_ROOT)/ace/Strategies_T.cpp \
+ $(ACE_ROOT)/ace/Service_Repository.h \
+ $(ACE_ROOT)/ace/Service_Types.h \
+ $(ACE_ROOT)/ace/Service_Types.i \
+ $(ACE_ROOT)/ace/Service_Repository.i \
+ $(ACE_ROOT)/ace/WFMO_Reactor.h \
+ $(ACE_ROOT)/ace/WFMO_Reactor.i \
+ $(ACE_ROOT)/ace/Strategies.i \
+ $(ACE_ROOT)/ace/Message_Queue.i \
+ $(TAO_ROOT)/tao/Pluggable.i \
+ $(TAO_ROOT)/tao/MProfile.h \
+ $(TAO_ROOT)/tao/Profile.h \
+ $(TAO_ROOT)/tao/Tagged_Components.h \
+ $(TAO_ROOT)/tao/CONV_FRAMEC.h \
+ $(TAO_ROOT)/tao/CONV_FRAMEC.i \
+ $(TAO_ROOT)/tao/Tagged_Components.i \
+ $(TAO_ROOT)/tao/Profile.i \
+ $(TAO_ROOT)/tao/MProfile.i \
+ $(TAO_ROOT)/tao/Stub.i \
+ $(TAO_ROOT)/tao/params.h \
+ $(TAO_ROOT)/tao/params.i \
+ $(TAO_ROOT)/tao/ORB_Core.h \
+ $(TAO_ROOT)/tao/Policy_Manager.h \
+ $(TAO_ROOT)/tao/POA_CORBA.h \
+ $(TAO_ROOT)/tao/DomainC.h \
+ $(TAO_ROOT)/tao/DomainC.i \
+ $(TAO_ROOT)/tao/Policy_Manager.i \
+ $(TAO_ROOT)/tao/Resource_Factory.h \
+ $(TAO_ROOT)/tao/Protocol_Factory.h \
+ $(TAO_ROOT)/tao/TAO_Singleton_Manager.h \
+ $(TAO_ROOT)/tao/TAO_Singleton_Manager.inl \
+ $(TAO_ROOT)/tao/TAO_Singleton.h \
+ $(TAO_ROOT)/tao/TAO_Singleton.inl \
+ $(TAO_ROOT)/tao/TAO_Singleton.cpp \
+ $(TAO_ROOT)/tao/ORB_Core.i \
+ $(ACE_ROOT)/ace/Dynamic_Service.h \
+ $(ACE_ROOT)/ace/Dynamic_Service.cpp \
+ $(TAO_ROOT)/tao/Operation_Table.h \
+ $(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/Client_Strategy_Factory.h \
+ $(TAO_ROOT)/tao/Invocation.h \
+ $(TAO_ROOT)/tao/Synch_Reply_Dispatcher.h \
+ $(TAO_ROOT)/tao/Reply_Dispatcher.h \
+ $(TAO_ROOT)/tao/Reply_Dispatcher.i \
+ $(TAO_ROOT)/tao/GIOP_Message_State.h \
+ $(TAO_ROOT)/tao/Pluggable_Messaging.h \
+ $(TAO_ROOT)/tao/Pluggable_Messaging_Utils.h \
+ $(TAO_ROOT)/tao/Pluggable_Messaging_Utils.i \
+ $(TAO_ROOT)/tao/Pluggable_Messaging.i \
+ $(TAO_ROOT)/tao/GIOP_Message_State.i \
+ $(TAO_ROOT)/tao/Synch_Reply_Dispatcher.i \
+ $(TAO_ROOT)/tao/TAOC.h \
+ $(TAO_ROOT)/tao/Priority_Mapping_Manager.h \
+ $(TAO_ROOT)/tao/Priority_Mapping.h \
+ $(TAO_ROOT)/tao/Priority_Mapping.i \
+ $(TAO_ROOT)/tao/Priority_Mapping_Manager.i \
+ $(TAO_ROOT)/tao/TAOC.i \
+ $(TAO_ROOT)/tao/operation_details.h \
+ $(TAO_ROOT)/tao/target_specification.h \
+ $(TAO_ROOT)/tao/target_specification.i \
+ $(TAO_ROOT)/tao/operation_details.i \
+ $(TAO_ROOT)/tao/Invocation.i \
+ $(TAO_ROOT)/tao/ObjectIDList.h \
+ $(TAO_ROOT)/tao/ObjectIDList.i \
+ $(TAO_ROOT)/tao/WrongTransactionC.h \
+ $(TAO_ROOT)/tao/InterfaceC.h \
+ $(TAO_ROOT)/tao/ifrfwd.h \
+ $(TAO_ROOT)/tao/BoundsC.h \
+ $(TAO_ROOT)/tao/BoundsC.i \
+ $(TAO_ROOT)/tao/MessagingS.h \
+ $(TAO_ROOT)/tao/TimeBaseS.h \
+ $(TAO_ROOT)/tao/TimeBaseS_T.h \
+ $(TAO_ROOT)/tao/TimeBaseS_T.i \
+ $(TAO_ROOT)/tao/TimeBaseS_T.cpp \
+ $(TAO_ROOT)/tao/TimeBaseS.i \
+ $(TAO_ROOT)/tao/MessagingS_T.h \
+ $(TAO_ROOT)/tao/MessagingS_T.i \
+ $(TAO_ROOT)/tao/MessagingS_T.cpp \
+ $(TAO_ROOT)/tao/MessagingS.i \
+ Trader/Interpreter_Utils_T.cpp \
+ Trader/Constraint_Visitors.h \
+ Trader/Interpreter_Utils.h \
+ Trader/trading_export.h \
+ Trader/Constraint_Nodes.h \
+ Trader/Constraint_Tokens.h \
+ $(TAO_ROOT)/tao/DynamicAny/DynSequence_i.h \
+ $(TAO_ROOT)/tao/DynamicAny/DynamicAny.h \
+ $(TAO_ROOT)/tao/DynamicAny/dynamicany_export.h \
+ $(TAO_ROOT)/tao/Object_Loader.h \
+ $(TAO_ROOT)/tao/Object_Loader.i \
+ $(TAO_ROOT)/tao/DynamicAny/DynamicAnyC.h \
+ $(TAO_ROOT)/tao/DynamicAny/DynamicAnyC.i
+
.obj/Interpreter_Utils.o .obj/Interpreter_Utils.so .shobj/Interpreter_Utils.o .shobj/Interpreter_Utils.so: Trader/Interpreter_Utils.cpp \
Trader/Interpreter_Utils.h \
$(ACE_ROOT)/ace/pre.h \
@@ -13350,7 +14099,8 @@ realclean: clean
Trader/trading_export.h
.obj/CosNotificationS.o .obj/CosNotificationS.so .shobj/CosNotificationS.o .shobj/CosNotificationS.so: CosNotificationS.cpp CosNotificationS.h \
- $(ACE_ROOT)/ace/pre.h CosNotificationC.h \
+ $(ACE_ROOT)/ace/pre.h \
+ CosNotificationC.h \
$(TAO_ROOT)/tao/corba.h \
$(ACE_ROOT)/ace/OS.h \
$(ACE_ROOT)/ace/config-sunos5.6.h \
@@ -13669,7 +14419,8 @@ realclean: clean
CosNotificationS_T.i CosNotificationS_T.cpp CosNotificationS.i
.obj/CosNotifyChannelAdminS.o .obj/CosNotifyChannelAdminS.so .shobj/CosNotifyChannelAdminS.o .shobj/CosNotifyChannelAdminS.so: CosNotifyChannelAdminS.cpp \
- CosNotifyChannelAdminS.h $(ACE_ROOT)/ace/pre.h \
+ CosNotifyChannelAdminS.h \
+ $(ACE_ROOT)/ace/pre.h \
CosNotificationS.h CosNotificationC.h \
$(TAO_ROOT)/tao/corba.h \
$(ACE_ROOT)/ace/OS.h \
@@ -13988,13 +14739,12 @@ realclean: clean
Notify/notify_export.h CosNotificationC.i CosNotificationS_T.h \
CosNotificationS_T.i CosNotificationS_T.cpp CosNotificationS.i \
CosNotifyFilterS.h CosNotifyCommS.h CosEventCommS.h CosEventCommC.h \
- CosEvent/event_export.h CosEventCommC.i CosEventCommS_T.h \
- CosEventCommS_T.i CosEventCommS_T.cpp CosEventCommS.i \
- CosNotifyCommC.h CosNotifyCommC.i CosNotifyCommS_T.h \
- CosNotifyCommS_T.i CosNotifyCommS_T.cpp CosNotifyCommS.i \
- CosNotifyFilterC.h CosNotifyFilterC.i CosNotifyFilterS_T.h \
- CosNotifyFilterS_T.i CosNotifyFilterS_T.cpp CosNotifyFilterS.i \
- CosEventChannelAdminS.h CosEventChannelAdminC.h \
+ CosEventCommC.i CosEventCommS_T.h CosEventCommS_T.i \
+ CosEventCommS_T.cpp CosEventCommS.i CosNotifyCommC.h CosNotifyCommC.i \
+ CosNotifyCommS_T.h CosNotifyCommS_T.i CosNotifyCommS_T.cpp \
+ CosNotifyCommS.i CosNotifyFilterC.h CosNotifyFilterC.i \
+ CosNotifyFilterS_T.h CosNotifyFilterS_T.i CosNotifyFilterS_T.cpp \
+ CosNotifyFilterS.i CosEventChannelAdminS.h CosEventChannelAdminC.h \
CosEventChannelAdminC.i CosEventChannelAdminS_T.h \
CosEventChannelAdminS_T.i CosEventChannelAdminS_T.cpp \
CosEventChannelAdminS.i CosNotifyChannelAdminC.h \
@@ -14003,8 +14753,9 @@ realclean: clean
CosNotifyChannelAdminS.i
.obj/CosNotifyCommS.o .obj/CosNotifyCommS.so .shobj/CosNotifyCommS.o .shobj/CosNotifyCommS.so: CosNotifyCommS.cpp CosNotifyCommS.h \
- $(ACE_ROOT)/ace/pre.h CosNotificationS.h \
- CosNotificationC.h $(TAO_ROOT)/tao/corba.h \
+ $(ACE_ROOT)/ace/pre.h \
+ CosNotificationS.h CosNotificationC.h \
+ $(TAO_ROOT)/tao/corba.h \
$(ACE_ROOT)/ace/OS.h \
$(ACE_ROOT)/ace/config-sunos5.6.h \
$(ACE_ROOT)/ace/config-sunos5.5.h \
@@ -14320,15 +15071,14 @@ realclean: clean
$(TAO_ROOT)/tao/MessagingS.i \
Notify/notify_export.h CosNotificationC.i CosNotificationS_T.h \
CosNotificationS_T.i CosNotificationS_T.cpp CosNotificationS.i \
- CosEventCommS.h CosEventCommC.h CosEvent/event_export.h \
- CosEventCommC.i CosEventCommS_T.h CosEventCommS_T.i \
- CosEventCommS_T.cpp CosEventCommS.i CosNotifyCommC.h CosNotifyCommC.i \
- CosNotifyCommS_T.h CosNotifyCommS_T.i CosNotifyCommS_T.cpp \
- CosNotifyCommS.i
+ CosEventCommS.h CosEventCommC.h CosEventCommC.i CosEventCommS_T.h \
+ CosEventCommS_T.i CosEventCommS_T.cpp CosEventCommS.i \
+ CosNotifyCommC.h CosNotifyCommC.i CosNotifyCommS_T.h \
+ CosNotifyCommS_T.i CosNotifyCommS_T.cpp CosNotifyCommS.i
.obj/CosNotifyFilterS.o .obj/CosNotifyFilterS.so .shobj/CosNotifyFilterS.o .shobj/CosNotifyFilterS.so: CosNotifyFilterS.cpp CosNotifyFilterS.h \
- $(ACE_ROOT)/ace/pre.h CosNotifyCommS.h \
- CosNotificationS.h CosNotificationC.h \
+ $(ACE_ROOT)/ace/pre.h \
+ CosNotifyCommS.h CosNotificationS.h CosNotificationC.h \
$(TAO_ROOT)/tao/corba.h \
$(ACE_ROOT)/ace/OS.h \
$(ACE_ROOT)/ace/config-sunos5.6.h \
@@ -14645,16 +15395,16 @@ realclean: clean
$(TAO_ROOT)/tao/MessagingS.i \
Notify/notify_export.h CosNotificationC.i CosNotificationS_T.h \
CosNotificationS_T.i CosNotificationS_T.cpp CosNotificationS.i \
- CosEventCommS.h CosEventCommC.h CosEvent/event_export.h \
- CosEventCommC.i CosEventCommS_T.h CosEventCommS_T.i \
- CosEventCommS_T.cpp CosEventCommS.i CosNotifyCommC.h CosNotifyCommC.i \
- CosNotifyCommS_T.h CosNotifyCommS_T.i CosNotifyCommS_T.cpp \
- CosNotifyCommS.i CosNotifyFilterC.h CosNotifyFilterC.i \
- CosNotifyFilterS_T.h CosNotifyFilterS_T.i CosNotifyFilterS_T.cpp \
- CosNotifyFilterS.i
+ CosEventCommS.h CosEventCommC.h CosEventCommC.i CosEventCommS_T.h \
+ CosEventCommS_T.i CosEventCommS_T.cpp CosEventCommS.i \
+ CosNotifyCommC.h CosNotifyCommC.i CosNotifyCommS_T.h \
+ CosNotifyCommS_T.i CosNotifyCommS_T.cpp CosNotifyCommS.i \
+ CosNotifyFilterC.h CosNotifyFilterC.i CosNotifyFilterS_T.h \
+ CosNotifyFilterS_T.i CosNotifyFilterS_T.cpp CosNotifyFilterS.i
.obj/CosEventCommS.o .obj/CosEventCommS.so .shobj/CosEventCommS.o .shobj/CosEventCommS.so: CosEventCommS.cpp CosEventCommS.h \
- $(ACE_ROOT)/ace/pre.h CosEventCommC.h \
+ $(ACE_ROOT)/ace/pre.h \
+ CosEventCommC.h \
$(TAO_ROOT)/tao/corba.h \
$(ACE_ROOT)/ace/OS.h \
$(ACE_ROOT)/ace/config-sunos5.6.h \
@@ -14969,11 +15719,12 @@ realclean: clean
$(TAO_ROOT)/tao/MessagingS_T.i \
$(TAO_ROOT)/tao/MessagingS_T.cpp \
$(TAO_ROOT)/tao/MessagingS.i \
- CosEvent/event_export.h CosEventCommC.i CosEventCommS_T.h \
+ Notify/notify_export.h CosEventCommC.i CosEventCommS_T.h \
CosEventCommS_T.i CosEventCommS_T.cpp CosEventCommS.i
.obj/CosEventChannelAdminS.o .obj/CosEventChannelAdminS.so .shobj/CosEventChannelAdminS.o .shobj/CosEventChannelAdminS.so: CosEventChannelAdminS.cpp \
- CosEventChannelAdminS.h $(ACE_ROOT)/ace/pre.h \
+ CosEventChannelAdminS.h \
+ $(ACE_ROOT)/ace/pre.h \
CosEventCommS.h CosEventCommC.h \
$(TAO_ROOT)/tao/corba.h \
$(ACE_ROOT)/ace/OS.h \
@@ -15289,14 +16040,15 @@ realclean: clean
$(TAO_ROOT)/tao/MessagingS_T.i \
$(TAO_ROOT)/tao/MessagingS_T.cpp \
$(TAO_ROOT)/tao/MessagingS.i \
- CosEvent/event_export.h CosEventCommC.i CosEventCommS_T.h \
+ Notify/notify_export.h CosEventCommC.i CosEventCommS_T.h \
CosEventCommS_T.i CosEventCommS_T.cpp CosEventCommS.i \
CosEventChannelAdminC.h CosEventChannelAdminC.i \
CosEventChannelAdminS_T.h CosEventChannelAdminS_T.i \
CosEventChannelAdminS_T.cpp CosEventChannelAdminS.i
.obj/CosTradingS.o .obj/CosTradingS.so .shobj/CosTradingS.o .shobj/CosTradingS.so: CosTradingS.cpp CosTradingS.h \
- $(ACE_ROOT)/ace/pre.h CosTradingC.h \
+ $(ACE_ROOT)/ace/pre.h \
+ CosTradingC.h \
$(TAO_ROOT)/tao/corba.h \
$(ACE_ROOT)/ace/OS.h \
$(ACE_ROOT)/ace/config-sunos5.6.h \
@@ -15611,12 +16363,13 @@ realclean: clean
$(TAO_ROOT)/tao/MessagingS_T.i \
$(TAO_ROOT)/tao/MessagingS_T.cpp \
$(TAO_ROOT)/tao/MessagingS.i \
- Trader/trading_export.h CosTradingC.i CosTradingS_T.h CosTradingS_T.i \
+ Notify/notify_export.h CosTradingC.i CosTradingS_T.h CosTradingS_T.i \
CosTradingS_T.cpp CosTradingS.i
.obj/CosTradingReposS.o .obj/CosTradingReposS.so .shobj/CosTradingReposS.o .shobj/CosTradingReposS.so: CosTradingReposS.cpp CosTradingReposS.h \
- $(ACE_ROOT)/ace/pre.h CosTradingS.h \
- CosTradingC.h $(TAO_ROOT)/tao/corba.h \
+ $(ACE_ROOT)/ace/pre.h \
+ CosTradingS.h CosTradingC.h \
+ $(TAO_ROOT)/tao/corba.h \
$(ACE_ROOT)/ace/OS.h \
$(ACE_ROOT)/ace/config-sunos5.6.h \
$(ACE_ROOT)/ace/config-sunos5.5.h \
@@ -15930,7 +16683,7 @@ realclean: clean
$(TAO_ROOT)/tao/MessagingS_T.i \
$(TAO_ROOT)/tao/MessagingS_T.cpp \
$(TAO_ROOT)/tao/MessagingS.i \
- Trader/trading_export.h CosTradingC.i CosTradingS_T.h CosTradingS_T.i \
+ Notify/notify_export.h CosTradingC.i CosTradingS_T.h CosTradingS_T.i \
CosTradingS_T.cpp CosTradingS.i CosTradingReposC.h CosTradingReposC.i \
CosTradingReposS_T.h CosTradingReposS_T.i CosTradingReposS_T.cpp \
CosTradingReposS.i
@@ -16254,7 +17007,8 @@ realclean: clean
Notify/notify_export.h CosNotificationC.i
.obj/CosNotifyChannelAdminC.o .obj/CosNotifyChannelAdminC.so .shobj/CosNotifyChannelAdminC.o .shobj/CosNotifyChannelAdminC.so: CosNotifyChannelAdminC.cpp \
- CosNotifyChannelAdminC.h $(ACE_ROOT)/ace/pre.h \
+ CosNotifyChannelAdminC.h \
+ $(ACE_ROOT)/ace/pre.h \
$(TAO_ROOT)/tao/corba.h \
$(ACE_ROOT)/ace/OS.h \
$(ACE_ROOT)/ace/config-sunos5.6.h \
@@ -16570,10 +17324,9 @@ realclean: clean
$(TAO_ROOT)/tao/MessagingS_T.cpp \
$(TAO_ROOT)/tao/MessagingS.i \
Notify/notify_export.h CosNotificationC.h CosNotificationC.i \
- CosNotifyFilterC.h CosNotifyCommC.h CosEventCommC.h \
- CosEvent/event_export.h CosEventCommC.i CosNotifyCommC.i \
- CosNotifyFilterC.i CosEventChannelAdminC.h CosEventChannelAdminC.i \
- CosNotifyChannelAdminC.i
+ CosNotifyFilterC.h CosNotifyCommC.h CosEventCommC.h CosEventCommC.i \
+ CosNotifyCommC.i CosNotifyFilterC.i CosEventChannelAdminC.h \
+ CosEventChannelAdminC.i CosNotifyChannelAdminC.i
.obj/CosNotifyCommC.o .obj/CosNotifyCommC.so .shobj/CosNotifyCommC.o .shobj/CosNotifyCommC.so: CosNotifyCommC.cpp CosNotifyCommC.h \
$(ACE_ROOT)/ace/pre.h \
@@ -16892,8 +17645,7 @@ realclean: clean
$(TAO_ROOT)/tao/MessagingS_T.cpp \
$(TAO_ROOT)/tao/MessagingS.i \
Notify/notify_export.h CosNotificationC.h CosNotificationC.i \
- CosEventCommC.h CosEvent/event_export.h CosEventCommC.i \
- CosNotifyCommC.i
+ CosEventCommC.h CosEventCommC.i CosNotifyCommC.i
.obj/CosNotifyFilterC.o .obj/CosNotifyFilterC.so .shobj/CosNotifyFilterC.o .shobj/CosNotifyFilterC.so: CosNotifyFilterC.cpp CosNotifyFilterC.h \
$(ACE_ROOT)/ace/pre.h \
@@ -17212,8 +17964,8 @@ realclean: clean
$(TAO_ROOT)/tao/MessagingS_T.cpp \
$(TAO_ROOT)/tao/MessagingS.i \
Notify/notify_export.h CosNotifyCommC.h CosNotificationC.h \
- CosNotificationC.i CosEventCommC.h CosEvent/event_export.h \
- CosEventCommC.i CosNotifyCommC.i CosNotifyFilterC.i
+ CosNotificationC.i CosEventCommC.h CosEventCommC.i CosNotifyCommC.i \
+ CosNotifyFilterC.i
.obj/CosEventCommC.o .obj/CosEventCommC.so .shobj/CosEventCommC.o .shobj/CosEventCommC.so: CosEventCommC.cpp CosEventCommC.h \
$(ACE_ROOT)/ace/pre.h \
@@ -17531,10 +18283,11 @@ realclean: clean
$(TAO_ROOT)/tao/MessagingS_T.i \
$(TAO_ROOT)/tao/MessagingS_T.cpp \
$(TAO_ROOT)/tao/MessagingS.i \
- CosEvent/event_export.h CosEventCommC.i
+ Notify/notify_export.h CosEventCommC.i
.obj/CosEventChannelAdminC.o .obj/CosEventChannelAdminC.so .shobj/CosEventChannelAdminC.o .shobj/CosEventChannelAdminC.so: CosEventChannelAdminC.cpp \
- CosEventChannelAdminC.h $(ACE_ROOT)/ace/pre.h \
+ CosEventChannelAdminC.h \
+ $(ACE_ROOT)/ace/pre.h \
$(TAO_ROOT)/tao/corba.h \
$(ACE_ROOT)/ace/OS.h \
$(ACE_ROOT)/ace/config-sunos5.6.h \
@@ -17849,7 +18602,7 @@ realclean: clean
$(TAO_ROOT)/tao/MessagingS_T.i \
$(TAO_ROOT)/tao/MessagingS_T.cpp \
$(TAO_ROOT)/tao/MessagingS.i \
- CosEvent/event_export.h CosEventCommC.h CosEventCommC.i \
+ Notify/notify_export.h CosEventCommC.h CosEventCommC.i \
CosEventChannelAdminC.i
.obj/CosTradingC.o .obj/CosTradingC.so .shobj/CosTradingC.o .shobj/CosTradingC.so: CosTradingC.cpp CosTradingC.h \
@@ -18168,7 +18921,7 @@ realclean: clean
$(TAO_ROOT)/tao/MessagingS_T.i \
$(TAO_ROOT)/tao/MessagingS_T.cpp \
$(TAO_ROOT)/tao/MessagingS.i \
- Trader/trading_export.h CosTradingC.i
+ Notify/notify_export.h CosTradingC.i
.obj/CosTradingReposC.o .obj/CosTradingReposC.so .shobj/CosTradingReposC.o .shobj/CosTradingReposC.so: CosTradingReposC.cpp CosTradingReposC.h \
$(ACE_ROOT)/ace/pre.h \
@@ -18486,7 +19239,6 @@ realclean: clean
$(TAO_ROOT)/tao/MessagingS_T.i \
$(TAO_ROOT)/tao/MessagingS_T.cpp \
$(TAO_ROOT)/tao/MessagingS.i \
- Trader/trading_export.h CosTradingC.h CosTradingC.i \
- CosTradingReposC.i
+ Notify/notify_export.h CosTradingC.h CosTradingC.i CosTradingReposC.i
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY