diff options
author | pradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-12-13 06:44:27 +0000 |
---|---|---|
committer | pradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-12-13 06:44:27 +0000 |
commit | d176130661283876fd96ddc058989c3b8d14f293 (patch) | |
tree | 3a54ec058837e5c05866c2ae074b29148a7e5141 /TAO/orbsvcs/Notify_Service | |
parent | 5effa62df29b4d9dc3232eaa40c1b2a5ade3cf62 (diff) | |
download | ATCD-d176130661283876fd96ddc058989c3b8d14f293.tar.gz |
ChangeLogTag:Fri Dec 13 00:10:23 2002 Pradeep Gore <pradeep@oomworks.com>
Diffstat (limited to 'TAO/orbsvcs/Notify_Service')
-rw-r--r-- | TAO/orbsvcs/Notify_Service/Makefile | 22 | ||||
-rw-r--r-- | TAO/orbsvcs/Notify_Service/Notify_Service.h | 3 |
2 files changed, 14 insertions, 11 deletions
diff --git a/TAO/orbsvcs/Notify_Service/Makefile b/TAO/orbsvcs/Notify_Service/Makefile index 37863ee875e..df13a457d47 100644 --- a/TAO/orbsvcs/Notify_Service/Makefile +++ b/TAO/orbsvcs/Notify_Service/Makefile @@ -98,8 +98,6 @@ Notify_Service: $(addprefix $(VDIR),$(NOTIFY_OBJS)) $(ACE_ROOT)/ace/Thread_Adapter.inl \ $(ACE_ROOT)/ace/Thread.i \ $(ACE_ROOT)/ace/Thread_Exit.h \ - $(ACE_ROOT)/ace/Thread_Control.h \ - $(ACE_ROOT)/ace/Thread_Control.inl \ $(ACE_ROOT)/ace/Synch.h \ $(ACE_ROOT)/ace/Synch.i \ $(ACE_ROOT)/ace/Synch_T.h \ @@ -107,6 +105,8 @@ Notify_Service: $(addprefix $(VDIR),$(NOTIFY_OBJS)) $(ACE_ROOT)/ace/Synch_T.cpp \ $(ACE_ROOT)/ace/Log_Msg.h \ $(ACE_ROOT)/ace/Log_Priority.h \ + $(ACE_ROOT)/ace/Thread_Control.h \ + $(ACE_ROOT)/ace/Thread_Control.inl \ $(ACE_ROOT)/ace/Unbounded_Queue.h \ $(ACE_ROOT)/ace/Node.h \ $(ACE_ROOT)/ace/Node.cpp \ @@ -295,7 +295,6 @@ Notify_Service: $(addprefix $(VDIR),$(NOTIFY_OBJS)) $(TAO_ROOT)/orbsvcs/orbsvcs/CosNotifyFilterC.h \ $(TAO_ROOT)/orbsvcs/orbsvcs/CosNotifyCommC.h \ $(TAO_ROOT)/orbsvcs/orbsvcs/CosEventCommC.h \ - $(TAO_ROOT)/orbsvcs/orbsvcs/CosEvent/event_export.h \ $(TAO_ROOT)/orbsvcs/orbsvcs/CosEventCommC.i \ $(TAO_ROOT)/orbsvcs/orbsvcs/CosNotifyCommC.i \ $(TAO_ROOT)/orbsvcs/orbsvcs/CosNotifyFilterC.i \ @@ -303,7 +302,7 @@ Notify_Service: $(addprefix $(VDIR),$(NOTIFY_OBJS)) $(TAO_ROOT)/orbsvcs/orbsvcs/CosEventChannelAdminC.i \ $(TAO_ROOT)/orbsvcs/orbsvcs/CosNotifyChannelAdminC.i \ $(TAO_ROOT)/orbsvcs/orbsvcs/CosNamingC.h \ - $(TAO_ROOT)/orbsvcs/orbsvcs/Naming/naming_export.h \ + $(TAO_ROOT)/orbsvcs/orbsvcs/Log/notifylog_export.h \ $(TAO_ROOT)/orbsvcs/orbsvcs/CosNamingC.i \ ../orbsvcs/Notify/Service.h ../orbsvcs/Notify/notify_export.h \ $(ACE_ROOT)/ace/Service_Config.h \ @@ -364,7 +363,8 @@ Notify_Service: $(addprefix $(VDIR),$(NOTIFY_OBJS)) $(TAO_ROOT)/orbsvcs/orbsvcs/CosNotifyChannelAdminS_T.h \ $(TAO_ROOT)/orbsvcs/orbsvcs/CosNotifyChannelAdminS_T.i \ $(TAO_ROOT)/orbsvcs/orbsvcs/CosNotifyChannelAdminS_T.cpp \ - $(TAO_ROOT)/orbsvcs/orbsvcs/CosNotifyChannelAdminS.i + $(TAO_ROOT)/orbsvcs/orbsvcs/CosNotifyChannelAdminS.i \ + ../orbsvcs/Notify/CosNotify_Initializer.h .obj/Notify_Service.o .obj/Notify_Service.so .shobj/Notify_Service.o .shobj/Notify_Service.so: Notify_Service.cpp Notify_Service.h \ $(ACE_ROOT)/ace/Task.h \ @@ -413,8 +413,6 @@ Notify_Service: $(addprefix $(VDIR),$(NOTIFY_OBJS)) $(ACE_ROOT)/ace/Thread_Adapter.inl \ $(ACE_ROOT)/ace/Thread.i \ $(ACE_ROOT)/ace/Thread_Exit.h \ - $(ACE_ROOT)/ace/Thread_Control.h \ - $(ACE_ROOT)/ace/Thread_Control.inl \ $(ACE_ROOT)/ace/Synch.h \ $(ACE_ROOT)/ace/Synch.i \ $(ACE_ROOT)/ace/Synch_T.h \ @@ -422,6 +420,8 @@ Notify_Service: $(addprefix $(VDIR),$(NOTIFY_OBJS)) $(ACE_ROOT)/ace/Synch_T.cpp \ $(ACE_ROOT)/ace/Log_Msg.h \ $(ACE_ROOT)/ace/Log_Priority.h \ + $(ACE_ROOT)/ace/Thread_Control.h \ + $(ACE_ROOT)/ace/Thread_Control.inl \ $(ACE_ROOT)/ace/Unbounded_Queue.h \ $(ACE_ROOT)/ace/Node.h \ $(ACE_ROOT)/ace/Node.cpp \ @@ -610,7 +610,6 @@ Notify_Service: $(addprefix $(VDIR),$(NOTIFY_OBJS)) $(TAO_ROOT)/orbsvcs/orbsvcs/CosNotifyFilterC.h \ $(TAO_ROOT)/orbsvcs/orbsvcs/CosNotifyCommC.h \ $(TAO_ROOT)/orbsvcs/orbsvcs/CosEventCommC.h \ - $(TAO_ROOT)/orbsvcs/orbsvcs/CosEvent/event_export.h \ $(TAO_ROOT)/orbsvcs/orbsvcs/CosEventCommC.i \ $(TAO_ROOT)/orbsvcs/orbsvcs/CosNotifyCommC.i \ $(TAO_ROOT)/orbsvcs/orbsvcs/CosNotifyFilterC.i \ @@ -618,7 +617,7 @@ Notify_Service: $(addprefix $(VDIR),$(NOTIFY_OBJS)) $(TAO_ROOT)/orbsvcs/orbsvcs/CosEventChannelAdminC.i \ $(TAO_ROOT)/orbsvcs/orbsvcs/CosNotifyChannelAdminC.i \ $(TAO_ROOT)/orbsvcs/orbsvcs/CosNamingC.h \ - $(TAO_ROOT)/orbsvcs/orbsvcs/Naming/naming_export.h \ + $(TAO_ROOT)/orbsvcs/orbsvcs/Log/notifylog_export.h \ $(TAO_ROOT)/orbsvcs/orbsvcs/CosNamingC.i \ ../orbsvcs/Notify/Service.h ../orbsvcs/Notify/notify_export.h \ $(ACE_ROOT)/ace/Service_Config.h \ @@ -680,6 +679,7 @@ Notify_Service: $(addprefix $(VDIR),$(NOTIFY_OBJS)) $(TAO_ROOT)/orbsvcs/orbsvcs/CosNotifyChannelAdminS_T.i \ $(TAO_ROOT)/orbsvcs/orbsvcs/CosNotifyChannelAdminS_T.cpp \ $(TAO_ROOT)/orbsvcs/orbsvcs/CosNotifyChannelAdminS.i \ + ../orbsvcs/Notify/CosNotify_Initializer.h \ $(TAO_ROOT)/tao/debug.h \ $(TAO_ROOT)/tao/IORTable/IORTable.h \ $(TAO_ROOT)/tao/IORTable/iortable_export.h \ @@ -736,6 +736,8 @@ Notify_Service: $(addprefix $(VDIR),$(NOTIFY_OBJS)) $(ACE_ROOT)/ace/Dynamic_Service.h \ $(ACE_ROOT)/ace/Dynamic_Service_Base.h \ $(ACE_ROOT)/ace/Dynamic_Service.i \ - $(ACE_ROOT)/ace/Dynamic_Service.cpp + $(ACE_ROOT)/ace/Dynamic_Service.cpp \ + ../orbsvcs/Notify/Notify_Service.h \ + ../orbsvcs/Notify/Notify_Service.inl # IF YOU PUT ANYTHING HERE IT WILL GO AWAY diff --git a/TAO/orbsvcs/Notify_Service/Notify_Service.h b/TAO/orbsvcs/Notify_Service/Notify_Service.h index df529d9d58a..8629250f4c1 100644 --- a/TAO/orbsvcs/Notify_Service/Notify_Service.h +++ b/TAO/orbsvcs/Notify_Service/Notify_Service.h @@ -22,6 +22,7 @@ #include "orbsvcs/CosNotifyChannelAdminC.h" #include "orbsvcs/CosNamingC.h" #include "../orbsvcs/Notify/Service.h" +#include "../orbsvcs/Notify/CosNotify_Initializer.h" #define NOTIFY_KEY "NotifyEventChannelFactory" #define NOTIFY_CHANNEL_NAME "NotifyEventChannel" @@ -131,7 +132,7 @@ protected: #else CosNaming::NamingContextExt_var naming_; #endif /* TAO_NOTIFY_USE_NAMING_CONTEXT */ - + // A naming context. Worker worker_; |