summaryrefslogtreecommitdiff
path: root/ace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Makefile')
-rw-r--r--ace/Makefile12937
1 files changed, 0 insertions, 12937 deletions
diff --git a/ace/Makefile b/ace/Makefile
deleted file mode 100644
index 1c90846b33e..00000000000
--- a/ace/Makefile
+++ /dev/null
@@ -1,12937 +0,0 @@
-#----------------------------------------------------------------------------
-# $Id$
-#
-# Makefile for the entire ACE release
-#----------------------------------------------------------------------------
-
-MAKEFILE = Makefile
-LIB = libACE.a
-SHLIB = libACE.$(SOEXT)
-
-OS_FILES = \
- Basic_Types \
- OS \
- OS_Dirent \
- OS_Memory \
- OS_String \
- OS_TLI \
- Sched_Params
-UTILS_FILES = \
- ACE \
- Active_Map_Manager \
- Arg_Shifter \
- ARGV \
- Capabilities \
- Containers \
- Configuration \
- Dirent \
- Dynamic \
- Functor \
- Get_Opt \
- Hash_Map_Manager \
- High_Res_Timer \
- Method_Request \
- Object_Manager \
- Profile_Timer \
- Registry \
- SString \
- Stats \
- System_Time \
- Time_Request_Reply \
- Timeprobe \
- Timer_Hash \
- Timer_Heap \
- Timer_List \
- Timer_Queue \
- Timer_Wheel
- #### NOTE: see below for Filecache.
-LOGGING_FILES = \
- Dump \
- Log_Msg \
- Log_Record \
- Logging_Strategy \
- Trace
-THREADS_FILES = \
- Activation_Queue \
- Process \
- Process_Manager \
- Synch \
- Synch_Options \
- Thread \
- Thread_Manager \
- Token
-DEMUX_FILES = \
- Event_Handler \
- FlReactor \
- Handle_Set \
- Msg_WFMO_Reactor \
- POSIX_Proactor \
- Priority_Reactor \
- Proactor \
- Reactor \
- Select_Reactor \
- Select_Reactor_Base \
- SUN_Proactor \
- TP_Reactor \
- TkReactor \
- WFMO_Reactor \
- XtReactor \
- QtReactor
-CONNECTION_FILES = \
- Asynch_IO \
- Asynch_IO_Impl \
- POSIX_Asynch_IO \
- Strategies
-SOCKETS_FILES = \
- IPC_SAP \
- LSOCK \
- LSOCK_Acceptor \
- LSOCK_CODgram \
- LSOCK_Connector \
- LSOCK_Dgram \
- LSOCK_Stream \
- SOCK \
- SOCK_Acceptor \
- SOCK_CODgram \
- SOCK_Connector \
- SOCK_Dgram \
- SOCK_Dgram_Bcast \
- SOCK_Dgram_Mcast \
- SOCK_IO \
- SOCK_Stream
-IPC_FILES = \
- Addr \
- ATM_Addr \
- ATM_Acceptor \
- ATM_Connector \
- ATM_Params \
- ATM_QoS \
- ATM_Stream \
- XTI_ATM_Mcast \
- DEV \
- DEV_Addr \
- DEV_Connector \
- DEV_IO \
- FIFO \
- FIFO_Recv \
- FIFO_Recv_Msg \
- FIFO_Send \
- FIFO_Send_Msg \
- FILE_Addr \
- FILE \
- FILE_Connector \
- FILE_IO \
- INET_Addr \
- IO_SAP \
- IOStream \
- Pipe \
- Signal \
- SPIPE_Addr \
- SPIPE \
- SPIPE_Acceptor \
- SPIPE_Connector \
- SPIPE_Stream \
- SV_Message \
- SV_Message_Queue \
- SV_Semaphore_Complex \
- SV_Semaphore_Simple \
- SV_Shared_Memory \
- TLI \
- TLI_Acceptor \
- TLI_Connector \
- TLI_Stream \
- TTY_IO \
- UNIX_Addr \
- UPIPE_Acceptor \
- UPIPE_Connector \
- UPIPE_Stream \
- MEM_Acceptor \
- MEM_Addr \
- MEM_Connector \
- MEM_IO \
- MEM_SAP \
- MEM_Stream
-SVCCONF_FILES = \
- DLL \
- Parse_Node \
- Service_Config \
- Service_Manager \
- Service_Object \
- Service_Repository \
- Service_Types \
- Shared_Object \
- Svc_Conf_l \
- Svc_Conf_y
-STREAMS_FILES = \
- CDR_Stream \
- Codeset_IBM1047 \
- Message_Block \
- Message_Queue \
- Task
-MEMORY_FILES = \
- Based_Pointer_Repository \
- Malloc \
- Mem_Map \
- Memory_Pool \
- Obstack \
- Read_Buffer \
- Shared_Memory \
- Shared_Memory_MM \
- Shared_Memory_SV
-TOKEN_FILES = \
- Local_Tokens \
- Remote_Tokens \
- Token_Collection \
- Token_Invariants \
- Token_Manager \
- Token_Request_Reply
-OTHER_FILES = \
- CORBA_Handler \
- CORBA_Ref \
- Local_Name_Space \
- Name_Proxy \
- Name_Request_Reply \
- Name_Space \
- Naming_Context \
- Registry_Name_Space \
- Remote_Name_Space \
- SOCK_Dgram_Mcast_QoS \
- QoS_Session_Impl \
- QoS_Session_Factory \
- QoS_Manager \
- QoS_Decorator
-
-TEMPLATE_FILES = \
- Acceptor \
- Active_Map_Manager_T \
- Asynch_Acceptor \
- Auto_IncDec_T \
- Auto_Ptr \
- Based_Pointer_T \
- Connector \
- Containers_T \
- Cache_Map_Manager_T \
- Cached_Connect_Strategy_T \
- Caching_Strategies_T \
- Caching_Utility_T \
- Cleanup_Strategies_T \
- Dump_T \
- Dynamic_Service \
- Env_Value_T \
- Event_Handler_T \
- Free_List \
- Functor_T \
- Future \
- Future_Set \
- Hash_Map_Manager_T \
- Hash_Cache_Map_Manager_T \
- IOStream_T \
- LOCK_SOCK_Acceptor \
- Local_Name_Space_T \
- Malloc_T \
- Managed_Object \
- Map_Manager \
- Map_T \
- Message_Block_T \
- Message_Queue_T \
- Module \
- Pair_T \
- RB_Tree \
- Select_Reactor_T \
- Singleton \
- Strategies_T \
- Stream \
- Stream_Modules \
- Svc_Handler \
- Synch_T \
- Task_T \
- Template_Instantiations \
- Timeprobe_T \
- Timer_Hash_T \
- Timer_Heap_T \
- Timer_List_T \
- Timer_Queue_Adapters \
- Timer_Queue_T \
- Timer_Wheel_T \
- Typed_SV_Message \
- Typed_SV_Message_Queue
-
-#----------------------------------------------------------------------------
-# Include macros and targets
-#----------------------------------------------------------------------------
-
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-
-ifneq ($(GHS),)
- ifeq ($(CPU),86)
- #### With Green Hills for x86 target, compile gethrtime.cpp.
- FILES += gethrtime
- LSRC += gethrtime.cpp
- endif # 86
-endif # GHS
-
-ifeq ($(ssl),1)
- DIRS += SSL
-endif # ssl
-
-####
-#### Build customization.
-####
-ifndef ACE_COMPONENTS
- #### Please see docs/ACE-subsets.html for documentation.
- ACE_COMPONENTS = \
- OS \
- Utils \
- Logging \
- Threads \
- Demux \
- Connection \
- Sockets \
- IPC \
- Svcconf \
- Streams \
- Memory \
- Token \
- Other
-endif # ACE_COMPONENTS
-
-ifeq (FOR_TAO,$(ACE_COMPONENTS))
- #### These ACE components are necessary to support TAO.
- override ACE_COMPONENTS = \
- OS \
- Utils \
- Logging \
- Threads \
- Demux \
- Connection \
- Sockets \
- IPC \
- Svcconf \
- Streams \
- Memory
-else # ! FOR_TAO
- #### TAO doesn't need Filecache. It costs 14 Kb.
- UTILS_FILES += Filecache
-endif # ! FOR_TAO
-
-####
-#### ACE_COMPONENTS support.
-####
-ifneq (,$(findstring OS,$(ACE_COMPONENTS)))
- FILES += $(OS_FILES)
-endif # OS
-
-ifneq (,$(findstring Utils,$(ACE_COMPONENTS)))
- FILES += $(UTILS_FILES)
-endif # Utils
-
-ifneq (,$(findstring Logging,$(ACE_COMPONENTS)))
- FILES += $(LOGGING_FILES)
-endif # Logging
-
-ifneq (,$(findstring Threads,$(ACE_COMPONENTS)))
- FILES += $(THREADS_FILES)
-endif # Threads
-
-ifneq (,$(findstring Demux,$(ACE_COMPONENTS)))
- FILES += $(DEMUX_FILES)
-endif # Demux
-
-ifneq (,$(findstring Connection,$(ACE_COMPONENTS)))
- FILES += $(CONNECTION_FILES)
-endif # Connection
-
-ifneq (,$(findstring Sockets,$(ACE_COMPONENTS)))
- FILES += $(SOCKETS_FILES)
-endif # Sockets
-
-ifneq (,$(findstring IPC,$(ACE_COMPONENTS)))
- FILES += $(IPC_FILES)
-endif # IPC
-
-ifneq (,$(findstring Svcconf,$(ACE_COMPONENTS)))
- FILES += $(SVCCONF_FILES)
-else # ! Svcconf
- CCFLAGS += -DACE_LACKS_ACE_SVCCONF
-endif # ! Svcconf
-
-ifneq (,$(findstring Streams,$(ACE_COMPONENTS)))
- FILES += $(STREAMS_FILES)
-endif # Streams
-
-ifneq (,$(findstring Memory,$(ACE_COMPONENTS)))
- FILES += $(MEMORY_FILES)
-endif # Memory
-
-ifeq (,$(findstring Token,$(ACE_COMPONENTS)))
- CCFLAGS += -DACE_LACKS_ACE_TOKEN
-else # ! Token
- FILES += $(TOKEN_FILES)
-endif # ! Token
-
-ifeq (,$(findstring Other,$(ACE_COMPONENTS)))
- CCFLAGS += -DACE_LACKS_ACE_OTHER
-else # ! Other
- FILES += $(OTHER_FILES)
-endif # ! Other
-
-ifeq ($(AIX_TEMPLATE_HACK),1)
- FILES = 0_ACE_All_Src
- TEMPLATE_FILES = 0_ACE_All_Tmp
-endif
-
-#This is a hack. If the qt_reactor needs to be built we need to run
-#the moc (Meta Object Compiler) on QtReactor.h that would generate
-#QtReactor_moc.cpp. We need to compile this file and add it to the
-#library.
-ifneq ($(qt_reactor),)
- DEMUX_FILES += QtReactor_moc
-endif #qt_recator
-
-LSRC = $(addsuffix .cpp,$(FILES))
-
-BUILD += ACE_COMPONENTS
-
-#### Setting ACELIB to null allows it to be used for building shared
-#### libraries, including libACE.$(SOEXT,) on certain platforms.
-ACELIB =
-
-include $(ACE_ROOT)/include/makeinclude/macros.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.lib.GNU
-#### Disable installs in this ($(ACE_ROOT)/ace) directory, because this
-#### is the (default) destination of installs anyways. This line prevents
-#### creation of a link from the ACE library to itself when the build of
-#### the ACE library fails.
-INSTALL =
-include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
-
-#----------------------------------------------------------------------------
-# Local targets
-#----------------------------------------------------------------------------
-
-.PHONY: ACE_COMPONENTS
-ACE_COMPONENTS:
- @sh $(ACE_ROOT)/bin/ace_components --ace --set ' $(ACE_COMPONENTS) '
-
-realclean:
- @sh $(ACE_ROOT)/bin/ace_components --ace --remove
-
-# AIX template compilation speedup hack
-
-ACE_All: 0_ACE_All_Src.cpp 0_ACE_All_Tmp.cpp
-
-# Build ACE before descending into subdirectories.
-all.nested: all.local
-
-0_ACE_All_Src.h:
- @echo;
- echo > $@ "// $@";
- echo >> $@ "// This file should speed up compilation for AIX. ";
- echo >> $@ "// It includes all non-template .h-files in one batch.";
- echo >> $@ "// The .h-files #include those .i-files that are needed.";
- echo >> $@;
- for name in $(FILES); do \
- echo "#include \"$$name.h\""; \
- done >> $@;
- echo >> $@;
- echo >> $@ "// EOF";
-
-0_ACE_All_Src.cpp: 0_ACE_All_Src.h
- @echo;
- echo > $@ "// $@";
- echo >> $@ "// This file should speed up compilation for AIX. ";
- echo >> $@ "// It includes all non-template .cpp-files in one batch.";
- echo >> $@ "// The .h-files #include those .i-files that are needed.";
- echo >> $@;
- echo >> $@ "#include \"$*.h\"";
- echo >> $@;
- for name in $(FILES); do \
- echo "#include \"$$name.cpp\""; \
- done >> $@;
- echo >> $@;
- echo >> $@ "// EOF";
-
-0_ACE_All_Tmp.cpp:
- @echo;
- echo > $@ "// $@";
- echo >> $@ "// This file should speed up compilation for AIX. ";
- echo >> $@ "// It includes all _template_ .h-files in one batch. ";
- echo >> $@ "// Each of these will include any needed template";
- echo >> $@ "// implementations from .cpp- and .i-files. ";
- echo >> $@;
- for name in $(TEMPLATE_FILES); do \
- echo "#include \"$$name.cpp\""; \
- done >> $@;
- echo >> $@;
- echo >> $@ "// EOF";
-
-Svc_Conf_y.cpp: Svc_Conf.y
- if [ -f /home/cs/faculty/schmidt/bin/SunOS5/yacc ]; then \
- /home/cs/faculty/schmidt/bin/SunOS5/yacc -d Svc_Conf.y; \
- sed -e "s/char \*getenv/char *ace_foo/g" \
- -e "s/= getenv/= ACE_OS::getenv/g" \
- -e "s/yyerrlab://g" \
- -e "s/yynewerror://g" \
- -e "s/yy/ace_yy/g" \
- -e "s/YY/ACE_YY/g" \
- -e "s/y\.tab\.c/Svc_Conf_y.cpp/g" < y.tab.c > /tmp/$@; \
- cp /tmp/$@ $@; \
- patch < ../etc/Svc_Conf_y.cpp.diff; \
- echo '// $$'\I\d'$$' > Svc_Conf_Tokens.h; \
- cat y.tab.h >> Svc_Conf_Tokens.h; \
- $(RM) -f /tmp/$@ y.tab.c y.tab.h Svc_Conf_y.cpp.orig; \
- else \
- touch $@; \
- fi
-
-Svc_Conf_l.cpp: Svc_Conf.l
- if [ -f /home/cs/faculty/schmidt/bin/SunOS5/flex ]; then \
- /home/cs/faculty/schmidt/bin/SunOS5/flex -t -I Svc_Conf.l > $@; \
- sed -e "s/unistd/stdio/g" \
- -e "s/yy/ace_yy/g" \
- -e "s/YY/ACE_YY/g" \
- -e "s/free( ptr );/free( ACE_MALLOC_T (ptr) );/g" \
- -e "s/exit( 1 );/ACE_OS::exit( 1 );/g" \
- -e "s/isatty( fileno(file)/ACE_OS::isatty( fileno (file)/g" \
- -e "s/int isatty/int nop_isatty/g" \
- -e "s/realloc( ptr, size );/realloc( ACE_MALLOC_T (ptr), size );/g" \
- -e "s@#include <stdio\.h>@#include \"ace/OS.h\"@" \
- -e "s@#include <@#include /**/ <@" \
- -e "s@ECHO@ACE_SVC_CONF_ECHO@" < $@ >> /tmp/$@; \
- cp /tmp/$@ $@; \
- patch < ../etc/Svc_Conf_l.cpp.diff; \
- $(RM) -f /tmp/$@ Svc_Conf_l.cpp.orig; \
- else \
- touch $@; \
- fi
-
-# Some compilation for the QtReactor stuff. We need to run moc
-# ie. (Meta Object compiler) for our QtReactor.h. So, let me do it
-# here.
-
-ifneq ($(qt_reactor),)
-QtReactor_moc.cpp: QtReactor.h
- moc QtReactor.h >QtReactor_moc.cpp
-endif #qt_reactor
-
-ifeq ($(SUPPRESS_DASH_G),1)
-#### Build this target without -g on some platforms.
- $(COMPILE-NO_DASH_G.cc) -o $@ $<
-endif # SUPPRESS_DASH_G
-
-ifeq ($(CHORUS),1)
- ifeq ($(CC),$(GHS_DIR)/build -driver ch68)
- #### Build this target without -g, because it causes ghs 1.8.8 to core
- #### dump.
- $(VDIR)Select_Reactor.o .obj/Select_Reactor.so .shobj/Select_Reactor.o .shobj/Select_Reactor.so:
- $(COMPILE-NO_DASH_G.cc) -o $@ $<
- endif # CC
-endif # CHORUS
-
-ifneq ($(GHS),)
- ifeq ($(CPU),86)
- $(VDIR)gethrtime.$(OBJEXT):
- $(MAKE) $@ ghs=0
- endif # 86
-endif # GHS
-
-#----------------------------------------------------------------------------
-# Dependencies
-#----------------------------------------------------------------------------
-# DO NOT DELETE THIS LINE -- g++dep uses it.
-# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
-
-
-.obj/Basic_Types.o .obj/Basic_Types.so .shobj/Basic_Types.o .shobj/Basic_Types.so: Basic_Types.cpp \
- OS.h \
- pre.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Template_Instantiations.cpp
-
-.obj/OS.o .obj/OS.so .shobj/OS.o .shobj/OS.so: OS.cpp OS.h \
- pre.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Sched_Params.h \
- Sched_Params.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/OS_Dirent.o .obj/OS_Dirent.so .shobj/OS_Dirent.o .shobj/OS_Dirent.so: OS_Dirent.cpp \
- OS_Dirent.h \
- pre.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl
-
-.obj/OS_Memory.o .obj/OS_Memory.so .shobj/OS_Memory.o .shobj/OS_Memory.so: OS_Memory.cpp \
- OS_Memory.h \
- pre.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Export.h \
- OS_Memory.inl
-
-.obj/OS_String.o .obj/OS_String.so .shobj/OS_String.o .shobj/OS_String.so: OS_String.cpp \
- OS_String.h \
- pre.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Export.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl
-
-.obj/OS_TLI.o .obj/OS_TLI.so .shobj/OS_TLI.o .shobj/OS_TLI.so: OS_TLI.cpp OS_TLI.h \
- pre.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Export.h \
- OS_TLI.inl
-
-.obj/Sched_Params.o .obj/Sched_Params.so .shobj/Sched_Params.o .shobj/Sched_Params.so: Sched_Params.cpp \
- Sched_Params.h \
- pre.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Sched_Params.i
-
-.obj/ACE.o .obj/ACE.so .shobj/ACE.o .shobj/ACE.so: ACE.cpp ACE.h \
- pre.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Handle_Set.h \
- Handle_Set.i \
- Auto_Ptr.h \
- Auto_Ptr.i \
- Auto_Ptr.cpp \
- INET_Addr.h \
- Addr.h \
- Addr.i \
- INET_Addr.i \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- SString.h \
- SString.i \
- Malloc_Base.h \
- Version.h \
- Message_Block.h \
- Malloc.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Message_Block.i \
- Message_Block_T.h \
- Message_Block_T.i \
- Message_Block_T.cpp
-
-.obj/Active_Map_Manager.o .obj/Active_Map_Manager.so .shobj/Active_Map_Manager.o .shobj/Active_Map_Manager.so: Active_Map_Manager.cpp \
- Active_Map_Manager.h \
- pre.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Active_Map_Manager.i \
- Active_Map_Manager_T.h \
- Map_Manager.h \
- Synch.h \
- ACE.h \
- ACE.i \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Map_Manager.i \
- Map_Manager.cpp \
- Malloc.h \
- Malloc_Base.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Active_Map_Manager_T.i \
- Active_Map_Manager_T.cpp
-
-.obj/Arg_Shifter.o .obj/Arg_Shifter.so .shobj/Arg_Shifter.o .shobj/Arg_Shifter.so: Arg_Shifter.cpp \
- Arg_Shifter.h \
- pre.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i
-
-.obj/ARGV.o .obj/ARGV.so .shobj/ARGV.o .shobj/ARGV.so: ARGV.cpp ARGV.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- ARGV.i
-
-.obj/Capabilities.o .obj/Capabilities.so .shobj/Capabilities.o .shobj/Capabilities.so: Capabilities.cpp \
- Map_Manager.h \
- pre.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Synch.h \
- ACE.h \
- ACE.i \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Map_Manager.i \
- Map_Manager.cpp \
- Malloc.h \
- Malloc_Base.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Capabilities.h \
- Hash_Map_Manager.h \
- Functor.h \
- Functor.i \
- Functor_T.h \
- Functor_T.i \
- Functor_T.cpp \
- Hash_Map_Manager_T.h \
- Hash_Map_Manager_T.i \
- Hash_Map_Manager_T.cpp \
- Capabilities.i
-
-.obj/Containers.o .obj/Containers.so .shobj/Containers.o .shobj/Containers.so: Containers.cpp \
- OS.h \
- pre.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- ACE.h \
- ACE.i \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i
-
-.obj/Configuration.o .obj/Configuration.so .shobj/Configuration.o .shobj/Configuration.so: Configuration.cpp \
- Configuration.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- SString.h \
- SString.i \
- Malloc_Base.h \
- Hash_Map_With_Allocator_T.h \
- Hash_Map_Manager.h \
- Functor.h \
- Functor.i \
- Functor_T.h \
- Functor_T.i \
- Functor_T.cpp \
- Hash_Map_Manager_T.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Hash_Map_Manager_T.i \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Hash_Map_Manager_T.cpp \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Signal.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Hash_Map_With_Allocator_T.i \
- Hash_Map_With_Allocator_T.cpp
-
-.obj/Dirent.o .obj/Dirent.so .shobj/Dirent.o .shobj/Dirent.so: Dirent.cpp Dirent.h \
- pre.h \
- OS_Dirent.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Export.h \
- OS_Dirent.inl \
- Dirent.i \
- Log_Msg.h \
- Log_Record.h \
- OS.h \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Log_Priority.h \
- Log_Record.i
-
-.obj/Dynamic.o .obj/Dynamic.so .shobj/Dynamic.o .shobj/Dynamic.so: Dynamic.cpp \
- Dynamic.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Dynamic.i
-
-.obj/Functor.o .obj/Functor.so .shobj/Functor.o .shobj/Functor.so: Functor.cpp \
- Functor_T.h \
- pre.h \
- Functor.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Functor.i \
- Functor_T.i \
- Functor_T.cpp
-
-.obj/Get_Opt.o .obj/Get_Opt.so .shobj/Get_Opt.o .shobj/Get_Opt.so: Get_Opt.cpp \
- Get_Opt.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Get_Opt.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/Hash_Map_Manager.o .obj/Hash_Map_Manager.so .shobj/Hash_Map_Manager.o .shobj/Hash_Map_Manager.so: Hash_Map_Manager.cpp \
- Hash_Map_Manager.h \
- pre.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Functor.h \
- ACE.h \
- ACE.i \
- Functor.i \
- Functor_T.h \
- Functor_T.i \
- Functor_T.cpp \
- Hash_Map_Manager_T.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Hash_Map_Manager_T.i \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Hash_Map_Manager_T.cpp \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- Signal.h \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Signal.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h
-
-.obj/High_Res_Timer.o .obj/High_Res_Timer.so .shobj/High_Res_Timer.o .shobj/High_Res_Timer.so: High_Res_Timer.cpp \
- High_Res_Timer.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- High_Res_Timer.i \
- Stats.h \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Stats.i
-
-.obj/Method_Request.o .obj/Method_Request.so .shobj/Method_Request.o .shobj/Method_Request.so: Method_Request.cpp \
- Method_Request.h \
- pre.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i
-
-.obj/Object_Manager.o .obj/Object_Manager.so .shobj/Object_Manager.o .shobj/Object_Manager.so: Object_Manager.cpp \
- Object_Manager.h \
- pre.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Token_Manager.h \
- Synch.h \
- ACE.h \
- ACE.i \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Map_Manager.h \
- Map_Manager.i \
- Map_Manager.cpp \
- Malloc.h \
- Malloc_Base.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Local_Tokens.h \
- Synch_Options.h \
- Synch_Options.i \
- Local_Tokens.i \
- Token_Manager.i \
- Naming_Context.h \
- Name_Proxy.h \
- INET_Addr.h \
- Addr.h \
- Addr.i \
- INET_Addr.i \
- SOCK_Connector.h \
- SOCK_Stream.h \
- SOCK_IO.h \
- SOCK.h \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- SOCK.i \
- SOCK_IO.i \
- SOCK_Stream.i \
- Time_Value.h \
- SOCK_Connector.i \
- Name_Request_Reply.h \
- Name_Space.h \
- Service_Manager.h \
- SOCK_Acceptor.h \
- SOCK_Acceptor.i \
- Service_Manager.i
-
-.obj/Profile_Timer.o .obj/Profile_Timer.so .shobj/Profile_Timer.o .shobj/Profile_Timer.so: Profile_Timer.cpp \
- Profile_Timer.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Time_Value.h \
- High_Res_Timer.h \
- High_Res_Timer.i \
- Profile_Timer.i
-
-.obj/Registry.o .obj/Registry.so .shobj/Registry.o .shobj/Registry.so: Registry.cpp \
- Registry.h \
- pre.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i
-
-.obj/SString.o .obj/SString.so .shobj/SString.o .shobj/SString.so: SString.cpp \
- Malloc.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Malloc_Base.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Auto_Ptr.h \
- Auto_Ptr.i \
- Auto_Ptr.cpp
-
-.obj/Stats.o .obj/Stats.so .shobj/Stats.o .shobj/Stats.so: Stats.cpp Stats.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Stats.i
-
-.obj/System_Time.o .obj/System_Time.so .shobj/System_Time.o .shobj/System_Time.so: System_Time.cpp \
- System_Time.h \
- pre.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Memory_Pool.h \
- ACE.h \
- ACE.i \
- Event_Handler.h \
- Event_Handler.i \
- Signal.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i
-
-.obj/Time_Request_Reply.o .obj/Time_Request_Reply.so .shobj/Time_Request_Reply.o .shobj/Time_Request_Reply.so: Time_Request_Reply.cpp \
- Time_Request_Reply.h \
- pre.h \
- Time_Value.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- SString.h \
- ACE.h \
- ACE.i \
- SString.i \
- Malloc_Base.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/Timeprobe.o .obj/Timeprobe.so .shobj/Timeprobe.o .shobj/Timeprobe.so: Timeprobe.cpp \
- OS.h \
- pre.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i
-
-.obj/Timer_Hash.o .obj/Timer_Hash.so .shobj/Timer_Hash.o .shobj/Timer_Hash.so: Timer_Hash.cpp \
- Timer_Hash.h \
- pre.h \
- Timer_Hash_T.h \
- Timer_Queue_T.h \
- Free_List.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Synch_T.h \
- Event_Handler.h \
- ACE.h \
- ACE.i \
- Event_Handler.i \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Free_List.i \
- Free_List.cpp \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Signal.h \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Signal.i \
- Timer_Hash_T.cpp \
- High_Res_Timer.h \
- High_Res_Timer.i \
- Timer_Heap_T.h \
- Timer_Heap_T.cpp \
- Timer_List_T.h \
- Timer_List_T.cpp
-
-.obj/Timer_Heap.o .obj/Timer_Heap.so .shobj/Timer_Heap.o .shobj/Timer_Heap.so: Timer_Heap.cpp \
- Timer_Heap.h \
- pre.h \
- Timer_Heap_T.h \
- Timer_Queue_T.h \
- Free_List.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Synch_T.h \
- Event_Handler.h \
- ACE.h \
- ACE.i \
- Event_Handler.i \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Free_List.i \
- Free_List.cpp \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Signal.h \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Signal.i \
- Timer_Heap_T.cpp
-
-.obj/Timer_List.o .obj/Timer_List.so .shobj/Timer_List.o .shobj/Timer_List.so: Timer_List.cpp \
- Timer_List.h \
- pre.h \
- Timer_List_T.h \
- Timer_Queue_T.h \
- Free_List.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Synch_T.h \
- Event_Handler.h \
- ACE.h \
- ACE.i \
- Event_Handler.i \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Free_List.i \
- Free_List.cpp \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Signal.h \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Signal.i \
- Timer_List_T.cpp
-
-.obj/Timer_Queue.o .obj/Timer_Queue.so .shobj/Timer_Queue.o .shobj/Timer_Queue.so: Timer_Queue.cpp \
- Containers.h \
- pre.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- ACE.h \
- ACE.i \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp
-
-.obj/Timer_Wheel.o .obj/Timer_Wheel.so .shobj/Timer_Wheel.o .shobj/Timer_Wheel.so: Timer_Wheel.cpp \
- Timer_Wheel.h \
- pre.h \
- Timer_Wheel_T.h \
- Timer_Queue_T.h \
- Free_List.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Synch_T.h \
- Event_Handler.h \
- ACE.h \
- ACE.i \
- Event_Handler.i \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Free_List.i \
- Free_List.cpp \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Signal.h \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Signal.i \
- Timer_Wheel_T.cpp \
- High_Res_Timer.h \
- High_Res_Timer.i
-
-.obj/Filecache.o .obj/Filecache.so .shobj/Filecache.o .shobj/Filecache.so: Filecache.cpp \
- Filecache.h \
- pre.h \
- Mem_Map.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Mem_Map.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Hash_Map_Manager.h \
- Functor.h \
- Functor.i \
- Functor_T.h \
- Functor_T.i \
- Functor_T.cpp \
- Hash_Map_Manager_T.h \
- Hash_Map_Manager_T.i \
- Hash_Map_Manager_T.cpp \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- Signal.h \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Memory_Pool.i \
- Signal.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h
-
-.obj/Dump.o .obj/Dump.so .shobj/Dump.o .shobj/Dump.so: Dump.cpp Synch_T.h \
- pre.h \
- Event_Handler.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Event_Handler.i \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Dump.h \
- Dump_T.h \
- Dump_T.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp
-
-.obj/Log_Msg.o .obj/Log_Msg.so .shobj/Log_Msg.o .shobj/Log_Msg.so: Log_Msg.cpp \
- config-all.h \
- pre.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- ACE.h \
- OS.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Thread_Manager.h \
- Thread.h \
- Thread.i \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Thread_Manager.i \
- SOCK_Connector.h \
- SOCK_Stream.h \
- SOCK_IO.h \
- SOCK.h \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- SOCK_IO.i \
- SOCK_Stream.i \
- Time_Value.h \
- SOCK_Connector.i
-
-.obj/Log_Record.o .obj/Log_Record.so .shobj/Log_Record.o .shobj/Log_Record.so: Log_Record.cpp \
- Log_Record.h \
- OS.h \
- pre.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Log_Priority.h \
- Log_Record.i \
- Log_Msg.h \
- ACE.h \
- ACE.i
-
-.obj/Logging_Strategy.o .obj/Logging_Strategy.so .shobj/Logging_Strategy.o .shobj/Logging_Strategy.so: Logging_Strategy.cpp \
- Get_Opt.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Get_Opt.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Timer_Queue_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Signal.h \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Signal.i \
- Reactor.i \
- Reactor_Impl.h \
- Logging_Strategy.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i
-
-.obj/Trace.o .obj/Trace.so .shobj/Trace.o .shobj/Trace.so: Trace.cpp \
- config-all.h \
- pre.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- Trace.h \
- OS.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- OS.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/Activation_Queue.o .obj/Activation_Queue.so .shobj/Activation_Queue.o .shobj/Activation_Queue.so: Activation_Queue.cpp \
- Activation_Queue.h \
- pre.h \
- Synch_T.h \
- Event_Handler.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Event_Handler.i \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Message_Queue.h \
- Message_Block.h \
- Malloc.h \
- Malloc_Base.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Message_Block.i \
- Message_Block_T.h \
- Message_Block_T.i \
- Message_Block_T.cpp \
- IO_Cntl_Msg.h \
- Message_Queue_T.h \
- Message_Queue_T.i \
- Message_Queue_T.cpp \
- Strategies.h \
- Strategies_T.h \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Synch_Options.h \
- Synch_Options.i \
- Thread_Manager.h \
- Thread_Manager.i \
- Hash_Map_Manager.h \
- Functor.h \
- Functor.i \
- Functor_T.h \
- Functor_T.i \
- Functor_T.cpp \
- Hash_Map_Manager_T.h \
- Hash_Map_Manager_T.i \
- Hash_Map_Manager_T.cpp \
- Strategies_T.i \
- Strategies_T.cpp \
- Service_Repository.h \
- Service_Types.h \
- Service_Types.i \
- Service_Repository.i \
- WFMO_Reactor.h \
- WFMO_Reactor.i \
- Strategies.i \
- Message_Queue.i \
- Method_Request.h \
- Activation_Queue.i
-
-.obj/Process.o .obj/Process.so .shobj/Process.o .shobj/Process.so: Process.cpp OS.h \
- pre.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Process.h \
- SString.h \
- ACE.h \
- ACE.i \
- SString.i \
- Malloc_Base.h \
- Process.i \
- ARGV.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- ARGV.i
-
-.obj/Process_Manager.o .obj/Process_Manager.so .shobj/Process_Manager.o .shobj/Process_Manager.so: Process_Manager.cpp \
- Synch_T.h \
- pre.h \
- Event_Handler.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Event_Handler.i \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Process.h \
- SString.h \
- SString.i \
- Malloc_Base.h \
- Process.i \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Signal.i \
- Process_Manager.h \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Process_Manager.i
-
-.obj/Synch.o .obj/Synch.so .shobj/Synch.o .shobj/Synch.so: Synch.cpp Thread.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Thread.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/Synch_Options.o .obj/Synch_Options.so .shobj/Synch_Options.o .shobj/Synch_Options.so: Synch_Options.cpp \
- Synch_Options.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Synch_Options.i
-
-.obj/Thread.o .obj/Thread.so .shobj/Thread.o .shobj/Thread.so: Thread.cpp Thread.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Thread.i
-
-.obj/Thread_Manager.o .obj/Thread_Manager.so .shobj/Thread_Manager.o .shobj/Thread_Manager.so: Thread_Manager.cpp \
- Synch_T.h \
- pre.h \
- Event_Handler.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Event_Handler.i \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Thread_Manager.h \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Thread_Manager.i \
- Dynamic.h \
- Dynamic.i \
- Auto_Ptr.h \
- Auto_Ptr.i \
- Auto_Ptr.cpp
-
-.obj/Token.o .obj/Token.so .shobj/Token.o .shobj/Token.so: Token.cpp Thread.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Thread.i \
- Token.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Token.i
-
-.obj/Event_Handler.o .obj/Event_Handler.so .shobj/Event_Handler.o .shobj/Event_Handler.so: Event_Handler.cpp \
- Event_Handler.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Event_Handler.i \
- Message_Block.h \
- Malloc.h \
- Malloc_Base.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Message_Block.i \
- Message_Block_T.h \
- Message_Block_T.i \
- Message_Block_T.cpp \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Thread_Manager.h \
- Thread_Manager.i
-
-.obj/FlReactor.o .obj/FlReactor.so .shobj/FlReactor.o .shobj/FlReactor.so: FlReactor.cpp \
- FlReactor.h \
- pre.h \
- Select_Reactor.h \
- Select_Reactor_T.h \
- Select_Reactor_Base.h \
- Signal.h \
- Synch.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Signal.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Handle_Set.h \
- Handle_Set.i \
- Token.h \
- Token.i \
- Pipe.h \
- Pipe.i \
- Reactor_Impl.h \
- Select_Reactor_Base.i \
- Reactor.h \
- Reactor.i \
- Select_Reactor_T.cpp \
- Timer_Heap.h \
- Timer_Heap_T.h \
- Timer_Heap_T.cpp \
- Select_Reactor_T.i
-
-.obj/Handle_Set.o .obj/Handle_Set.so .shobj/Handle_Set.o .shobj/Handle_Set.so: Handle_Set.cpp \
- Handle_Set.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Handle_Set.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/Msg_WFMO_Reactor.o .obj/Msg_WFMO_Reactor.so .shobj/Msg_WFMO_Reactor.o .shobj/Msg_WFMO_Reactor.so: Msg_WFMO_Reactor.cpp \
- Msg_WFMO_Reactor.h \
- pre.h \
- WFMO_Reactor.h \
- Signal.h \
- Synch.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Signal.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor_Impl.h \
- Message_Queue.h \
- Message_Block.h \
- Message_Block.i \
- Message_Block_T.h \
- Message_Block_T.i \
- Message_Block_T.cpp \
- IO_Cntl_Msg.h \
- Message_Queue_T.h \
- Message_Queue_T.i \
- Message_Queue_T.cpp \
- Strategies.h \
- Strategies_T.h \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Reactor.i \
- Svc_Conf_Tokens.h \
- Synch_Options.h \
- Synch_Options.i \
- Thread_Manager.h \
- Thread_Manager.i \
- Hash_Map_Manager.h \
- Functor.h \
- Functor.i \
- Functor_T.h \
- Functor_T.i \
- Functor_T.cpp \
- Hash_Map_Manager_T.h \
- Hash_Map_Manager_T.i \
- Hash_Map_Manager_T.cpp \
- Strategies_T.i \
- Strategies_T.cpp \
- Service_Repository.h \
- Service_Types.h \
- Service_Types.i \
- Service_Repository.i \
- Strategies.i \
- Message_Queue.i \
- WFMO_Reactor.i \
- Msg_WFMO_Reactor.i
-
-.obj/POSIX_Proactor.o .obj/POSIX_Proactor.so .shobj/POSIX_Proactor.o .shobj/POSIX_Proactor.so: POSIX_Proactor.cpp \
- POSIX_Proactor.h \
- Proactor_Impl.h \
- pre.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i
-
-.obj/Priority_Reactor.o .obj/Priority_Reactor.so .shobj/Priority_Reactor.o .shobj/Priority_Reactor.so: Priority_Reactor.cpp \
- Priority_Reactor.h \
- pre.h \
- Containers.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- ACE.h \
- ACE.i \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Select_Reactor.h \
- Select_Reactor_T.h \
- Select_Reactor_Base.h \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Handle_Set.h \
- Handle_Set.i \
- Token.h \
- Token.i \
- Pipe.h \
- Pipe.i \
- Reactor_Impl.h \
- Select_Reactor_Base.i \
- Reactor.h \
- Reactor.i \
- Select_Reactor_T.cpp \
- Timer_Heap.h \
- Timer_Heap_T.h \
- Timer_Heap_T.cpp \
- Select_Reactor_T.i
-
-.obj/Proactor.o .obj/Proactor.so .shobj/Proactor.o .shobj/Proactor.so: Proactor.cpp \
- Proactor.h \
- pre.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Proactor_Impl.h \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Task_T.h \
- Message_Queue.h \
- Message_Block.h \
- ACE.h \
- ACE.i \
- Malloc.h \
- Malloc_Base.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Message_Block.i \
- Message_Block_T.h \
- Message_Block_T.i \
- Message_Block_T.cpp \
- IO_Cntl_Msg.h \
- Message_Queue_T.h \
- Message_Queue_T.i \
- Message_Queue_T.cpp \
- Strategies.h \
- Strategies_T.h \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Synch_Options.h \
- Synch_Options.i \
- Thread_Manager.h \
- Thread_Manager.i \
- Hash_Map_Manager.h \
- Functor.h \
- Functor.i \
- Functor_T.h \
- Functor_T.i \
- Functor_T.cpp \
- Hash_Map_Manager_T.h \
- Hash_Map_Manager_T.i \
- Hash_Map_Manager_T.cpp \
- Strategies_T.i \
- Strategies_T.cpp \
- Service_Repository.h \
- Service_Types.h \
- Service_Types.i \
- Service_Repository.i \
- WFMO_Reactor.h \
- WFMO_Reactor.i \
- Strategies.i \
- Message_Queue.i \
- Task.h \
- Task.i \
- Task_T.i \
- Task_T.cpp \
- Module.h \
- Module.i \
- Module.cpp \
- Stream_Modules.h \
- Stream_Modules.cpp
-
-.obj/Reactor.o .obj/Reactor.so .shobj/Reactor.o .shobj/Reactor.so: Reactor.cpp \
- Reactor.h \
- pre.h \
- Handle_Set.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Handle_Set.i \
- Timer_Queue.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Timer_Queue_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Signal.h \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Signal.i \
- Reactor.i \
- Reactor_Impl.h \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Svc_Conf_Tokens.h \
- WFMO_Reactor.h \
- Message_Queue.h \
- Message_Block.h \
- Message_Block.i \
- Message_Block_T.h \
- Message_Block_T.i \
- Message_Block_T.cpp \
- IO_Cntl_Msg.h \
- Message_Queue_T.h \
- Message_Queue_T.i \
- Message_Queue_T.cpp \
- Strategies.h \
- Strategies_T.h \
- Synch_Options.h \
- Synch_Options.i \
- Thread_Manager.h \
- Thread_Manager.i \
- Hash_Map_Manager.h \
- Functor.h \
- Functor.i \
- Functor_T.h \
- Functor_T.i \
- Functor_T.cpp \
- Hash_Map_Manager_T.h \
- Hash_Map_Manager_T.i \
- Hash_Map_Manager_T.cpp \
- Strategies_T.i \
- Strategies_T.cpp \
- Service_Repository.h \
- Service_Types.h \
- Service_Types.i \
- Service_Repository.i \
- Strategies.i \
- Message_Queue.i \
- WFMO_Reactor.i \
- Msg_WFMO_Reactor.h \
- Msg_WFMO_Reactor.i \
- Select_Reactor.h \
- Select_Reactor_T.h \
- Select_Reactor_Base.h \
- Token.h \
- Token.i \
- Pipe.h \
- Pipe.i \
- Select_Reactor_Base.i \
- Select_Reactor_T.cpp \
- Timer_Heap.h \
- Timer_Heap_T.h \
- Timer_Heap_T.cpp \
- Select_Reactor_T.i \
- TP_Reactor.h \
- TP_Reactor.i
-
-.obj/Select_Reactor.o .obj/Select_Reactor.so .shobj/Select_Reactor.o .shobj/Select_Reactor.so: Select_Reactor.cpp \
- Select_Reactor.h \
- pre.h \
- Select_Reactor_T.h \
- Select_Reactor_Base.h \
- Signal.h \
- Synch.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Signal.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Handle_Set.h \
- Handle_Set.i \
- Token.h \
- Token.i \
- Pipe.h \
- Pipe.i \
- Reactor_Impl.h \
- Select_Reactor_Base.i \
- Reactor.h \
- Reactor.i \
- Select_Reactor_T.cpp \
- Timer_Heap.h \
- Timer_Heap_T.h \
- Timer_Heap_T.cpp \
- Select_Reactor_T.i
-
-.obj/Select_Reactor_Base.o .obj/Select_Reactor_Base.so .shobj/Select_Reactor_Base.o .shobj/Select_Reactor_Base.so: Select_Reactor_Base.cpp \
- Select_Reactor_Base.h \
- pre.h \
- Signal.h \
- Synch.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Signal.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Handle_Set.h \
- Handle_Set.i \
- Token.h \
- Token.i \
- Pipe.h \
- Pipe.i \
- Reactor_Impl.h \
- Select_Reactor_Base.i \
- Reactor.h \
- Reactor.i \
- SOCK_Acceptor.h \
- SOCK_Stream.h \
- SOCK_IO.h \
- SOCK.h \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- SOCK_IO.i \
- SOCK_Stream.i \
- Time_Value.h \
- SOCK_Acceptor.i \
- SOCK_Connector.h \
- SOCK_Connector.i \
- Timer_Heap.h \
- Timer_Heap_T.h \
- Timer_Heap_T.cpp
-
-.obj/SUN_Proactor.o .obj/SUN_Proactor.so .shobj/SUN_Proactor.o .shobj/SUN_Proactor.so: SUN_Proactor.cpp \
- SUN_Proactor.h \
- POSIX_Proactor.h \
- Proactor_Impl.h \
- pre.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i
-
-.obj/TP_Reactor.o .obj/TP_Reactor.so .shobj/TP_Reactor.o .shobj/TP_Reactor.so: TP_Reactor.cpp \
- TP_Reactor.h \
- pre.h \
- Select_Reactor.h \
- Select_Reactor_T.h \
- Select_Reactor_Base.h \
- Signal.h \
- Synch.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Signal.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Handle_Set.h \
- Handle_Set.i \
- Token.h \
- Token.i \
- Pipe.h \
- Pipe.i \
- Reactor_Impl.h \
- Select_Reactor_Base.i \
- Reactor.h \
- Reactor.i \
- Select_Reactor_T.cpp \
- Timer_Heap.h \
- Timer_Heap_T.h \
- Timer_Heap_T.cpp \
- Select_Reactor_T.i \
- TP_Reactor.i
-
-.obj/TkReactor.o .obj/TkReactor.so .shobj/TkReactor.o .shobj/TkReactor.so: TkReactor.cpp \
- Synch_T.h \
- pre.h \
- Event_Handler.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Event_Handler.i \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- SOCK_Acceptor.h \
- SOCK_Stream.h \
- SOCK_IO.h \
- SOCK.h \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- SOCK_IO.i \
- SOCK_Stream.i \
- Time_Value.h \
- SOCK_Acceptor.i \
- SOCK_Connector.h \
- SOCK_Connector.i \
- TkReactor.h \
- Select_Reactor.h \
- Select_Reactor_T.h \
- Select_Reactor_Base.h \
- Signal.h \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Signal.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Handle_Set.h \
- Handle_Set.i \
- Token.h \
- Token.i \
- Pipe.h \
- Pipe.i \
- Reactor_Impl.h \
- Select_Reactor_Base.i \
- Reactor.h \
- Reactor.i \
- Select_Reactor_T.cpp \
- Timer_Heap.h \
- Timer_Heap_T.h \
- Timer_Heap_T.cpp \
- Select_Reactor_T.i
-
-.obj/WFMO_Reactor.o .obj/WFMO_Reactor.so .shobj/WFMO_Reactor.o .shobj/WFMO_Reactor.so: WFMO_Reactor.cpp \
- WFMO_Reactor.h \
- pre.h \
- Signal.h \
- Synch.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Signal.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor_Impl.h \
- Message_Queue.h \
- Message_Block.h \
- Message_Block.i \
- Message_Block_T.h \
- Message_Block_T.i \
- Message_Block_T.cpp \
- IO_Cntl_Msg.h \
- Message_Queue_T.h \
- Message_Queue_T.i \
- Message_Queue_T.cpp \
- Strategies.h \
- Strategies_T.h \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Reactor.i \
- Svc_Conf_Tokens.h \
- Synch_Options.h \
- Synch_Options.i \
- Thread_Manager.h \
- Thread_Manager.i \
- Hash_Map_Manager.h \
- Functor.h \
- Functor.i \
- Functor_T.h \
- Functor_T.i \
- Functor_T.cpp \
- Hash_Map_Manager_T.h \
- Hash_Map_Manager_T.i \
- Hash_Map_Manager_T.cpp \
- Strategies_T.i \
- Strategies_T.cpp \
- Service_Repository.h \
- Service_Types.h \
- Service_Types.i \
- Service_Repository.i \
- Strategies.i \
- Message_Queue.i \
- WFMO_Reactor.i \
- Timer_Heap.h \
- Timer_Heap_T.h \
- Timer_Heap_T.cpp
-
-.obj/XtReactor.o .obj/XtReactor.so .shobj/XtReactor.o .shobj/XtReactor.so: XtReactor.cpp \
- Synch_T.h \
- pre.h \
- Event_Handler.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Event_Handler.i \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- SOCK_Acceptor.h \
- SOCK_Stream.h \
- SOCK_IO.h \
- SOCK.h \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- SOCK_IO.i \
- SOCK_Stream.i \
- Time_Value.h \
- SOCK_Acceptor.i \
- SOCK_Connector.h \
- SOCK_Connector.i \
- XtReactor.h \
- Select_Reactor.h \
- Select_Reactor_T.h \
- Select_Reactor_Base.h \
- Signal.h \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Signal.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Handle_Set.h \
- Handle_Set.i \
- Token.h \
- Token.i \
- Pipe.h \
- Pipe.i \
- Reactor_Impl.h \
- Select_Reactor_Base.i \
- Reactor.h \
- Reactor.i \
- Select_Reactor_T.cpp \
- Timer_Heap.h \
- Timer_Heap_T.h \
- Timer_Heap_T.cpp \
- Select_Reactor_T.i
-
-.obj/QtReactor.o .obj/QtReactor.so .shobj/QtReactor.o .shobj/QtReactor.so: QtReactor.cpp \
- QtReactor.h \
- pre.h \
- Select_Reactor.h \
- Select_Reactor_T.h \
- Select_Reactor_Base.h \
- Signal.h \
- Synch.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Signal.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Handle_Set.h \
- Handle_Set.i \
- Token.h \
- Token.i \
- Pipe.h \
- Pipe.i \
- Reactor_Impl.h \
- Select_Reactor_Base.i \
- Reactor.h \
- Reactor.i \
- Select_Reactor_T.cpp \
- Timer_Heap.h \
- Timer_Heap_T.h \
- Timer_Heap_T.cpp \
- Select_Reactor_T.i
-
-.obj/Asynch_IO.o .obj/Asynch_IO.so .shobj/Asynch_IO.o .shobj/Asynch_IO.so: Asynch_IO.cpp \
- Asynch_IO.h \
- pre.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i
-
-.obj/Asynch_IO_Impl.o .obj/Asynch_IO_Impl.so .shobj/Asynch_IO_Impl.o .shobj/Asynch_IO_Impl.so: Asynch_IO_Impl.cpp \
- OS.h \
- pre.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Asynch_IO_Impl.h
-
-.obj/POSIX_Asynch_IO.o .obj/POSIX_Asynch_IO.so .shobj/POSIX_Asynch_IO.o .shobj/POSIX_Asynch_IO.so: POSIX_Asynch_IO.cpp \
- POSIX_Asynch_IO.h \
- OS.h \
- pre.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i
-
-.obj/Strategies.o .obj/Strategies.so .shobj/Strategies.o .shobj/Strategies.so: Strategies.cpp \
- Reactor.h \
- pre.h \
- Handle_Set.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Handle_Set.i \
- Timer_Queue.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Timer_Queue_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Signal.h \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Signal.i \
- Reactor.i \
- Reactor_Impl.h \
- Strategies.h \
- Strategies_T.h \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Svc_Conf_Tokens.h \
- Synch_Options.h \
- Synch_Options.i \
- Thread_Manager.h \
- Thread_Manager.i \
- Hash_Map_Manager.h \
- Functor.h \
- Functor.i \
- Functor_T.h \
- Functor_T.i \
- Functor_T.cpp \
- Hash_Map_Manager_T.h \
- Hash_Map_Manager_T.i \
- Hash_Map_Manager_T.cpp \
- Strategies_T.i \
- Strategies_T.cpp \
- Service_Repository.h \
- Service_Types.h \
- Service_Types.i \
- Service_Repository.i \
- WFMO_Reactor.h \
- Message_Queue.h \
- Message_Block.h \
- Message_Block.i \
- Message_Block_T.h \
- Message_Block_T.i \
- Message_Block_T.cpp \
- IO_Cntl_Msg.h \
- Message_Queue_T.h \
- Message_Queue_T.i \
- Message_Queue_T.cpp \
- Message_Queue.i \
- WFMO_Reactor.i \
- Strategies.i
-
-.obj/IPC_SAP.o .obj/IPC_SAP.so .shobj/IPC_SAP.o .shobj/IPC_SAP.so: IPC_SAP.cpp \
- IPC_SAP.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- IPC_SAP.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/LSOCK.o .obj/LSOCK.so .shobj/LSOCK.o .shobj/LSOCK.so: LSOCK.cpp LSOCK.h \
- pre.h \
- SOCK.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- LSOCK.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/LSOCK_Acceptor.o .obj/LSOCK_Acceptor.so .shobj/LSOCK_Acceptor.o .shobj/LSOCK_Acceptor.so: LSOCK_Acceptor.cpp \
- LSOCK_Acceptor.h \
- pre.h \
- SOCK_Acceptor.h \
- SOCK_Stream.h \
- SOCK_IO.h \
- SOCK.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- SOCK_IO.i \
- SOCK_Stream.i \
- Time_Value.h \
- SOCK_Acceptor.i \
- UNIX_Addr.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- UNIX_Addr.i \
- LSOCK_Stream.h \
- LSOCK.h \
- LSOCK.i \
- LSOCK_Stream.i
-
-.obj/LSOCK_CODgram.o .obj/LSOCK_CODgram.so .shobj/LSOCK_CODgram.o .shobj/LSOCK_CODgram.so: LSOCK_CODgram.cpp \
- LSOCK_CODgram.h \
- pre.h \
- LSOCK.h \
- SOCK.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- LSOCK.i \
- SOCK_CODgram.h \
- SOCK_IO.h \
- SOCK_IO.i \
- SOCK_CODgram.i \
- LSOCK_CODgram.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/LSOCK_Connector.o .obj/LSOCK_Connector.so .shobj/LSOCK_Connector.o .shobj/LSOCK_Connector.so: LSOCK_Connector.cpp \
- LSOCK_Connector.h \
- pre.h \
- SOCK_Connector.h \
- SOCK_Stream.h \
- SOCK_IO.h \
- SOCK.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- SOCK_IO.i \
- SOCK_Stream.i \
- Time_Value.h \
- SOCK_Connector.i \
- LSOCK_Stream.h \
- UNIX_Addr.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- UNIX_Addr.i \
- LSOCK.h \
- LSOCK.i \
- LSOCK_Stream.i \
- LSOCK_Connector.i
-
-.obj/LSOCK_Dgram.o .obj/LSOCK_Dgram.so .shobj/LSOCK_Dgram.o .shobj/LSOCK_Dgram.so: LSOCK_Dgram.cpp \
- LSOCK_Dgram.h \
- pre.h \
- SOCK_Dgram.h \
- SOCK.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- SOCK_Dgram.i \
- LSOCK.h \
- LSOCK.i \
- LSOCK_Dgram.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/LSOCK_Stream.o .obj/LSOCK_Stream.so .shobj/LSOCK_Stream.o .shobj/LSOCK_Stream.so: LSOCK_Stream.cpp \
- LSOCK_Stream.h \
- pre.h \
- SOCK_Stream.h \
- SOCK_IO.h \
- SOCK.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- SOCK_IO.i \
- SOCK_Stream.i \
- UNIX_Addr.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- UNIX_Addr.i \
- LSOCK.h \
- LSOCK.i \
- LSOCK_Stream.i
-
-.obj/SOCK.o .obj/SOCK.so .shobj/SOCK.o .shobj/SOCK.so: SOCK.cpp SOCK.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/SOCK_Acceptor.o .obj/SOCK_Acceptor.so .shobj/SOCK_Acceptor.o .shobj/SOCK_Acceptor.so: SOCK_Acceptor.cpp \
- SOCK_Acceptor.h \
- pre.h \
- SOCK_Stream.h \
- SOCK_IO.h \
- SOCK.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- SOCK_IO.i \
- SOCK_Stream.i \
- Time_Value.h \
- SOCK_Acceptor.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp
-
-.obj/SOCK_CODgram.o .obj/SOCK_CODgram.so .shobj/SOCK_CODgram.o .shobj/SOCK_CODgram.so: SOCK_CODgram.cpp \
- SOCK_CODgram.h \
- pre.h \
- SOCK_IO.h \
- SOCK.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- SOCK_IO.i \
- SOCK_CODgram.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/SOCK_Connector.o .obj/SOCK_Connector.so .shobj/SOCK_Connector.o .shobj/SOCK_Connector.so: SOCK_Connector.cpp \
- SOCK_Connector.h \
- pre.h \
- SOCK_Stream.h \
- SOCK_IO.h \
- SOCK.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- SOCK_IO.i \
- SOCK_Stream.i \
- Time_Value.h \
- SOCK_Connector.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/SOCK_Dgram.o .obj/SOCK_Dgram.so .shobj/SOCK_Dgram.o .shobj/SOCK_Dgram.so: SOCK_Dgram.cpp \
- SOCK_Dgram.h \
- pre.h \
- SOCK.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- SOCK_Dgram.i \
- Handle_Set.h \
- Handle_Set.i \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/SOCK_Dgram_Bcast.o .obj/SOCK_Dgram_Bcast.so .shobj/SOCK_Dgram_Bcast.o .shobj/SOCK_Dgram_Bcast.so: SOCK_Dgram_Bcast.cpp \
- SOCK_Dgram_Bcast.h \
- pre.h \
- INET_Addr.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- INET_Addr.i \
- SOCK_Dgram.h \
- SOCK.h \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- SOCK.i \
- SOCK_Dgram.i \
- SOCK_Dgram_Bcast.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/SOCK_Dgram_Mcast.o .obj/SOCK_Dgram_Mcast.so .shobj/SOCK_Dgram_Mcast.o .shobj/SOCK_Dgram_Mcast.so: SOCK_Dgram_Mcast.cpp \
- SOCK_Dgram_Mcast.h \
- pre.h \
- SOCK_Dgram.h \
- SOCK.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- SOCK_Dgram.i \
- SOCK_Dgram_Mcast.i
-
-.obj/SOCK_Dgram_Mcast_QoS.o .obj/SOCK_Dgram_Mcast_QoS.so .shobj/SOCK_Dgram_Mcast_QoS.o .shobj/SOCK_Dgram_Mcast_QoS.so: SOCK_Dgram_Mcast_QoS.cpp \
- SOCK_Dgram_Mcast_QoS.h \
- pre.h \
- SOCK_Dgram_Mcast.h \
- SOCK_Dgram.h \
- SOCK.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- SOCK_Dgram.i \
- SOCK_Dgram_Mcast.i \
- SOCK_Dgram_Mcast_QoS.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/SOCK_IO.o .obj/SOCK_IO.so .shobj/SOCK_IO.o .shobj/SOCK_IO.so: SOCK_IO.cpp \
- SOCK_IO.h \
- pre.h \
- SOCK.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- SOCK_IO.i \
- Handle_Set.h \
- Handle_Set.i
-
-.obj/SOCK_Stream.o .obj/SOCK_Stream.so .shobj/SOCK_Stream.o .shobj/SOCK_Stream.so: SOCK_Stream.cpp \
- SOCK_Stream.h \
- pre.h \
- SOCK_IO.h \
- SOCK.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- SOCK_IO.i \
- SOCK_Stream.i
-
-.obj/Addr.o .obj/Addr.so .shobj/Addr.o .shobj/Addr.so: Addr.cpp Addr.h \
- pre.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Addr.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/ATM_Addr.o .obj/ATM_Addr.so .shobj/ATM_Addr.o .shobj/ATM_Addr.so: ATM_Addr.cpp \
- ATM_Addr.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- ATM_Addr.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/ATM_Acceptor.o .obj/ATM_Acceptor.so .shobj/ATM_Acceptor.o .shobj/ATM_Acceptor.so: ATM_Acceptor.cpp \
- ATM_Acceptor.h \
- pre.h \
- Time_Value.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ATM_Stream.h \
- ATM_Addr.h \
- ACE.h \
- ACE.i \
- Addr.h \
- Addr.i \
- ATM_Addr.i \
- ATM_Params.h \
- ATM_QoS.h
-
-.obj/ATM_Connector.o .obj/ATM_Connector.so .shobj/ATM_Connector.o .shobj/ATM_Connector.so: ATM_Connector.cpp \
- Handle_Set.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Handle_Set.i \
- ATM_Connector.h \
- ATM_Stream.h \
- ATM_Addr.h \
- Addr.h \
- Addr.i \
- ATM_Addr.i \
- ATM_Params.h \
- ATM_QoS.h
-
-.obj/ATM_Params.o .obj/ATM_Params.so .shobj/ATM_Params.o .shobj/ATM_Params.so: ATM_Params.cpp \
- ATM_Params.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i
-
-.obj/ATM_QoS.o .obj/ATM_QoS.so .shobj/ATM_QoS.o .shobj/ATM_QoS.so: ATM_QoS.cpp \
- ATM_QoS.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i
-
-.obj/ATM_Stream.o .obj/ATM_Stream.so .shobj/ATM_Stream.o .shobj/ATM_Stream.so: ATM_Stream.cpp \
- ATM_Stream.h \
- pre.h \
- ATM_Addr.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- ATM_Addr.i \
- ATM_Params.h
-
-.obj/XTI_ATM_Mcast.o .obj/XTI_ATM_Mcast.so .shobj/XTI_ATM_Mcast.o .shobj/XTI_ATM_Mcast.so: XTI_ATM_Mcast.cpp \
- XTI_ATM_Mcast.h \
- pre.h \
- TLI_Connector.h \
- TLI_Stream.h \
- TLI.h \
- IPC_SAP.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- IPC_SAP.i \
- Addr.h \
- Addr.i \
- INET_Addr.h \
- INET_Addr.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- ATM_Addr.h \
- ATM_Addr.i
-
-.obj/DEV.o .obj/DEV.so .shobj/DEV.o .shobj/DEV.so: DEV.cpp DEV.h \
- pre.h \
- IO_SAP.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- IO_SAP.i \
- DEV_Addr.h \
- Addr.h \
- Addr.i \
- DEV_Addr.i \
- SString.h \
- SString.i \
- Malloc_Base.h \
- DEV.i
-
-.obj/DEV_Addr.o .obj/DEV_Addr.so .shobj/DEV_Addr.o .shobj/DEV_Addr.so: DEV_Addr.cpp \
- DEV_Addr.h \
- pre.h \
- Addr.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Addr.i \
- ACE.h \
- ACE.i \
- DEV_Addr.i \
- SString.h \
- SString.i \
- Malloc_Base.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/DEV_Connector.o .obj/DEV_Connector.so .shobj/DEV_Connector.o .shobj/DEV_Connector.so: DEV_Connector.cpp \
- DEV_Connector.h \
- pre.h \
- DEV_IO.h \
- DEV.h \
- IO_SAP.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- IO_SAP.i \
- DEV_Addr.h \
- Addr.h \
- Addr.i \
- DEV_Addr.i \
- SString.h \
- SString.i \
- Malloc_Base.h \
- DEV.i \
- DEV_IO.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- DEV_Connector.i
-
-.obj/DEV_IO.o .obj/DEV_IO.so .shobj/DEV_IO.o .shobj/DEV_IO.so: DEV_IO.cpp DEV_IO.h \
- pre.h \
- DEV.h \
- IO_SAP.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- IO_SAP.i \
- DEV_Addr.h \
- Addr.h \
- Addr.i \
- DEV_Addr.i \
- SString.h \
- SString.i \
- Malloc_Base.h \
- DEV.i \
- DEV_IO.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/FIFO.o .obj/FIFO.so .shobj/FIFO.o .shobj/FIFO.so: FIFO.cpp FIFO.h \
- pre.h \
- IPC_SAP.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- IPC_SAP.i \
- FIFO.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/FIFO_Recv.o .obj/FIFO_Recv.so .shobj/FIFO_Recv.o .shobj/FIFO_Recv.so: FIFO_Recv.cpp \
- FIFO_Recv.h \
- pre.h \
- FIFO.h \
- IPC_SAP.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- IPC_SAP.i \
- FIFO.i \
- FIFO_Recv.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/FIFO_Recv_Msg.o .obj/FIFO_Recv_Msg.so .shobj/FIFO_Recv_Msg.o .shobj/FIFO_Recv_Msg.so: FIFO_Recv_Msg.cpp \
- FIFO_Recv_Msg.h \
- pre.h \
- FIFO_Recv.h \
- FIFO.h \
- IPC_SAP.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- IPC_SAP.i \
- FIFO.i \
- FIFO_Recv.i \
- FIFO_Recv_Msg.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/FIFO_Send.o .obj/FIFO_Send.so .shobj/FIFO_Send.o .shobj/FIFO_Send.so: FIFO_Send.cpp \
- FIFO_Send.h \
- pre.h \
- FIFO.h \
- IPC_SAP.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- IPC_SAP.i \
- FIFO.i \
- FIFO_Send.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/FIFO_Send_Msg.o .obj/FIFO_Send_Msg.so .shobj/FIFO_Send_Msg.o .shobj/FIFO_Send_Msg.so: FIFO_Send_Msg.cpp \
- FIFO_Send_Msg.h \
- pre.h \
- FIFO_Send.h \
- FIFO.h \
- IPC_SAP.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- IPC_SAP.i \
- FIFO.i \
- FIFO_Send.i \
- FIFO_Send_Msg.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/FILE_Addr.o .obj/FILE_Addr.so .shobj/FILE_Addr.o .shobj/FILE_Addr.so: FILE_Addr.cpp \
- FILE_Addr.h \
- pre.h \
- Addr.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Addr.i \
- ACE.h \
- ACE.i \
- FILE_Addr.i \
- SString.h \
- SString.i \
- Malloc_Base.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/FILE.o .obj/FILE.so .shobj/FILE.o .shobj/FILE.so: FILE.cpp FILE.h \
- pre.h \
- IO_SAP.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- IO_SAP.i \
- FILE_Addr.h \
- Addr.h \
- Addr.i \
- FILE_Addr.i \
- SString.h \
- SString.i \
- Malloc_Base.h \
- FILE.i
-
-.obj/FILE_Connector.o .obj/FILE_Connector.so .shobj/FILE_Connector.o .shobj/FILE_Connector.so: FILE_Connector.cpp \
- FILE_Connector.h \
- pre.h \
- FILE_IO.h \
- FILE.h \
- IO_SAP.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- IO_SAP.i \
- FILE_Addr.h \
- Addr.h \
- Addr.i \
- FILE_Addr.i \
- SString.h \
- SString.i \
- Malloc_Base.h \
- FILE.i \
- FILE_IO.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- FILE_Connector.i
-
-.obj/FILE_IO.o .obj/FILE_IO.so .shobj/FILE_IO.o .shobj/FILE_IO.so: FILE_IO.cpp \
- FILE_IO.h \
- pre.h \
- FILE.h \
- IO_SAP.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- IO_SAP.i \
- FILE_Addr.h \
- Addr.h \
- Addr.i \
- FILE_Addr.i \
- SString.h \
- SString.i \
- Malloc_Base.h \
- FILE.i \
- FILE_IO.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/INET_Addr.o .obj/INET_Addr.so .shobj/INET_Addr.o .shobj/INET_Addr.so: INET_Addr.cpp \
- INET_Addr.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- INET_Addr.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/IO_SAP.o .obj/IO_SAP.so .shobj/IO_SAP.o .shobj/IO_SAP.so: IO_SAP.cpp IO_SAP.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- IO_SAP.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/IOStream.o .obj/IOStream.so .shobj/IOStream.o .shobj/IOStream.so: IOStream.cpp \
- IOStream.h \
- pre.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- INET_Addr.h \
- ACE.h \
- ACE.i \
- Addr.h \
- Addr.i \
- INET_Addr.i \
- Handle_Set.h \
- Handle_Set.i \
- IOStream_T.h \
- IOStream_T.i \
- IOStream_T.cpp
-
-.obj/Pipe.o .obj/Pipe.so .shobj/Pipe.o .shobj/Pipe.so: Pipe.cpp Pipe.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Pipe.i \
- SOCK_Acceptor.h \
- SOCK_Stream.h \
- SOCK_IO.h \
- SOCK.h \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- SOCK_IO.i \
- SOCK_Stream.i \
- Time_Value.h \
- SOCK_Acceptor.i \
- SOCK_Connector.h \
- SOCK_Connector.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/Signal.o .obj/Signal.so .shobj/Signal.o .shobj/Signal.so: Signal.cpp Synch_T.h \
- pre.h \
- Event_Handler.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Event_Handler.i \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Signal.h \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Signal.i
-
-.obj/SPIPE_Addr.o .obj/SPIPE_Addr.so .shobj/SPIPE_Addr.o .shobj/SPIPE_Addr.so: SPIPE_Addr.cpp \
- SPIPE_Addr.h \
- pre.h \
- Addr.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Addr.i \
- ACE.h \
- ACE.i \
- SPIPE_Addr.i \
- SString.h \
- SString.i \
- Malloc_Base.h
-
-.obj/SPIPE.o .obj/SPIPE.so .shobj/SPIPE.o .shobj/SPIPE.so: SPIPE.cpp SPIPE.h \
- pre.h \
- IPC_SAP.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- IPC_SAP.i \
- SPIPE_Addr.h \
- Addr.h \
- Addr.i \
- SPIPE_Addr.i \
- SString.h \
- SString.i \
- Malloc_Base.h \
- SPIPE.i
-
-.obj/SPIPE_Acceptor.o .obj/SPIPE_Acceptor.so .shobj/SPIPE_Acceptor.o .shobj/SPIPE_Acceptor.so: SPIPE_Acceptor.cpp \
- SPIPE_Acceptor.h \
- pre.h \
- SPIPE_Stream.h \
- SPIPE.h \
- IPC_SAP.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- IPC_SAP.i \
- SPIPE_Addr.h \
- Addr.h \
- Addr.i \
- SPIPE_Addr.i \
- SString.h \
- SString.i \
- Malloc_Base.h \
- SPIPE.i \
- SPIPE_Stream.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/SPIPE_Connector.o .obj/SPIPE_Connector.so .shobj/SPIPE_Connector.o .shobj/SPIPE_Connector.so: SPIPE_Connector.cpp \
- SPIPE_Connector.h \
- pre.h \
- SPIPE_Stream.h \
- SPIPE.h \
- IPC_SAP.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- IPC_SAP.i \
- SPIPE_Addr.h \
- Addr.h \
- Addr.i \
- SPIPE_Addr.i \
- SString.h \
- SString.i \
- Malloc_Base.h \
- SPIPE.i \
- SPIPE_Stream.i \
- SPIPE_Connector.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/SPIPE_Stream.o .obj/SPIPE_Stream.so .shobj/SPIPE_Stream.o .shobj/SPIPE_Stream.so: SPIPE_Stream.cpp \
- SPIPE_Stream.h \
- pre.h \
- SPIPE.h \
- IPC_SAP.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- IPC_SAP.i \
- SPIPE_Addr.h \
- Addr.h \
- Addr.i \
- SPIPE_Addr.i \
- SString.h \
- SString.i \
- Malloc_Base.h \
- SPIPE.i \
- SPIPE_Stream.i
-
-.obj/SV_Message.o .obj/SV_Message.so .shobj/SV_Message.o .shobj/SV_Message.so: SV_Message.cpp \
- SV_Message.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- SV_Message.i
-
-.obj/SV_Message_Queue.o .obj/SV_Message_Queue.so .shobj/SV_Message_Queue.o .shobj/SV_Message_Queue.so: SV_Message_Queue.cpp \
- SV_Message_Queue.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- SV_Message.h \
- SV_Message.i \
- SV_Message_Queue.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/SV_Semaphore_Complex.o .obj/SV_Semaphore_Complex.so .shobj/SV_Semaphore_Complex.o .shobj/SV_Semaphore_Complex.so: SV_Semaphore_Complex.cpp \
- SV_Semaphore_Complex.h \
- pre.h \
- SV_Semaphore_Simple.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/SV_Semaphore_Simple.o .obj/SV_Semaphore_Simple.so .shobj/SV_Semaphore_Simple.o .shobj/SV_Semaphore_Simple.so: SV_Semaphore_Simple.cpp \
- SV_Semaphore_Simple.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- SV_Semaphore_Simple.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/SV_Shared_Memory.o .obj/SV_Shared_Memory.so .shobj/SV_Shared_Memory.o .shobj/SV_Shared_Memory.so: SV_Shared_Memory.cpp \
- SV_Shared_Memory.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- SV_Shared_Memory.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/TLI.o .obj/TLI.so .shobj/TLI.o .shobj/TLI.so: TLI.cpp TLI.h \
- pre.h \
- IPC_SAP.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- IPC_SAP.i \
- Addr.h \
- Addr.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/TLI_Acceptor.o .obj/TLI_Acceptor.so .shobj/TLI_Acceptor.o .shobj/TLI_Acceptor.so: TLI_Acceptor.cpp \
- TLI_Acceptor.h \
- pre.h \
- TLI.h \
- IPC_SAP.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- IPC_SAP.i \
- Addr.h \
- Addr.i \
- Time_Value.h \
- TLI_Stream.h \
- INET_Addr.h \
- INET_Addr.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/TLI_Connector.o .obj/TLI_Connector.so .shobj/TLI_Connector.o .shobj/TLI_Connector.so: TLI_Connector.cpp \
- Handle_Set.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Handle_Set.i \
- TLI_Connector.h \
- TLI_Stream.h \
- TLI.h \
- IPC_SAP.h \
- IPC_SAP.i \
- Addr.h \
- Addr.i \
- INET_Addr.h \
- INET_Addr.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/TLI_Stream.o .obj/TLI_Stream.so .shobj/TLI_Stream.o .shobj/TLI_Stream.so: TLI_Stream.cpp \
- TLI_Stream.h \
- pre.h \
- TLI.h \
- IPC_SAP.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- IPC_SAP.i \
- Addr.h \
- Addr.i \
- INET_Addr.h \
- INET_Addr.i
-
-.obj/TTY_IO.o .obj/TTY_IO.so .shobj/TTY_IO.o .shobj/TTY_IO.so: TTY_IO.cpp TTY_IO.h \
- pre.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- DEV_Addr.h \
- Addr.h \
- Addr.i \
- ACE.h \
- ACE.i \
- DEV_Addr.i \
- SString.h \
- SString.i \
- Malloc_Base.h \
- DEV_Connector.h \
- DEV_IO.h \
- DEV.h \
- IO_SAP.h \
- IO_SAP.i \
- DEV.i \
- DEV_IO.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- DEV_Connector.i
-
-.obj/UNIX_Addr.o .obj/UNIX_Addr.so .shobj/UNIX_Addr.o .shobj/UNIX_Addr.so: UNIX_Addr.cpp \
- UNIX_Addr.h \
- pre.h \
- Addr.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Addr.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- ACE.h \
- ACE.i \
- UNIX_Addr.i
-
-.obj/UPIPE_Acceptor.o .obj/UPIPE_Acceptor.so .shobj/UPIPE_Acceptor.o .shobj/UPIPE_Acceptor.so: UPIPE_Acceptor.cpp \
- UPIPE_Acceptor.h \
- pre.h \
- UPIPE_Stream.h \
- Stream.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- IO_Cntl_Msg.h \
- Message_Block.h \
- Malloc.h \
- Malloc_Base.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Message_Block.i \
- Message_Block_T.h \
- Message_Block_T.i \
- Message_Block_T.cpp \
- Time_Value.h \
- Module.h \
- Task_T.h \
- Message_Queue.h \
- Message_Queue_T.h \
- Message_Queue_T.i \
- Message_Queue_T.cpp \
- Strategies.h \
- Strategies_T.h \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Synch_Options.h \
- Synch_Options.i \
- Thread_Manager.h \
- Thread_Manager.i \
- Hash_Map_Manager.h \
- Functor.h \
- Functor.i \
- Functor_T.h \
- Functor_T.i \
- Functor_T.cpp \
- Hash_Map_Manager_T.h \
- Hash_Map_Manager_T.i \
- Hash_Map_Manager_T.cpp \
- Strategies_T.i \
- Strategies_T.cpp \
- Service_Repository.h \
- Service_Types.h \
- Service_Types.i \
- Service_Repository.i \
- WFMO_Reactor.h \
- WFMO_Reactor.i \
- Strategies.i \
- Message_Queue.i \
- Task.h \
- Task.i \
- Task_T.i \
- Task_T.cpp \
- Module.i \
- Module.cpp \
- Stream_Modules.h \
- Stream_Modules.cpp \
- Stream.i \
- Stream.cpp \
- SPIPE.h \
- IPC_SAP.h \
- IPC_SAP.i \
- SPIPE_Addr.h \
- Addr.h \
- Addr.i \
- SPIPE_Addr.i \
- SPIPE.i \
- UPIPE_Addr.h \
- UPIPE_Stream.i \
- SPIPE_Acceptor.h \
- SPIPE_Stream.h \
- SPIPE_Stream.i \
- UPIPE_Acceptor.i
-
-.obj/UPIPE_Connector.o .obj/UPIPE_Connector.so .shobj/UPIPE_Connector.o .shobj/UPIPE_Connector.so: UPIPE_Connector.cpp \
- UPIPE_Connector.h \
- pre.h \
- UPIPE_Stream.h \
- Stream.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- IO_Cntl_Msg.h \
- Message_Block.h \
- Malloc.h \
- Malloc_Base.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Message_Block.i \
- Message_Block_T.h \
- Message_Block_T.i \
- Message_Block_T.cpp \
- Time_Value.h \
- Module.h \
- Task_T.h \
- Message_Queue.h \
- Message_Queue_T.h \
- Message_Queue_T.i \
- Message_Queue_T.cpp \
- Strategies.h \
- Strategies_T.h \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Synch_Options.h \
- Synch_Options.i \
- Thread_Manager.h \
- Thread_Manager.i \
- Hash_Map_Manager.h \
- Functor.h \
- Functor.i \
- Functor_T.h \
- Functor_T.i \
- Functor_T.cpp \
- Hash_Map_Manager_T.h \
- Hash_Map_Manager_T.i \
- Hash_Map_Manager_T.cpp \
- Strategies_T.i \
- Strategies_T.cpp \
- Service_Repository.h \
- Service_Types.h \
- Service_Types.i \
- Service_Repository.i \
- WFMO_Reactor.h \
- WFMO_Reactor.i \
- Strategies.i \
- Message_Queue.i \
- Task.h \
- Task.i \
- Task_T.i \
- Task_T.cpp \
- Module.i \
- Module.cpp \
- Stream_Modules.h \
- Stream_Modules.cpp \
- Stream.i \
- Stream.cpp \
- SPIPE.h \
- IPC_SAP.h \
- IPC_SAP.i \
- SPIPE_Addr.h \
- Addr.h \
- Addr.i \
- SPIPE_Addr.i \
- SPIPE.i \
- UPIPE_Addr.h \
- UPIPE_Stream.i \
- SPIPE_Stream.h \
- SPIPE_Stream.i \
- UPIPE_Connector.i
-
-.obj/UPIPE_Stream.o .obj/UPIPE_Stream.so .shobj/UPIPE_Stream.o .shobj/UPIPE_Stream.so: UPIPE_Stream.cpp \
- UPIPE_Stream.h \
- pre.h \
- Stream.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- IO_Cntl_Msg.h \
- Message_Block.h \
- Malloc.h \
- Malloc_Base.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Message_Block.i \
- Message_Block_T.h \
- Message_Block_T.i \
- Message_Block_T.cpp \
- Time_Value.h \
- Module.h \
- Task_T.h \
- Message_Queue.h \
- Message_Queue_T.h \
- Message_Queue_T.i \
- Message_Queue_T.cpp \
- Strategies.h \
- Strategies_T.h \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Synch_Options.h \
- Synch_Options.i \
- Thread_Manager.h \
- Thread_Manager.i \
- Hash_Map_Manager.h \
- Functor.h \
- Functor.i \
- Functor_T.h \
- Functor_T.i \
- Functor_T.cpp \
- Hash_Map_Manager_T.h \
- Hash_Map_Manager_T.i \
- Hash_Map_Manager_T.cpp \
- Strategies_T.i \
- Strategies_T.cpp \
- Service_Repository.h \
- Service_Types.h \
- Service_Types.i \
- Service_Repository.i \
- WFMO_Reactor.h \
- WFMO_Reactor.i \
- Strategies.i \
- Message_Queue.i \
- Task.h \
- Task.i \
- Task_T.i \
- Task_T.cpp \
- Module.i \
- Module.cpp \
- Stream_Modules.h \
- Stream_Modules.cpp \
- Stream.i \
- Stream.cpp \
- SPIPE.h \
- IPC_SAP.h \
- IPC_SAP.i \
- SPIPE_Addr.h \
- Addr.h \
- Addr.i \
- SPIPE_Addr.i \
- SPIPE.i \
- UPIPE_Addr.h \
- UPIPE_Stream.i
-
-.obj/MEM_Acceptor.o .obj/MEM_Acceptor.so .shobj/MEM_Acceptor.o .shobj/MEM_Acceptor.so: MEM_Acceptor.cpp \
- MEM_Acceptor.h \
- pre.h \
- SOCK_Acceptor.h \
- SOCK_Stream.h \
- SOCK_IO.h \
- SOCK.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- SOCK_IO.i \
- SOCK_Stream.i \
- Time_Value.h \
- SOCK_Acceptor.i \
- MEM_Stream.h \
- MEM_IO.h \
- MEM_SAP.h \
- Malloc.h \
- Malloc_Base.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- MEM_SAP.i \
- Message_Block.h \
- Message_Block.i \
- Message_Block_T.h \
- Message_Block_T.i \
- Message_Block_T.cpp \
- MEM_IO.i \
- MEM_Stream.i \
- MEM_Addr.h \
- MEM_Addr.i \
- MEM_Acceptor.i
-
-.obj/MEM_Addr.o .obj/MEM_Addr.so .shobj/MEM_Addr.o .shobj/MEM_Addr.so: MEM_Addr.cpp \
- MEM_Addr.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- INET_Addr.h \
- Addr.h \
- Addr.i \
- INET_Addr.i \
- MEM_Addr.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/MEM_Connector.o .obj/MEM_Connector.so .shobj/MEM_Connector.o .shobj/MEM_Connector.so: MEM_Connector.cpp \
- MEM_Connector.h \
- pre.h \
- SOCK_Connector.h \
- SOCK_Stream.h \
- SOCK_IO.h \
- SOCK.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- SOCK_IO.i \
- SOCK_Stream.i \
- Time_Value.h \
- SOCK_Connector.i \
- MEM_Stream.h \
- MEM_IO.h \
- MEM_SAP.h \
- Malloc.h \
- Malloc_Base.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- MEM_SAP.i \
- Message_Block.h \
- Message_Block.i \
- Message_Block_T.h \
- Message_Block_T.i \
- Message_Block_T.cpp \
- MEM_IO.i \
- MEM_Stream.i \
- MEM_Addr.h \
- MEM_Addr.i \
- MEM_Connector.i
-
-.obj/MEM_IO.o .obj/MEM_IO.so .shobj/MEM_IO.o .shobj/MEM_IO.so: MEM_IO.cpp MEM_IO.h \
- pre.h \
- SOCK.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- MEM_SAP.h \
- Malloc.h \
- Malloc_Base.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- MEM_SAP.i \
- Message_Block.h \
- Message_Block.i \
- Message_Block_T.h \
- Message_Block_T.i \
- Message_Block_T.cpp \
- MEM_IO.i \
- Handle_Set.h \
- Handle_Set.i
-
-.obj/MEM_SAP.o .obj/MEM_SAP.so .shobj/MEM_SAP.o .shobj/MEM_SAP.so: MEM_SAP.cpp \
- MEM_SAP.h \
- pre.h \
- Malloc.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Malloc_Base.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- MEM_SAP.i
-
-.obj/MEM_Stream.o .obj/MEM_Stream.so .shobj/MEM_Stream.o .shobj/MEM_Stream.so: MEM_Stream.cpp \
- MEM_Stream.h \
- pre.h \
- MEM_IO.h \
- SOCK.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- MEM_SAP.h \
- Malloc.h \
- Malloc_Base.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- MEM_SAP.i \
- Message_Block.h \
- Message_Block.i \
- Message_Block_T.h \
- Message_Block_T.i \
- Message_Block_T.cpp \
- MEM_IO.i \
- MEM_Stream.i
-
-.obj/DLL.o .obj/DLL.so .shobj/DLL.o .shobj/DLL.so: DLL.cpp DLL.h \
- pre.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- ACE.h \
- ACE.i
-
-.obj/Parse_Node.o .obj/Parse_Node.so .shobj/Parse_Node.o .shobj/Parse_Node.so: Parse_Node.cpp \
- Service_Config.h \
- pre.h \
- Service_Object.h \
- Shared_Object.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Shared_Object.i \
- Event_Handler.h \
- Event_Handler.i \
- Service_Object.i \
- Signal.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Signal.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Service_Repository.h \
- Service_Types.h \
- Service_Types.i \
- Service_Repository.i \
- Task.h \
- Thread_Manager.h \
- Thread_Manager.i \
- Task.i \
- Task_T.h \
- Message_Queue.h \
- Message_Block.h \
- Message_Block.i \
- Message_Block_T.h \
- Message_Block_T.i \
- Message_Block_T.cpp \
- IO_Cntl_Msg.h \
- Message_Queue_T.h \
- Message_Queue_T.i \
- Message_Queue_T.cpp \
- Strategies.h \
- Strategies_T.h \
- Synch_Options.h \
- Synch_Options.i \
- Hash_Map_Manager.h \
- Functor.h \
- Functor.i \
- Functor_T.h \
- Functor_T.i \
- Functor_T.cpp \
- Hash_Map_Manager_T.h \
- Hash_Map_Manager_T.i \
- Hash_Map_Manager_T.cpp \
- Strategies_T.i \
- Strategies_T.cpp \
- WFMO_Reactor.h \
- WFMO_Reactor.i \
- Strategies.i \
- Message_Queue.i \
- Task_T.i \
- Task_T.cpp \
- Module.h \
- Module.i \
- Module.cpp \
- Stream_Modules.h \
- Stream_Modules.cpp \
- Parse_Node.h \
- Parse_Node.i
-
-.obj/Service_Config.o .obj/Service_Config.so .shobj/Service_Config.o .shobj/Service_Config.so: Service_Config.cpp \
- Svc_Conf.h \
- pre.h \
- Obstack.h \
- Malloc.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Malloc_Base.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Obstack.i \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Parse_Node.h \
- Service_Types.h \
- Service_Types.i \
- Parse_Node.i \
- Get_Opt.h \
- Get_Opt.i \
- ARGV.h \
- ARGV.i \
- Service_Manager.h \
- SOCK_Stream.h \
- SOCK_IO.h \
- SOCK.h \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- SOCK_IO.i \
- SOCK_Stream.i \
- SOCK_Acceptor.h \
- Time_Value.h \
- SOCK_Acceptor.i \
- Service_Manager.i \
- Service_Repository.h \
- Service_Repository.i \
- Auto_Ptr.h \
- Auto_Ptr.i \
- Auto_Ptr.cpp \
- Proactor.h \
- Thread_Manager.h \
- Thread_Manager.i \
- Process_Manager.h \
- Process.h \
- Process.i \
- Process_Manager.i
-
-.obj/Service_Manager.o .obj/Service_Manager.so .shobj/Service_Manager.o .shobj/Service_Manager.so: Service_Manager.cpp \
- Get_Opt.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Get_Opt.i \
- Service_Repository.h \
- Service_Types.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Event_Handler.h \
- Event_Handler.i \
- Service_Object.i \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Service_Types.i \
- Service_Repository.i \
- Service_Config.h \
- Signal.h \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Signal.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Service_Manager.h \
- SOCK_Stream.h \
- SOCK_IO.h \
- SOCK.h \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- SOCK_IO.i \
- SOCK_Stream.i \
- SOCK_Acceptor.h \
- Time_Value.h \
- SOCK_Acceptor.i \
- Service_Manager.i \
- WFMO_Reactor.h \
- Message_Queue.h \
- Message_Block.h \
- Message_Block.i \
- Message_Block_T.h \
- Message_Block_T.i \
- Message_Block_T.cpp \
- IO_Cntl_Msg.h \
- Message_Queue_T.h \
- Message_Queue_T.i \
- Message_Queue_T.cpp \
- Strategies.h \
- Strategies_T.h \
- Synch_Options.h \
- Synch_Options.i \
- Thread_Manager.h \
- Thread_Manager.i \
- Hash_Map_Manager.h \
- Functor.h \
- Functor.i \
- Functor_T.h \
- Functor_T.i \
- Functor_T.cpp \
- Hash_Map_Manager_T.h \
- Hash_Map_Manager_T.i \
- Hash_Map_Manager_T.cpp \
- Strategies_T.i \
- Strategies_T.cpp \
- Strategies.i \
- Message_Queue.i \
- WFMO_Reactor.i
-
-.obj/Service_Object.o .obj/Service_Object.so .shobj/Service_Object.o .shobj/Service_Object.so: Service_Object.cpp \
- Service_Types.h \
- pre.h \
- Service_Object.h \
- Shared_Object.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Shared_Object.i \
- Event_Handler.h \
- Event_Handler.i \
- Service_Object.i \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Service_Types.i
-
-.obj/Service_Repository.o .obj/Service_Repository.so .shobj/Service_Repository.o .shobj/Service_Repository.so: Service_Repository.cpp \
- Service_Repository.h \
- pre.h \
- Service_Types.h \
- Service_Object.h \
- Shared_Object.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Shared_Object.i \
- Event_Handler.h \
- Event_Handler.i \
- Service_Object.i \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Service_Types.i \
- Service_Repository.i \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp
-
-.obj/Service_Types.o .obj/Service_Types.so .shobj/Service_Types.o .shobj/Service_Types.so: Service_Types.cpp \
- Service_Types.h \
- pre.h \
- Service_Object.h \
- Shared_Object.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Shared_Object.i \
- Event_Handler.h \
- Event_Handler.i \
- Service_Object.i \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Service_Types.i \
- Stream_Modules.h \
- Task.h \
- Thread_Manager.h \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Thread_Manager.i \
- Task.i \
- Task_T.h \
- Message_Queue.h \
- Message_Block.h \
- Message_Block.i \
- Message_Block_T.h \
- Message_Block_T.i \
- Message_Block_T.cpp \
- IO_Cntl_Msg.h \
- Message_Queue_T.h \
- Message_Queue_T.i \
- Message_Queue_T.cpp \
- Strategies.h \
- Strategies_T.h \
- Service_Config.h \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Synch_Options.h \
- Synch_Options.i \
- Hash_Map_Manager.h \
- Functor.h \
- Functor.i \
- Functor_T.h \
- Functor_T.i \
- Functor_T.cpp \
- Hash_Map_Manager_T.h \
- Hash_Map_Manager_T.i \
- Hash_Map_Manager_T.cpp \
- Strategies_T.i \
- Strategies_T.cpp \
- Service_Repository.h \
- Service_Repository.i \
- WFMO_Reactor.h \
- WFMO_Reactor.i \
- Strategies.i \
- Message_Queue.i \
- Task_T.i \
- Task_T.cpp \
- Module.h \
- Module.i \
- Module.cpp \
- Stream_Modules.cpp \
- Stream.h \
- Time_Value.h \
- Stream.i \
- Stream.cpp
-
-.obj/Shared_Object.o .obj/Shared_Object.so .shobj/Shared_Object.o .shobj/Shared_Object.so: Shared_Object.cpp \
- Shared_Object.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Shared_Object.i
-
-.obj/Svc_Conf_l.o .obj/Svc_Conf_l.so .shobj/Svc_Conf_l.o .shobj/Svc_Conf_l.so: Svc_Conf_l.cpp \
- OS.h \
- pre.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Svc_Conf.h \
- Obstack.h \
- Malloc.h \
- ACE.h \
- ACE.i \
- Malloc_Base.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Obstack.i \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Parse_Node.h \
- Service_Types.h \
- Service_Types.i \
- Parse_Node.i
-
-.obj/Svc_Conf_y.o .obj/Svc_Conf_y.so .shobj/Svc_Conf_y.o .shobj/Svc_Conf_y.so: Svc_Conf_y.cpp \
- ARGV.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- ARGV.i \
- Svc_Conf.h \
- Obstack.h \
- Obstack.i \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Parse_Node.h \
- Service_Types.h \
- Service_Types.i \
- Parse_Node.i \
- Module.h \
- Task_T.h \
- Message_Queue.h \
- Message_Block.h \
- Message_Block.i \
- Message_Block_T.h \
- Message_Block_T.i \
- Message_Block_T.cpp \
- IO_Cntl_Msg.h \
- Message_Queue_T.h \
- Message_Queue_T.i \
- Message_Queue_T.cpp \
- Strategies.h \
- Strategies_T.h \
- Synch_Options.h \
- Synch_Options.i \
- Thread_Manager.h \
- Thread_Manager.i \
- Hash_Map_Manager.h \
- Functor.h \
- Functor.i \
- Functor_T.h \
- Functor_T.i \
- Functor_T.cpp \
- Hash_Map_Manager_T.h \
- Hash_Map_Manager_T.i \
- Hash_Map_Manager_T.cpp \
- Strategies_T.i \
- Strategies_T.cpp \
- Service_Repository.h \
- Service_Repository.i \
- WFMO_Reactor.h \
- WFMO_Reactor.i \
- Strategies.i \
- Message_Queue.i \
- Task.h \
- Task.i \
- Task_T.i \
- Task_T.cpp \
- Module.i \
- Module.cpp \
- Stream_Modules.h \
- Stream_Modules.cpp \
- Stream.h \
- Time_Value.h \
- Stream.i \
- Stream.cpp
-
-.obj/CDR_Stream.o .obj/CDR_Stream.so .shobj/CDR_Stream.o .shobj/CDR_Stream.so: CDR_Stream.cpp \
- CDR_Stream.h \
- pre.h \
- Message_Block.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Malloc.h \
- Malloc_Base.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Message_Block.i \
- Message_Block_T.h \
- Message_Block_T.i \
- Message_Block_T.cpp \
- SString.h \
- SString.i \
- CDR_Stream.i
-
-.obj/Codeset_IBM1047.o .obj/Codeset_IBM1047.so .shobj/Codeset_IBM1047.o .shobj/Codeset_IBM1047.so: Codeset_IBM1047.cpp \
- Codeset_IBM1047.h \
- pre.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h
-
-.obj/Message_Block.o .obj/Message_Block.so .shobj/Message_Block.o .shobj/Message_Block.so: Message_Block.cpp \
- Message_Block.h \
- ACE.h \
- pre.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Malloc.h \
- Malloc_Base.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Message_Block.i \
- Message_Block_T.h \
- Message_Block_T.i \
- Message_Block_T.cpp \
- Timeprobe.h
-
-.obj/Message_Queue.o .obj/Message_Queue.so .shobj/Message_Queue.o .shobj/Message_Queue.so: Message_Queue.cpp \
- Message_Queue.h \
- pre.h \
- Message_Block.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Malloc.h \
- Malloc_Base.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Message_Block.i \
- Message_Block_T.h \
- Message_Block_T.i \
- Message_Block_T.cpp \
- IO_Cntl_Msg.h \
- Message_Queue_T.h \
- Message_Queue_T.i \
- Message_Queue_T.cpp \
- Strategies.h \
- Strategies_T.h \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Synch_Options.h \
- Synch_Options.i \
- Thread_Manager.h \
- Thread_Manager.i \
- Hash_Map_Manager.h \
- Functor.h \
- Functor.i \
- Functor_T.h \
- Functor_T.i \
- Functor_T.cpp \
- Hash_Map_Manager_T.h \
- Hash_Map_Manager_T.i \
- Hash_Map_Manager_T.cpp \
- Strategies_T.i \
- Strategies_T.cpp \
- Service_Repository.h \
- Service_Types.h \
- Service_Types.i \
- Service_Repository.i \
- WFMO_Reactor.h \
- WFMO_Reactor.i \
- Strategies.i \
- Message_Queue.i
-
-.obj/Task.o .obj/Task.so .shobj/Task.o .shobj/Task.so: Task.cpp Task.h \
- pre.h \
- Service_Object.h \
- Shared_Object.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Shared_Object.i \
- Event_Handler.h \
- Event_Handler.i \
- Service_Object.i \
- Thread_Manager.h \
- Thread.h \
- Thread.i \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Synch_T.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Thread_Manager.i \
- Task.i \
- Task_T.h \
- Message_Queue.h \
- Message_Block.h \
- Message_Block.i \
- Message_Block_T.h \
- Message_Block_T.i \
- Message_Block_T.cpp \
- IO_Cntl_Msg.h \
- Message_Queue_T.h \
- Message_Queue_T.i \
- Message_Queue_T.cpp \
- Strategies.h \
- Strategies_T.h \
- Service_Config.h \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Synch_Options.h \
- Synch_Options.i \
- Hash_Map_Manager.h \
- Functor.h \
- Functor.i \
- Functor_T.h \
- Functor_T.i \
- Functor_T.cpp \
- Hash_Map_Manager_T.h \
- Hash_Map_Manager_T.i \
- Hash_Map_Manager_T.cpp \
- Strategies_T.i \
- Strategies_T.cpp \
- Service_Repository.h \
- Service_Types.h \
- Service_Types.i \
- Service_Repository.i \
- WFMO_Reactor.h \
- WFMO_Reactor.i \
- Strategies.i \
- Message_Queue.i \
- Task_T.i \
- Task_T.cpp \
- Module.h \
- Module.i \
- Module.cpp \
- Stream_Modules.h \
- Stream_Modules.cpp
-
-.obj/Based_Pointer_Repository.o .obj/Based_Pointer_Repository.so .shobj/Based_Pointer_Repository.o .shobj/Based_Pointer_Repository.so: Based_Pointer_Repository.cpp \
- Map_Manager.h \
- pre.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Synch.h \
- ACE.h \
- ACE.i \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Map_Manager.i \
- Map_Manager.cpp \
- Malloc.h \
- Malloc_Base.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h
-
-.obj/Malloc.o .obj/Malloc.so .shobj/Malloc.o .shobj/Malloc.so: Malloc.cpp Malloc.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Malloc_Base.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i
-
-.obj/Mem_Map.o .obj/Mem_Map.so .shobj/Mem_Map.o .shobj/Mem_Map.so: Mem_Map.cpp \
- Mem_Map.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Mem_Map.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/Memory_Pool.o .obj/Memory_Pool.so .shobj/Memory_Pool.o .shobj/Memory_Pool.so: Memory_Pool.cpp \
- Memory_Pool.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Event_Handler.h \
- Event_Handler.i \
- Signal.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Auto_Ptr.h \
- Auto_Ptr.i \
- Auto_Ptr.cpp
-
-.obj/Obstack.o .obj/Obstack.so .shobj/Obstack.o .shobj/Obstack.so: Obstack.cpp \
- Obstack.h \
- pre.h \
- Malloc.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Malloc_Base.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Obstack.i
-
-.obj/Read_Buffer.o .obj/Read_Buffer.so .shobj/Read_Buffer.o .shobj/Read_Buffer.so: Read_Buffer.cpp \
- Read_Buffer.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Malloc.h \
- Malloc_Base.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Read_Buffer.i \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h
-
-.obj/Shared_Memory.o .obj/Shared_Memory.so .shobj/Shared_Memory.o .shobj/Shared_Memory.so: Shared_Memory.cpp \
- Shared_Memory.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i
-
-.obj/Shared_Memory_MM.o .obj/Shared_Memory_MM.so .shobj/Shared_Memory_MM.o .shobj/Shared_Memory_MM.so: Shared_Memory_MM.cpp \
- Shared_Memory_MM.h \
- pre.h \
- Shared_Memory.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Mem_Map.h \
- Mem_Map.i \
- Shared_Memory_MM.i
-
-.obj/Shared_Memory_SV.o .obj/Shared_Memory_SV.so .shobj/Shared_Memory_SV.o .shobj/Shared_Memory_SV.so: Shared_Memory_SV.cpp \
- Shared_Memory_SV.h \
- pre.h \
- Shared_Memory.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- SV_Shared_Memory.h \
- SV_Shared_Memory.i \
- Shared_Memory_SV.i
-
-.obj/Local_Tokens.o .obj/Local_Tokens.so .shobj/Local_Tokens.o .shobj/Local_Tokens.so: Local_Tokens.cpp \
- Thread.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Thread.i \
- Local_Tokens.h \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Synch_Options.h \
- Synch_Options.i \
- Map_Manager.h \
- Map_Manager.i \
- Map_Manager.cpp \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Local_Tokens.i \
- Token_Manager.h \
- Token_Manager.i
-
-.obj/Remote_Tokens.o .obj/Remote_Tokens.so .shobj/Remote_Tokens.o .shobj/Remote_Tokens.so: Remote_Tokens.cpp \
- Remote_Tokens.h \
- pre.h \
- INET_Addr.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- INET_Addr.i \
- SOCK_Connector.h \
- SOCK_Stream.h \
- SOCK_IO.h \
- SOCK.h \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- SOCK.i \
- SOCK_IO.i \
- SOCK_Stream.i \
- Time_Value.h \
- SOCK_Connector.i \
- Synch_Options.h \
- Synch_Options.i \
- Local_Tokens.h \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Map_Manager.h \
- Map_Manager.i \
- Map_Manager.cpp \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Local_Tokens.i \
- Token_Request_Reply.h \
- Token_Request_Reply.i \
- Remote_Tokens.i
-
-.obj/Token_Collection.o .obj/Token_Collection.so .shobj/Token_Collection.o .shobj/Token_Collection.so: Token_Collection.cpp \
- Token_Collection.h \
- pre.h \
- Map_Manager.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Synch.h \
- ACE.h \
- ACE.i \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Map_Manager.i \
- Map_Manager.cpp \
- Malloc.h \
- Malloc_Base.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Local_Tokens.h \
- Synch_Options.h \
- Synch_Options.i \
- Local_Tokens.i \
- Token_Collection.i
-
-.obj/Token_Invariants.o .obj/Token_Invariants.so .shobj/Token_Invariants.o .shobj/Token_Invariants.so: Token_Invariants.cpp \
- Token_Invariants.h \
- pre.h \
- Synch.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Map_Manager.h \
- Map_Manager.i \
- Map_Manager.cpp \
- Malloc.h \
- Malloc_Base.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Local_Tokens.h \
- Synch_Options.h \
- Synch_Options.i \
- Local_Tokens.i
-
-.obj/Token_Manager.o .obj/Token_Manager.so .shobj/Token_Manager.o .shobj/Token_Manager.so: Token_Manager.cpp \
- Token_Manager.h \
- pre.h \
- Synch.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Map_Manager.h \
- Map_Manager.i \
- Map_Manager.cpp \
- Malloc.h \
- Malloc_Base.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Local_Tokens.h \
- Synch_Options.h \
- Synch_Options.i \
- Local_Tokens.i \
- Token_Manager.i
-
-.obj/Token_Request_Reply.o .obj/Token_Request_Reply.so .shobj/Token_Request_Reply.o .shobj/Token_Request_Reply.so: Token_Request_Reply.cpp \
- Token_Request_Reply.h \
- pre.h \
- Local_Tokens.h \
- Synch_T.h \
- Event_Handler.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Event_Handler.i \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Synch_Options.h \
- Synch_Options.i \
- Map_Manager.h \
- Map_Manager.i \
- Map_Manager.cpp \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Local_Tokens.i \
- Time_Value.h \
- Token_Request_Reply.i
-
-.obj/CORBA_Handler.o .obj/CORBA_Handler.so .shobj/CORBA_Handler.o .shobj/CORBA_Handler.so: CORBA_Handler.cpp \
- CORBA_Handler.h \
- pre.h \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Shared_Object.i \
- Event_Handler.h \
- Event_Handler.i \
- Service_Object.i \
- Signal.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Signal.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Pipe.h \
- Pipe.i \
- Thread_Manager.h \
- Thread_Manager.i
-
-.obj/CORBA_Ref.o .obj/CORBA_Ref.so .shobj/CORBA_Ref.o .shobj/CORBA_Ref.so: CORBA_Ref.cpp \
- CORBA_Ref.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- CORBA_Ref.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/Local_Name_Space.o .obj/Local_Name_Space.so .shobj/Local_Name_Space.o .shobj/Local_Name_Space.so: Local_Name_Space.cpp \
- ACE.h \
- pre.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Local_Name_Space.h \
- SString.h \
- SString.i \
- Malloc_Base.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Local_Name_Space_T.h \
- Name_Space.h \
- Name_Proxy.h \
- INET_Addr.h \
- Addr.h \
- Addr.i \
- INET_Addr.i \
- SOCK_Connector.h \
- SOCK_Stream.h \
- SOCK_IO.h \
- SOCK.h \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- SOCK.i \
- SOCK_IO.i \
- SOCK_Stream.i \
- Time_Value.h \
- SOCK_Connector.i \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Synch_Options.h \
- Synch_Options.i \
- Name_Request_Reply.h \
- Naming_Context.h \
- Hash_Map_Manager.h \
- Functor.h \
- Functor.i \
- Functor_T.h \
- Functor_T.i \
- Functor_T.cpp \
- Hash_Map_Manager_T.h \
- Hash_Map_Manager_T.i \
- Hash_Map_Manager_T.cpp \
- Local_Name_Space_T.cpp \
- Auto_Ptr.h \
- Auto_Ptr.i \
- Auto_Ptr.cpp
-
-.obj/Name_Proxy.o .obj/Name_Proxy.so .shobj/Name_Proxy.o .shobj/Name_Proxy.so: Name_Proxy.cpp \
- Name_Proxy.h \
- pre.h \
- INET_Addr.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- INET_Addr.i \
- SOCK_Connector.h \
- SOCK_Stream.h \
- SOCK_IO.h \
- SOCK.h \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- SOCK.i \
- SOCK_IO.i \
- SOCK_Stream.i \
- Time_Value.h \
- SOCK_Connector.i \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Event_Handler.h \
- Event_Handler.i \
- Service_Object.i \
- Signal.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Signal.i \
- SString.h \
- SString.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Synch_Options.h \
- Synch_Options.i \
- Name_Request_Reply.h
-
-.obj/Name_Request_Reply.o .obj/Name_Request_Reply.so .shobj/Name_Request_Reply.o .shobj/Name_Request_Reply.so: Name_Request_Reply.cpp \
- Name_Request_Reply.h \
- pre.h \
- Time_Value.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- SString.h \
- ACE.h \
- ACE.i \
- SString.i \
- Malloc_Base.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
-
-.obj/Name_Space.o .obj/Name_Space.so .shobj/Name_Space.o .shobj/Name_Space.so: Name_Space.cpp \
- Name_Space.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- SString.h \
- SString.i \
- Malloc_Base.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Name_Proxy.h \
- INET_Addr.h \
- Addr.h \
- Addr.i \
- INET_Addr.i \
- SOCK_Connector.h \
- SOCK_Stream.h \
- SOCK_IO.h \
- SOCK.h \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- SOCK.i \
- SOCK_IO.i \
- SOCK_Stream.i \
- Time_Value.h \
- SOCK_Connector.i \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Synch_Options.h \
- Synch_Options.i \
- Name_Request_Reply.h
-
-.obj/Naming_Context.o .obj/Naming_Context.so .shobj/Naming_Context.o .shobj/Naming_Context.so: Naming_Context.cpp \
- Get_Opt.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Get_Opt.i \
- Naming_Context.h \
- SString.h \
- SString.i \
- Malloc_Base.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- Name_Proxy.h \
- INET_Addr.h \
- Addr.h \
- Addr.i \
- INET_Addr.i \
- SOCK_Connector.h \
- SOCK_Stream.h \
- SOCK_IO.h \
- SOCK.h \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- SOCK.i \
- SOCK_IO.i \
- SOCK_Stream.i \
- Time_Value.h \
- SOCK_Connector.i \
- Service_Config.h \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Synch_Options.h \
- Synch_Options.i \
- Name_Request_Reply.h \
- Name_Space.h \
- Remote_Name_Space.h \
- Local_Name_Space_T.h \
- Local_Name_Space.h \
- Hash_Map_Manager.h \
- Functor.h \
- Functor.i \
- Functor_T.h \
- Functor_T.i \
- Functor_T.cpp \
- Hash_Map_Manager_T.h \
- Hash_Map_Manager_T.i \
- Hash_Map_Manager_T.cpp \
- Local_Name_Space_T.cpp \
- Auto_Ptr.h \
- Auto_Ptr.i \
- Auto_Ptr.cpp \
- Registry_Name_Space.h
-
-.obj/Registry_Name_Space.o .obj/Registry_Name_Space.so .shobj/Registry_Name_Space.o .shobj/Registry_Name_Space.so: Registry_Name_Space.cpp \
- Registry_Name_Space.h \
- pre.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i
-
-.obj/Remote_Name_Space.o .obj/Remote_Name_Space.so .shobj/Remote_Name_Space.o .shobj/Remote_Name_Space.so: Remote_Name_Space.cpp \
- Remote_Name_Space.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- SString.h \
- SString.i \
- Malloc_Base.h \
- Containers.h \
- Containers.i \
- Containers_T.h \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- Name_Proxy.h \
- INET_Addr.h \
- Addr.h \
- Addr.i \
- INET_Addr.i \
- SOCK_Connector.h \
- SOCK_Stream.h \
- SOCK_IO.h \
- SOCK.h \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- SOCK.i \
- SOCK_IO.i \
- SOCK_Stream.i \
- Time_Value.h \
- SOCK_Connector.i \
- Service_Config.h \
- Service_Object.h \
- Shared_Object.h \
- Shared_Object.i \
- Service_Object.i \
- Service_Config.i \
- Reactor.h \
- Handle_Set.h \
- Handle_Set.i \
- Timer_Queue.h \
- Timer_Queue_T.h \
- Timer_Queue_T.i \
- Timer_Queue_T.cpp \
- Reactor.i \
- Reactor_Impl.h \
- Svc_Conf_Tokens.h \
- Synch_Options.h \
- Synch_Options.i \
- Name_Request_Reply.h \
- Name_Space.h \
- Auto_Ptr.h \
- Auto_Ptr.i \
- Auto_Ptr.cpp
-
-.obj/QoS_Session_Impl.o .obj/QoS_Session_Impl.so .shobj/QoS_Session_Impl.o .shobj/QoS_Session_Impl.so: QoS_Session_Impl.cpp \
- SOCK.h \
- pre.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- QoS_Manager.h \
- Containers_T.h \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- QoS_Session_Impl.h \
- QoS_Session_Impl.i
-
-.obj/QoS_Session_Factory.o .obj/QoS_Session_Factory.so .shobj/QoS_Session_Factory.o .shobj/QoS_Session_Factory.so: QoS_Session_Factory.cpp \
- QoS_Session_Factory.h \
- pre.h \
- QoS_Session.h \
- INET_Addr.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- INET_Addr.i \
- Containers_T.h \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i \
- QoS_Session_Impl.h \
- QoS_Session_Impl.i
-
-.obj/QoS_Manager.o .obj/QoS_Manager.so .shobj/QoS_Manager.o .shobj/QoS_Manager.so: QoS_Manager.cpp \
- QoS_Manager.h \
- pre.h \
- Addr.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
- ace_wchar.h \
- ACE_export.h \
- svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- Addr.i \
- IPC_SAP.h \
- ACE.h \
- ACE.i \
- IPC_SAP.i \
- Containers_T.h \
- Containers.h \
- Malloc_Base.h \
- Containers.i \
- Containers_T.i \
- Containers_T.cpp \
- Malloc.h \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
- Based_Pointer_T.h \
- Based_Pointer_T.i \
- Based_Pointer_T.cpp \
- Based_Pointer_Repository.h \
- Singleton.h \
- Synch.h \
- SV_Semaphore_Complex.h \
- SV_Semaphore_Simple.h \
- SV_Semaphore_Simple.i \
- SV_Semaphore_Complex.i \
- Synch.i \
- Synch_T.h \
- Event_Handler.h \
- Event_Handler.i \
- Synch_T.i \
- Thread.h \
- Thread.i \
- Atomic_Op.i \
- Synch_T.cpp \
- Singleton.i \
- Singleton.cpp \
- Object_Manager.h \
- Object_Manager.i \
- Managed_Object.h \
- Managed_Object.i \
- Managed_Object.cpp \
- Malloc.i \
- Malloc_T.h \
- Free_List.h \
- Free_List.i \
- Free_List.cpp \
- Malloc_T.i \
- Malloc_T.cpp \
- Memory_Pool.h \
- Signal.h \
- Signal.i \
- Mem_Map.h \
- Mem_Map.i \
- Memory_Pool.i
-
-# IF YOU PUT ANYTHING HERE IT WILL GO AWAY