#---------------------------------------------------------------------------- # Makefile.ace,v 4.32 2004/01/05 02:42:23 bala Exp # # Makefile for the ACE library #---------------------------------------------------------------------------- MAKEFILE = Makefile.ace LIBACE = libACE LIB = $(LIBACE).a SHLIB = $(LIBACE).$(SOEXT) # These are removed and replaced by the OS_NS*, Cleanup, and # Object_Manager_Base objects. # OS \ # OS_Dirent \ # OS_Memory \ # OS_String \ OS_FILES = \ ARGV \ Argv_Type_Converter \ Basic_Types \ Time_Value \ Cleanup \ Object_Manager_Base \ OS_main \ OS_NS_arpa_inet \ OS_NS_ctype \ OS_NS_dirent \ OS_NS_dlfcn \ OS_NS_errno \ OS_NS_fcntl \ OS_NS_math \ OS_NS_netdb \ OS_NS_poll \ OS_NS_pwd \ OS_NS_regex \ OS_NS_signal \ OS_NS_stdio \ OS_NS_stdlib \ OS_NS_string \ OS_NS_strings \ OS_NS_stropts \ OS_NS_sys_mman \ OS_NS_sys_msg \ OS_NS_sys_resource \ OS_NS_sys_select \ OS_NS_sys_shm \ OS_NS_sys_socket \ OS_NS_sys_stat \ OS_NS_sys_time \ OS_NS_sys_uio \ OS_NS_sys_utsname \ OS_NS_sys_wait \ OS_NS_Thread \ OS_NS_time \ OS_NS_unistd \ OS_NS_wchar \ OS_QoS \ OS_TLI \ OS_Errno \ Base_Thread_Adapter \ OS_Thread_Adapter \ OS_Log_Msg_Attributes \ Thread_Hook \ Sched_Params \ Handle_Set \ Copy_Disabled UTILS_FILES = \ ACE \ Active_Map_Manager \ Arg_Shifter \ Capabilities \ Containers \ Configuration \ Configuration_Import_Export \ Date_Time \ Dirent \ Dirent_Selector \ Dynamic \ Flag_Manip \ Framework_Component \ Functor \ Get_Opt \ Hash_Map_Manager \ Connection_Recycling_Strategy \ Hashable \ Notification_Strategy \ Recyclable \ Refcountable \ Handle_Ops \ Init_ACE \ Lib_Find \ Message_Block \ Method_Request \ Object_Manager \ Registry \ String_Base_Const \ SString \ Stats \ Container_Instantiations \ Sample_History #### NOTE: see below for Filecache. LOGGING_FILES = \ Dump \ Log_Msg \ Log_Msg_Callback \ Log_Msg_Backend \ Log_Msg_IPC \ Log_Msg_NT_Event_Log \ Log_Msg_UNIX_Syslog \ Log_Record \ Logging_Strategy \ Trace THREADS_FILES = \ Activation_Queue \ Atomic_Op \ Process \ Process_Manager \ TSS_Adapter \ Auto_Event \ Manual_Event \ Barrier \ Condition_Thread_Mutex \ Condition_Recursive_Thread_Mutex \ Event \ Lock \ Mutex \ RW_Mutex \ RW_Thread_Mutex \ Recursive_Thread_Mutex \ Semaphore \ Thread_Mutex \ Thread_Semaphore \ Synch_Options \ Process_Semaphore \ Process_Mutex \ RW_Process_Mutex \ File_Lock \ Thread \ Thread_Manager \ Thread_Adapter \ Thread_Exit \ Thread_Control \ Token DEMUX_FILES = \ Event_Handler \ FlReactor \ Msg_WFMO_Reactor \ POSIX_Proactor \ POSIX_CB_Proactor \ WIN32_Proactor \ Priority_Reactor \ Proactor \ Reactor \ Select_Reactor \ Select_Reactor_Base \ SUN_Proactor \ Dev_Poll_Reactor \ TP_Reactor \ TkReactor \ WFMO_Reactor \ XtReactor \ QtReactor CONNECTION_FILES = \ Asynch_IO \ Asynch_IO_Impl \ Asynch_Pseudo_Task \ POSIX_Asynch_IO \ WIN32_Asynch_IO SOCKETS_FILES = \ Addr \ INET_Addr \ Multihomed_INET_Addr \ IPC_SAP \ LSOCK \ LSOCK_Acceptor \ LSOCK_CODgram \ LSOCK_Connector \ LSOCK_Dgram \ LSOCK_Stream \ SOCK \ SOCK_Acceptor \ SOCK_CODgram \ Sock_Connect \ SOCK_Connector \ SOCK_Dgram \ SOCK_Dgram_Bcast \ SOCK_Dgram_Mcast \ SOCK_IO \ SOCK_SEQPACK_Acceptor \ SOCK_SEQPACK_Association \ SOCK_SEQPACK_Connector \ SOCK_Stream IPC_FILES = \ 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 \ 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 \ DLL_Manager \ Dynamic_Service_Base \ Parse_Node \ Service_Config \ Service_Manager \ Service_Object \ Service_Repository \ Service_Types \ Service_Templates \ Shared_Object \ XML_Svc_Conf \ Svc_Conf_l \ Svc_Conf_y \ Svc_Conf_Lexer_Guard STREAMS_FILES = \ CDR_Base \ CDR_Stream \ Codeset_IBM1047 \ Codeset_Registry \ Codeset_Registry_db \ Message_Queue \ Reactor_Notification_Strategy \ Task MEMORY_FILES = \ Based_Pointer_Repository \ Malloc \ PI_Malloc \ Malloc_Allocator \ Malloc_Instantiations \ Mem_Map \ Memory_Pool \ Obchunk \ Obstack \ Read_Buffer \ Shared_Memory \ Shared_Memory_MM \ Shared_Memory_SV TIMER_FILES = \ Basic_Stats \ High_Res_Timer \ Profile_Timer \ System_Time \ Time_Request_Reply \ Timeprobe \ Timer_Hash \ Timer_Heap \ Timer_List \ Timer_Queue \ Timer_Wheel TOKEN_FILES = \ Local_Tokens \ Remote_Tokens \ Token_Collection \ Token_Invariants \ Token_Manager \ Token_Request_Reply CODECS_FILES = \ Codecs UUID_FILES = \ UUID OTHER_FILES = \ Local_Name_Space \ Name_Proxy \ Name_Request_Reply \ Name_Space \ Naming_Context \ Registry_Name_Space \ Remote_Name_Space \ NT_Service METRICS_FILES = \ Metrics_Cache TEMPLATE_FILES = \ Acceptor \ Active_Map_Manager_T \ Array_Base \ Node \ Unbounded_Set \ Unbounded_Set_Ex \ Unbounded_Queue \ Asynch_Acceptor \ Asynch_Connector \ Atomic_Op_T \ Auto_IncDec_T \ Auto_Ptr \ Based_Pointer_T \ Bound_Ptr \ 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 \ Framework_Component_T \ Free_List \ Functor_T \ Future \ Future_Set \ Hash_Map_Manager_T \ Hash_Map_With_Allocator_T \ Hash_Cache_Map_Manager_T \ IOStream_T \ Intrusive_List \ Intrusive_List_Node \ LOCK_SOCK_Acceptor \ Local_Name_Space_T \ Malloc_T \ Managed_Object \ Map_Manager \ Map_T \ Message_Block_T \ Message_Queue_T \ Module \ Obstack_T \ Pair_T \ Refcounted_Auto_Ptr \ RB_Tree \ Select_Reactor_T \ Singleton \ Strategies_T \ Stream \ Stream_Modules \ String_Base \ Svc_Handler \ Synch_T \ Task_T \ Test_and_Set \ Timeprobe_T \ Timer_Hash_T \ Timer_Heap_T \ Timer_List_T \ Timer_Queue_Adapters \ Template_Instantiations \ Timer_Queue_T \ Timer_Wheel_T \ Typed_SV_Message \ Typed_SV_Message_Queue \ Vector_T #---------------------------------------------------------------------------- # 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 #### #### 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 \ Timer \ Token \ Codecs \ UUID \ 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 \ Timer \ UUID \ Codecs 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 Timer,$(ACE_COMPONENTS))) FILES += $(TIMER_FILES) endif # ! Timer 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 ifneq (,$(findstring Codecs,$(ACE_COMPONENTS))) FILES += $(CODECS_FILES) endif # Codecs 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 (,$(findstring UUID,$(ACE_COMPONENTS))) CCFLAGS += -DACE_LACKS_ACE_UUID else # ! UUID FILES += $(UUID_FILES) endif # ! UUID 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.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.nonested.GNU include $(ACE_ROOT)/include/makeinclude/rules.local.GNU ifeq ($(shared_libs),1) ifneq ($(SHLIB),) CPPFLAGS += -DACE_BUILD_DLL -DACE_OS_BUILD_DLL endif endif ifeq ($(static_libs),1) ifneq ($(LIB),) CPPFLAGS += -DACE_AS_STATIC_LIBS endif endif #---------------------------------------------------------------------------- # 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 $(YACC) -l -d Svc_Conf.y; \ sed -e "s/char \*getenv/char *ace_foo/g" \ -e "s/= getenv/= ACE_OS::getenv/g" \ -e "s/fprintf/ACE_OS::fprintf/g" \ -e "s/yy/ace_yy/g" \ -e "s/->ace_yyerrno/->yyerrno/g" \ -e "s/->ace_yylineno/->yylineno/g" \ -e "s/YY/ACE_YY/g" \ -e "s/Svc_Conf\.tab\.c/Svc_Conf_y.cpp/g" < Svc_Conf.tab.c > /tmp/$@; \ cp /tmp/$@ $@; \ patch < ../etc/Svc_Conf_y.cpp.diff; \ echo '// $$'\I\d'$$' > Svc_Conf_Tokens.h; \ cat Svc_Conf.tab.h >> Svc_Conf_Tokens.h; \ $(RM) -f /tmp/$@ Svc_Conf.tab.c Svc_Conf.tab.h Svc_Conf_y.cpp.orig; Svc_Conf_l.cpp: Svc_Conf.l $(LEX) -L -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/->ace_yyerrno/->yyerrno/g" \ -e "s/->ace_yylineno/->yylineno/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 @#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; # Some compilation for the QtReactor stuff. We need to run moc # ie. (Meta Object compiler) for our QtReactor.h. So, let's do it # here. ifneq ($(qt_reactor),) QtReactor_moc.cpp: QtReactor.h $(MOC) QtReactor.h >QtReactor_moc.cpp endif #qt_reactor 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/ARGV.o .obj/ARGV.so .shobj/ARGV.o .shobj/ARGV.so: ARGV.cpp \ ARGV.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Unbounded_Queue.h \ Node.h \ config-all.h \ OS_main.h \ Node.cpp \ os_include/os_stddef.h \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Malloc_Base.h \ os_include/sys/os_types.h \ os_include/sys/os_mman.h \ Log_Msg.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ ARGV.i \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl .obj/Argv_Type_Converter.o .obj/Argv_Type_Converter.so .shobj/Argv_Type_Converter.o .shobj/Argv_Type_Converter.so: Argv_Type_Converter.cpp \ Argv_Type_Converter.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_Memory.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ os_include/os_stddef.h \ OS_NS_stdlib.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/sys/os_types.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Global_Macros.h \ os_include/os_search.h \ OS_Memory.inl \ Argv_Type_Converter.inl .obj/Basic_Types.o .obj/Basic_Types.so .shobj/Basic_Types.o .shobj/Basic_Types.so: Basic_Types.cpp \ Basic_Types.h \ config-all.h \ pre.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Template_Instantiations.cpp .obj/Time_Value.o .obj/Time_Value.so .shobj/Time_Value.o .shobj/Time_Value.so: Time_Value.cpp \ Time_Value.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ os_include/sys/os_time.h \ config-all.h \ OS_main.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ os_include/os_errno.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i .obj/Cleanup.o .obj/Cleanup.so .shobj/Cleanup.o .shobj/Cleanup.so: Cleanup.cpp \ Cleanup.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Cleanup.inl \ OS_Memory.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ os_include/os_stddef.h \ OS_NS_stdlib.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/sys/os_types.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Object_Manager_Base.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Global_Macros.h \ os_include/os_search.h \ OS_Memory.inl .obj/Object_Manager_Base.o .obj/Object_Manager_Base.so .shobj/Object_Manager_Base.o .shobj/Object_Manager_Base.so: Object_Manager_Base.cpp \ Object_Manager_Base.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Cleanup.h \ Cleanup.inl \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ Object_Manager_Base.inl \ OS_Memory.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ OS_NS_stdlib.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ OS_NS_stdlib.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Global_Macros.h \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_Thread.h \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ OS_NS_sys_socket.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl .obj/OS_main.o .obj/OS_main.so .shobj/OS_main.o .shobj/OS_main.so: OS_main.cpp \ OS_main.h \ ACE_export.h \ pre.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl .obj/OS_NS_arpa_inet.o .obj/OS_NS_arpa_inet.so .shobj/OS_NS_arpa_inet.o .shobj/OS_NS_arpa_inet.so: OS_NS_arpa_inet.cpp \ OS_NS_arpa_inet.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/arpa/os_inet.h \ os_include/netinet/os_in.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_arpa_inet.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_errno.h \ os_include/os_errno.h \ OS_NS_errno.inl \ OS_NS_stdio.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_stdio.inl \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ Global_Macros.h \ OS_Errno.h \ OS_Errno.inl \ OS_NS_fcntl.inl \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl .obj/OS_NS_ctype.o .obj/OS_NS_ctype.so .shobj/OS_NS_ctype.o .shobj/OS_NS_ctype.so: OS_NS_ctype.cpp \ OS_NS_ctype.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ OS_NS_ctype.inl \ os_include/os_ctype.h .obj/OS_NS_dirent.o .obj/OS_NS_dirent.so .shobj/OS_NS_dirent.o .shobj/OS_NS_dirent.so: OS_NS_dirent.cpp \ OS_NS_dirent.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_dirent.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_dirent.inl \ OS_Memory.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ OS_NS_stdlib.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Global_Macros.h \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Log_Msg.h \ Default_Constants.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl .obj/OS_NS_dlfcn.o .obj/OS_NS_dlfcn.so .shobj/OS_NS_dlfcn.o .shobj/OS_NS_dlfcn.so: OS_NS_dlfcn.cpp \ OS_NS_dlfcn.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_dlfcn.h \ OS_NS_dlfcn.inl \ OS_NS_macros.h \ OS_NS_errno.h \ os_include/os_errno.h \ OS_NS_errno.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ Global_Macros.h \ OS_Errno.h \ OS_Errno.inl \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl .obj/OS_NS_errno.o .obj/OS_NS_errno.so .shobj/OS_NS_errno.o .shobj/OS_NS_errno.so: OS_NS_errno.cpp \ OS_NS_errno.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_errno.h \ OS_NS_errno.inl .obj/OS_NS_fcntl.o .obj/OS_NS_fcntl.so .shobj/OS_NS_fcntl.o .shobj/OS_NS_fcntl.so: OS_NS_fcntl.cpp \ OS_NS_fcntl.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_stdio.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stdio.inl \ OS_NS_unistd.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ os_include/sys/os_mman.h .obj/OS_NS_math.o .obj/OS_NS_math.so .shobj/OS_NS_math.o .shobj/OS_NS_math.so: OS_NS_math.cpp \ OS_NS_math.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ OS_NS_math.inl .obj/OS_NS_netdb.o .obj/OS_NS_netdb.so .shobj/OS_NS_netdb.o .shobj/OS_NS_netdb.so: OS_NS_netdb.cpp \ OS_NS_netdb.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_netdb.h \ os_include/netinet/os_in.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_netdb.inl \ OS_NS_macros.h \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_errno.h \ os_include/os_errno.h \ OS_NS_errno.inl \ os_include/net/os_if.h \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ Global_Macros.h \ OS_Errno.h \ OS_Errno.inl \ OS_NS_fcntl.inl \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl .obj/OS_NS_poll.o .obj/OS_NS_poll.so .shobj/OS_NS_poll.o .shobj/OS_NS_poll.so: OS_NS_poll.cpp \ OS_NS_poll.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_poll.h \ OS_NS_poll.inl \ Time_Value.h \ os_include/sys/os_time.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ os_include/os_errno.h \ OS_NS_errno.h \ OS_NS_errno.inl .obj/OS_NS_pwd.o .obj/OS_NS_pwd.so .shobj/OS_NS_pwd.o .shobj/OS_NS_pwd.so: OS_NS_pwd.cpp \ OS_NS_pwd.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_pwd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_pwd.inl \ OS_NS_errno.h \ os_include/os_errno.h \ OS_NS_errno.inl .obj/OS_NS_regex.o .obj/OS_NS_regex.so .shobj/OS_NS_regex.o .shobj/OS_NS_regex.so: OS_NS_regex.cpp \ OS_NS_regex.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ OS_NS_regex.inl \ OS_NS_errno.h \ os_include/os_errno.h \ OS_NS_errno.inl \ os_include/os_regex.h \ os_include/sys/os_types.h \ os_include/os_stddef.h .obj/OS_NS_signal.o .obj/OS_NS_signal.so .shobj/OS_NS_signal.o .shobj/OS_NS_signal.so: OS_NS_signal.cpp \ OS_NS_signal.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_signal.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_time.h \ os_include/os_ucontext.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ os_include/os_errno.h \ OS_NS_errno.inl .obj/OS_NS_stdio.o .obj/OS_NS_stdio.so .shobj/OS_NS_stdio.o .shobj/OS_NS_stdio.so: OS_NS_stdio.cpp \ OS_NS_stdio.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_stddef.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ OS_NS_stdio.inl \ OS_NS_unistd.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ os_include/os_errno.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ Global_Macros.h \ OS_Errno.h \ OS_Errno.inl \ OS_NS_fcntl.inl \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl .obj/OS_NS_stdlib.o .obj/OS_NS_stdlib.so .shobj/OS_NS_stdlib.o .shobj/OS_NS_stdlib.so: OS_NS_stdlib.cpp \ OS_NS_stdlib.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_stdlib.h \ os_include/os_stddef.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/sys/os_types.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ os_include/os_search.h \ OS_Memory.h \ OS_Memory.inl .obj/OS_NS_string.o .obj/OS_NS_string.so .shobj/OS_NS_string.o .shobj/OS_NS_string.so: OS_NS_string.cpp \ OS_NS_string.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ os_include/os_search.h .obj/OS_NS_strings.o .obj/OS_NS_strings.so .shobj/OS_NS_strings.o .shobj/OS_NS_strings.so: OS_NS_strings.cpp \ OS_NS_strings.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_strings.h \ os_include/os_stddef.h \ OS_NS_strings.inl .obj/OS_NS_stropts.o .obj/OS_NS_stropts.so .shobj/OS_NS_stropts.o .shobj/OS_NS_stropts.so: OS_NS_stropts.cpp \ OS_NS_stropts.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ os_include/os_errno.h \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ Global_Macros.h \ OS_Errno.h \ OS_Errno.inl \ OS_NS_fcntl.inl \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h .obj/OS_NS_sys_mman.o .obj/OS_NS_sys_mman.so .shobj/OS_NS_sys_mman.o .shobj/OS_NS_sys_mman.so: OS_NS_sys_mman.cpp \ OS_NS_sys_mman.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_unistd.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h .obj/OS_NS_sys_msg.o .obj/OS_NS_sys_msg.so .shobj/OS_NS_sys_msg.o .shobj/OS_NS_sys_msg.so: OS_NS_sys_msg.cpp \ OS_NS_sys_msg.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/sys/os_msg.h \ os_include/sys/os_ipc.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_sys_msg.inl \ OS_NS_errno.h \ os_include/os_errno.h \ OS_NS_errno.inl .obj/OS_NS_sys_resource.o .obj/OS_NS_sys_resource.so .shobj/OS_NS_sys_resource.o .shobj/OS_NS_sys_resource.so: OS_NS_sys_resource.cpp \ OS_NS_sys_resource.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_sys_resource.inl \ OS_NS_errno.h \ os_include/os_errno.h \ OS_NS_errno.inl \ OS_NS_macros.h .obj/OS_NS_sys_select.o .obj/OS_NS_sys_select.so .shobj/OS_NS_sys_select.o .shobj/OS_NS_sys_select.so: OS_NS_sys_select.cpp \ OS_NS_sys_select.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/sys/os_select.h \ os_include/sys/os_time.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ OS_NS_sys_select.inl \ os_include/os_errno.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_macros.h .obj/OS_NS_sys_shm.o .obj/OS_NS_sys_shm.so .shobj/OS_NS_sys_shm.o .shobj/OS_NS_sys_shm.so: OS_NS_sys_shm.cpp \ OS_NS_sys_shm.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/sys/os_shm.h \ os_include/sys/os_ipc.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_sys_shm.inl \ OS_NS_errno.h \ os_include/os_errno.h \ OS_NS_errno.inl .obj/OS_NS_sys_socket.o .obj/OS_NS_sys_socket.so .shobj/OS_NS_sys_socket.o .shobj/OS_NS_sys_socket.so: OS_NS_sys_socket.cpp \ OS_NS_sys_socket.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ os_include/os_errno.h \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ Global_Macros.h \ OS_Errno.h \ OS_Errno.inl \ OS_NS_fcntl.inl \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl .obj/OS_NS_sys_stat.o .obj/OS_NS_sys_stat.so .shobj/OS_NS_sys_stat.o .shobj/OS_NS_sys_stat.so: OS_NS_sys_stat.cpp \ OS_NS_sys_stat.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ Default_Constants.h \ OS_NS_sys_stat.inl \ OS_NS_unistd.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ os_include/os_errno.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ Global_Macros.h \ OS_Errno.h \ OS_Errno.inl \ OS_NS_fcntl.inl \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl .obj/OS_NS_sys_time.o .obj/OS_NS_sys_time.so .shobj/OS_NS_sys_time.o .shobj/OS_NS_sys_time.so: OS_NS_sys_time.cpp \ OS_NS_sys_time.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Time_Value.h \ os_include/sys/os_time.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ Time_Value.inl \ OS_NS_sys_time.inl \ os_include/os_errno.h .obj/OS_NS_sys_uio.o .obj/OS_NS_sys_uio.so .shobj/OS_NS_sys_uio.o .shobj/OS_NS_sys_uio.so: OS_NS_sys_uio.cpp \ OS_NS_sys_uio.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/sys/os_uio.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_sys_uio.inl \ os_include/os_errno.h \ OS_Memory.h \ OS_Errno.h \ OS_Errno.inl \ OS_NS_stdlib.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Global_Macros.h \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ Default_Constants.h .obj/OS_NS_sys_utsname.o .obj/OS_NS_sys_utsname.so .shobj/OS_NS_sys_utsname.o .shobj/OS_NS_sys_utsname.so: OS_NS_sys_utsname.cpp \ OS_NS_sys_utsname.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ os_include/os_errno.h \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_stdio.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_stdio.inl \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ Global_Macros.h \ OS_Errno.h \ OS_Errno.inl \ OS_NS_fcntl.inl \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl .obj/OS_NS_sys_wait.o .obj/OS_NS_sys_wait.so .shobj/OS_NS_sys_wait.o .shobj/OS_NS_sys_wait.so: OS_NS_sys_wait.cpp \ OS_NS_sys_wait.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ OS_NS_sys_wait.inl \ OS_NS_errno.h \ os_include/os_errno.h \ OS_NS_errno.inl \ Global_Macros.h \ OS_Errno.h \ OS_Errno.inl .obj/OS_NS_Thread.o .obj/OS_NS_Thread.so .shobj/OS_NS_Thread.o .shobj/OS_NS_Thread.so: OS_NS_Thread.cpp \ OS_NS_Thread.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Sched_Params.h \ Sched_Params.i \ OS_Thread_Adapter.h \ OS_Thread_Adapter.inl \ Min_Max.h \ OS_NS_ctype.h \ OS_NS_ctype.inl .obj/OS_NS_time.o .obj/OS_NS_time.so .shobj/OS_NS_time.o .shobj/OS_NS_time.so: OS_NS_time.cpp \ OS_NS_time.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ OS_NS_time.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_errno.h \ os_include/os_errno.h \ OS_NS_errno.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ Global_Macros.h \ OS_Errno.h \ OS_Errno.inl \ OS_NS_fcntl.inl \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h .obj/OS_NS_unistd.o .obj/OS_NS_unistd.so .shobj/OS_NS_unistd.o .shobj/OS_NS_unistd.so: OS_NS_unistd.cpp \ OS_NS_unistd.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ os_include/os_errno.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ Global_Macros.h \ OS_Errno.h \ OS_Errno.inl \ OS_NS_fcntl.inl \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ OS_NS_ctype.h \ OS_NS_ctype.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h .obj/OS_NS_wchar.o .obj/OS_NS_wchar.so .shobj/OS_NS_wchar.o .shobj/OS_NS_wchar.so: OS_NS_wchar.cpp \ OS_NS_wchar.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_wchar.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_stddef.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/sys/os_types.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ os_include/os_string.h \ os_include/os_ctype.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_float.h \ Basic_Types.i \ OS_NS_wchar.inl .obj/OS_QoS.o .obj/OS_QoS.so .shobj/OS_QoS.o .shobj/OS_QoS.so: OS_QoS.cpp \ OS_QoS.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ os_include/sys/os_uio.h \ config-all.h \ OS_main.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ os_include/os_errno.h \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ Global_Macros.h \ OS_Errno.h \ OS_Errno.inl \ OS_NS_fcntl.inl \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.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 \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ OS_TLI.inl \ OS_NS_errno.h \ OS_NS_errno.inl .obj/OS_Errno.o .obj/OS_Errno.so .shobj/OS_Errno.o .shobj/OS_Errno.so: OS_Errno.cpp \ OS_Errno.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl .obj/Base_Thread_Adapter.o .obj/Base_Thread_Adapter.so .shobj/Base_Thread_Adapter.o .shobj/Base_Thread_Adapter.so: Base_Thread_Adapter.cpp \ Base_Thread_Adapter.h \ pre.h \ OS_Log_Msg_Attributes.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_stddef.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl .obj/OS_Thread_Adapter.o .obj/OS_Thread_Adapter.so .shobj/OS_Thread_Adapter.o .shobj/OS_Thread_Adapter.so: OS_Thread_Adapter.cpp \ OS_Thread_Adapter.h \ pre.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_stddef.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ OS_Thread_Adapter.inl \ Thread_Hook.h \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ os_include/sys/os_types.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ Object_Manager_Base.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ OS_NS_Thread.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h .obj/OS_Log_Msg_Attributes.o .obj/OS_Log_Msg_Attributes.so .shobj/OS_Log_Msg_Attributes.o .shobj/OS_Log_Msg_Attributes.so: OS_Log_Msg_Attributes.cpp \ OS_Log_Msg_Attributes.h \ config-all.h \ pre.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_stddef.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl .obj/Thread_Hook.o .obj/Thread_Hook.so .shobj/Thread_Hook.o .shobj/Thread_Hook.so: Thread_Hook.cpp \ Thread_Hook.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ Object_Manager_Base.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 \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Time_Value.h \ os_include/sys/os_time.h \ config-all.h \ OS_main.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ os_include/os_errno.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Sched_Params.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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ os_include/sys/os_select.h \ config-all.h \ OS_main.h \ os_include/sys/os_time.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ Handle_Set.i \ Log_Msg.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ os_include/os_string.h \ os_include/os_strings.h \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_ctype.h \ OS_NS_wchar.inl .obj/Copy_Disabled.o .obj/Copy_Disabled.so .shobj/Copy_Disabled.o .shobj/Copy_Disabled.so: Copy_Disabled.cpp \ Copy_Disabled.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl .obj/ACE.o .obj/ACE.so .shobj/ACE.o .shobj/ACE.so: ACE.cpp \ ACE.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ Default_Constants.h \ ACE.i \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Handle_Set.h \ os_include/sys/os_select.h \ Handle_Set.i \ Log_Msg.h \ Log_Priority.h \ os_include/os_strings.h \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.h \ SStringfwd.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Malloc_Base.h \ Min_Max.h \ String_Base.cpp \ SString.i \ Version.h \ Message_Block.h \ Message_Block.i \ Message_Block_T.h \ Message_Block_T.i \ Message_Block_T.cpp \ OS_NS_sys_select.h \ OS_NS_sys_select.inl \ OS_NS_strings.h \ OS_NS_strings.inl \ OS_NS_sys_resource.h \ OS_NS_sys_resource.inl \ OS_NS_sys_wait.h \ OS_NS_sys_wait.inl \ OS_NS_time.h \ OS_NS_time.inl \ OS_NS_sys_stat.h \ OS_NS_sys_stat.inl \ OS_NS_ctype.h \ OS_NS_ctype.inl \ OS_TLI.h \ OS_TLI.inl .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 \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Basic_Types.h \ config-all.h \ OS_main.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Active_Map_Manager.i \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Active_Map_Manager_T.h \ Map_Manager.h \ Log_Msg.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Map_Manager.i \ Guard_T.h \ Lock.h \ Lock.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Map_Manager.cpp \ Malloc_Base.h \ Null_Mutex.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 \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_NS_string.h \ config-all.h \ OS_main.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_strings.h \ os_include/os_strings.h \ OS_NS_strings.inl \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ Global_Macros.h \ os_include/os_search.h \ OS_Memory.inl .obj/Capabilities.o .obj/Capabilities.so .shobj/Capabilities.o .shobj/Capabilities.so: Capabilities.cpp \ Capabilities.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Null_Mutex.h \ os_include/os_errno.h \ Global_Macros.h \ OS_Errno.h \ OS_Errno.inl \ OS_Memory.h \ os_include/os_stddef.h \ OS_NS_stdlib.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/sys/os_types.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ Hash_Map_Manager_T.h \ Default_Constants.h \ Functor.h \ Functor.i \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Functor_T.h \ Functor_T.i \ Functor_T.cpp \ Log_Msg.h \ Log_Priority.h \ Hash_Map_Manager_T.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Hash_Map_Manager_T.cpp \ Malloc_Base.h \ Containers.h \ Containers.i \ Containers_T.h \ Node.h \ Node.cpp \ Array_Base.h \ Array_Base.inl \ Array_Base.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Unbounded_Queue.h \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Containers_T.i \ Containers_T.cpp \ SString.h \ SStringfwd.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Min_Max.h \ String_Base.cpp \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ Capabilities.i .obj/Containers.o .obj/Containers.so .shobj/Containers.o .shobj/Containers.so: Containers.cpp \ Containers.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Containers.i \ Containers_T.h \ config-all.h \ OS_main.h \ Node.h \ Node.cpp \ Array_Base.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Malloc_Base.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/sys/os_mman.h \ Array_Base.inl \ Array_Base.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Log_Msg.h \ Default_Constants.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Unbounded_Queue.h \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Containers_T.i \ Containers_T.cpp \ OS_Memory.h \ OS_NS_stdlib.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl .obj/Configuration.o .obj/Configuration.so .shobj/Configuration.o .shobj/Configuration.so: Configuration.cpp \ Configuration.h \ pre.h \ SString.h \ SStringfwd.h \ Basic_Types.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ String_Base.h \ String_Base_Const.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ String_Base.i \ Malloc_Base.h \ os_include/sys/os_mman.h \ Min_Max.h \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ String_Base.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ Default_Constants.h \ ACE.i \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ Hash_Map_With_Allocator_T.h \ Hash_Map_Manager_T.h \ Functor.h \ Functor.i \ Functor_T.h \ Functor_T.i \ Functor_T.cpp \ Log_Msg.h \ Log_Priority.h \ Hash_Map_Manager_T.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Hash_Map_Manager_T.cpp \ Null_Mutex.h \ Hash_Map_With_Allocator_T.i \ Hash_Map_With_Allocator_T.cpp \ Malloc.h \ Malloc.i \ Malloc_T.h \ Malloc_Allocator.h \ Malloc_Allocator.i \ Free_List.h \ Free_List.i \ Free_List.cpp \ Malloc_T.i \ Malloc_T.cpp \ Memory_Pool.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Signal.h \ Signal.i \ Mem_Map.h \ Mem_Map.i \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ SV_Semaphore_Simple.i \ SV_Semaphore_Complex.i \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Memory_Pool.i \ Configuration_Import_Export.h .obj/Configuration_Import_Export.o .obj/Configuration_Import_Export.so .shobj/Configuration_Import_Export.o .shobj/Configuration_Import_Export.so: Configuration_Import_Export.cpp \ Configuration_Import_Export.h \ pre.h \ Configuration.h \ SString.h \ SStringfwd.h \ Basic_Types.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ String_Base.h \ String_Base_Const.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ String_Base.i \ Malloc_Base.h \ os_include/sys/os_mman.h \ Min_Max.h \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ String_Base.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ Default_Constants.h \ ACE.i \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ Hash_Map_With_Allocator_T.h \ Hash_Map_Manager_T.h \ Functor.h \ Functor.i \ Functor_T.h \ Functor_T.i \ Functor_T.cpp \ Log_Msg.h \ Log_Priority.h \ Hash_Map_Manager_T.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Hash_Map_Manager_T.cpp \ Null_Mutex.h \ Hash_Map_With_Allocator_T.i \ Hash_Map_With_Allocator_T.cpp \ Malloc.h \ Malloc.i \ Malloc_T.h \ Malloc_Allocator.h \ Malloc_Allocator.i \ Free_List.h \ Free_List.i \ Free_List.cpp \ Malloc_T.i \ Malloc_T.cpp \ Memory_Pool.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Signal.h \ Signal.i \ Mem_Map.h \ Mem_Map.i \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ SV_Semaphore_Simple.i \ SV_Semaphore_Complex.i \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Memory_Pool.i \ OS_NS_ctype.h \ OS_NS_ctype.inl .obj/Date_Time.o .obj/Date_Time.so .shobj/Date_Time.o .shobj/Date_Time.so: Date_Time.cpp \ Date_Time.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Date_Time.i \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Time_Value.h \ os_include/sys/os_time.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_time.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_time.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl .obj/Dirent.o .obj/Dirent.so .shobj/Dirent.o .shobj/Dirent.so: Dirent.cpp \ Dirent.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_NS_dirent.h \ config-all.h \ OS_main.h \ os_include/os_dirent.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_dirent.inl \ OS_Memory.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ OS_NS_stdlib.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Global_Macros.h \ os_include/os_search.h \ OS_Memory.inl \ Dirent.i \ Log_Msg.h \ Default_Constants.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl .obj/Dirent_Selector.o .obj/Dirent_Selector.so .shobj/Dirent_Selector.o .shobj/Dirent_Selector.so: Dirent_Selector.cpp \ Dirent_Selector.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ os_include/os_dirent.h \ config-all.h \ OS_main.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ Dirent_Selector.inl \ OS_NS_dirent.h \ OS_NS_dirent.inl \ OS_Memory.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ OS_NS_stdlib.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Global_Macros.h \ os_include/os_search.h \ OS_Memory.inl .obj/Dynamic.o .obj/Dynamic.so .shobj/Dynamic.o .shobj/Dynamic.so: Dynamic.cpp \ Dynamic.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Dynamic.i \ Singleton.h \ config-all.h \ OS_main.h \ TSS_T.h \ Lock.h \ Lock.inl \ Thread_Mutex.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Mutex.inl \ TSS_T.inl \ TSS_T.cpp \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Log_Msg.h \ Log_Priority.h \ Guard_T.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ Synch_Traits.h \ Null_Mutex.h .obj/Flag_Manip.o .obj/Flag_Manip.so .shobj/Flag_Manip.o .shobj/Flag_Manip.so: Flag_Manip.cpp Flag_Manip.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl .obj/Framework_Component.o .obj/Framework_Component.so .shobj/Framework_Component.o .shobj/Framework_Component.so: Framework_Component.cpp \ Framework_Component.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ os_include/os_signal.h \ config-all.h \ OS_main.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_time.h \ os_include/os_ucontext.h \ Thread_Mutex.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Mutex.inl \ Framework_Component.inl \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Log_Msg.h \ Log_Priority.h \ DLL_Manager.h \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SStringfwd.h \ os_include/os_dlfcn.h .obj/Functor.o .obj/Functor.so .shobj/Functor.o .shobj/Functor.so: Functor.cpp \ Functor_T.h \ pre.h \ Functor.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Functor.i \ ACE.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ Default_Constants.h \ ACE.i \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ 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 \ SStringfwd.h \ Basic_Types.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Containers.h \ Containers.i \ Containers_T.h \ Node.h \ Node.cpp \ Array_Base.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Malloc_Base.h \ os_include/sys/os_mman.h \ Array_Base.inl \ Array_Base.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Log_Msg.h \ Default_Constants.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Unbounded_Queue.h \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Containers_T.i \ Containers_T.cpp \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ Get_Opt.i \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ SString.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Min_Max.h \ String_Base.cpp \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.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 \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Hash_Map_Manager_T.h \ Default_Constants.h \ Functor.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Functor.i \ ACE.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Functor_T.h \ Functor_T.i \ Functor_T.cpp \ Log_Msg.h \ Log_Priority.h \ Hash_Map_Manager_T.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Hash_Map_Manager_T.cpp \ Malloc_Base.h .obj/Connection_Recycling_Strategy.o .obj/Connection_Recycling_Strategy.so .shobj/Connection_Recycling_Strategy.o .shobj/Connection_Recycling_Strategy.so: Connection_Recycling_Strategy.cpp \ Connection_Recycling_Strategy.h \ pre.h \ Recyclable.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Recyclable.inl .obj/Hashable.o .obj/Hashable.so .shobj/Hashable.o .shobj/Hashable.so: Hashable.cpp \ Hashable.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Hashable.inl .obj/Notification_Strategy.o .obj/Notification_Strategy.so .shobj/Notification_Strategy.o .shobj/Notification_Strategy.so: Notification_Strategy.cpp \ Notification_Strategy.h \ pre.h \ Event_Handler.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ os_include/os_signal.h \ config-all.h \ OS_main.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_time.h \ os_include/os_ucontext.h \ Atomic_Op.h \ Thread_Mutex.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Log_Msg.h \ Log_Priority.h \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Notification_Strategy.inl .obj/Recyclable.o .obj/Recyclable.so .shobj/Recyclable.o .shobj/Recyclable.so: Recyclable.cpp \ Recyclable.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Recyclable.inl .obj/Refcountable.o .obj/Refcountable.so .shobj/Refcountable.o .shobj/Refcountable.so: Refcountable.cpp \ Refcountable.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Refcountable.inl .obj/Handle_Ops.o .obj/Handle_Ops.so .shobj/Handle_Ops.o .shobj/Handle_Ops.so: Handle_Ops.cpp \ Handle_Ops.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Handle_Ops.i \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl .obj/Init_ACE.o .obj/Init_ACE.so .shobj/Init_ACE.o .shobj/Init_ACE.so: Init_ACE.cpp \ Init_ACE.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Init_ACE.i \ Object_Manager.h \ Object_Manager_Base.h \ config-all.h \ OS_main.h \ Cleanup.h \ Cleanup.inl \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ Object_Manager_Base.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Recursive_Thread_Mutex.h \ OS_NS_Thread.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp .obj/Lib_Find.o .obj/Lib_Find.so .shobj/Lib_Find.o .shobj/Lib_Find.so: Lib_Find.cpp \ Lib_Find.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_stddef.h \ Lib_Find.i \ Log_Msg.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_stdio.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_stdio.inl \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ OS_NS_fcntl.inl \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl .obj/Message_Block.o .obj/Message_Block.so .shobj/Message_Block.o .shobj/Message_Block.so: Message_Block.cpp \ Message_Block.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Default_Constants.h \ config-all.h \ OS_main.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Time_Value.h \ os_include/sys/os_time.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ Message_Block.i \ Message_Block_T.h \ Message_Block_T.i \ Message_Block_T.cpp \ Malloc_Base.h \ os_include/sys/os_mman.h \ Log_Msg.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Guard_T.h \ Lock.h \ Lock.inl \ OS_NS_Thread.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Timeprobe.h \ Malloc_Allocator.h \ Malloc_Allocator.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 \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl .obj/Object_Manager.o .obj/Object_Manager.so .shobj/Object_Manager.o .shobj/Object_Manager.so: Object_Manager.cpp \ Object_Manager.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Object_Manager_Base.h \ config-all.h \ OS_main.h \ Cleanup.h \ Cleanup.inl \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ Object_Manager_Base.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Recursive_Thread_Mutex.h \ OS_NS_Thread.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Token_Manager.h \ Map_Manager.h \ Log_Msg.h \ Log_Priority.h \ Map_Manager.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Map_Manager.cpp \ Malloc_Base.h \ Local_Tokens.h \ Local_Tokens.i \ Token_Manager.i \ Thread_Manager.h \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Thread_Exit.h \ Thread_Control.h \ Thread_Control.inl \ Condition_Thread_Mutex.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Condition_Thread_Mutex.inl \ Unbounded_Queue.h \ Node.h \ Node.cpp \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Containers.h \ Containers.i \ Containers_T.h \ Array_Base.h \ Array_Base.inl \ Array_Base.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Containers_T.i \ Containers_T.cpp \ Free_List.h \ Free_List.i \ Free_List.cpp \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Singleton.i \ Singleton.cpp \ Framework_Component.h \ Framework_Component.inl \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ Synch_Traits.h \ Thread_Manager.i \ Service_Manager.h \ SOCK_Stream.h \ SOCK_IO.h \ SOCK.h \ Addr.h \ Addr.i \ IPC_SAP.h \ IPC_SAP.i \ SOCK.i \ SOCK_IO.i \ INET_Addr.h \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ SOCK_Stream.i \ SOCK_Acceptor.h \ SOCK_Acceptor.i \ Service_Object.h \ Shared_Object.h \ Shared_Object.i \ Svc_Conf_Tokens.h \ Event_Handler.h \ Atomic_Op.h \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Event_Handler.i \ DLL.h \ os_include/os_dlfcn.h \ Service_Object.i \ Service_Manager.i \ Service_Config.h \ SString.h \ SStringfwd.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Min_Max.h \ String_Base.cpp \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ XML_Svc_Conf.h \ Service_Config.i \ Reactor.h \ Timer_Queuefwd.h \ Reactor_Timer_Interface.h \ Reactor.i \ Reactor_Impl.h \ Signal.h \ Signal.i \ Malloc.h \ Malloc.i \ Malloc_T.h \ Malloc_Allocator.h \ Malloc_Allocator.i \ Malloc_T.i \ Malloc_T.cpp \ Memory_Pool.h \ Mem_Map.h \ Mem_Map.i \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ SV_Semaphore_Simple.i \ SV_Semaphore_Complex.i \ Memory_Pool.i \ Null_Mutex.h \ Mutex.h \ Mutex.inl .obj/Registry.o .obj/Registry.so .shobj/Registry.o .shobj/Registry.so: Registry.cpp \ Registry.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h .obj/String_Base_Const.o .obj/String_Base_Const.so .shobj/String_Base_Const.o .shobj/String_Base_Const.so: String_Base_Const.cpp \ String_Base_Const.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Basic_Types.h \ config-all.h \ OS_main.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i .obj/SString.o .obj/SString.so .shobj/SString.o .shobj/SString.so: SString.cpp \ Malloc.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Log_Msg.h \ config-all.h \ OS_main.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Malloc.i \ Malloc_T.h \ Malloc_Allocator.h \ Malloc_Base.h \ os_include/sys/os_mman.h \ Malloc_Allocator.i \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Free_List.h \ Free_List.i \ Guard_T.h \ Lock.h \ Lock.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Free_List.cpp \ Malloc_T.i \ Malloc_T.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Memory_Pool.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Signal.h \ Signal.i \ Mem_Map.h \ Mem_Map.i \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ SV_Semaphore_Simple.i \ SV_Semaphore_Complex.i \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Memory_Pool.i \ SString.h \ SStringfwd.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Min_Max.h \ String_Base.cpp \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ streams.h .obj/Stats.o .obj/Stats.so .shobj/Stats.o .shobj/Stats.so: Stats.cpp \ Stats.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Unbounded_Queue.h \ Node.h \ config-all.h \ OS_main.h \ Node.cpp \ os_include/os_stddef.h \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Malloc_Base.h \ os_include/sys/os_types.h \ os_include/sys/os_mman.h \ Log_Msg.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Basic_Stats.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Basic_Stats.inl \ Stats.i \ High_Res_Timer.h \ OS_NS_time.h \ OS_NS_time.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ High_Res_Timer.i \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl .obj/Container_Instantiations.o .obj/Container_Instantiations.so .shobj/Container_Instantiations.o .shobj/Container_Instantiations.so: Container_Instantiations.cpp \ CDR_Base.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ CDR_Base.inl \ Unbounded_Queue.h \ Node.h \ Node.cpp \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Malloc_Base.h \ os_include/sys/os_mman.h \ Log_Msg.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl .obj/Sample_History.o .obj/Sample_History.so .shobj/Sample_History.o .shobj/Sample_History.so: Sample_History.cpp \ Sample_History.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Sample_History.inl \ Basic_Stats.h \ Basic_Stats.inl \ Log_Msg.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl .obj/Filecache.o .obj/Filecache.so .shobj/Filecache.o .shobj/Filecache.so: Filecache.cpp \ Filecache.h \ pre.h \ Mem_Map.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ os_include/sys/os_mman.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ Default_Constants.h \ Mem_Map.i \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ OS_NS_fcntl.inl \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Hash_Map_Manager_T.h \ Functor.h \ Functor.i \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Functor_T.h \ Functor_T.i \ Functor_T.cpp \ Log_Msg.h \ Log_Priority.h \ Hash_Map_Manager_T.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Hash_Map_Manager_T.cpp \ Malloc_Base.h \ SString.h \ SStringfwd.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Min_Max.h \ String_Base.cpp \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ Null_Mutex.h \ Synch_Traits.h \ OS_NS_sys_stat.h \ OS_NS_sys_stat.inl \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ OS_NS_time.h \ OS_NS_time.inl .obj/Dump.o .obj/Dump.so .shobj/Dump.o .shobj/Dump.so: Dump.cpp \ Dump.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Dump_T.h \ Dump_T.cpp \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Guard_T.h \ Lock.h \ Lock.inl \ OS_NS_Thread.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Thread_Mutex.h \ Thread_Mutex.inl \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Log_Msg.h \ Log_Priority.h .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 \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ ACE.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ Default_Constants.h \ ACE.i \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Thread_Manager.h \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Thread_Exit.h \ Thread_Control.h \ Thread_Control.inl \ Condition_Thread_Mutex.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Condition_Thread_Mutex.inl \ Unbounded_Queue.h \ Node.h \ Node.cpp \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Malloc_Base.h \ Log_Msg.h \ Log_Priority.h \ Containers.h \ Containers.i \ Containers_T.h \ Array_Base.h \ Array_Base.inl \ Array_Base.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Containers_T.i \ Containers_T.cpp \ Free_List.h \ Free_List.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Free_List.cpp \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ Synch_Traits.h \ Thread_Manager.i \ streams.h \ Log_Msg_Callback.h \ Log_Msg_IPC.h \ Log_Msg_Backend.h \ SOCK_Connector.h \ SOCK_Stream.h \ SOCK_IO.h \ SOCK.h \ Addr.h \ Addr.i \ IPC_SAP.h \ IPC_SAP.i \ SOCK.i \ SOCK_IO.i \ INET_Addr.h \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ SOCK_Stream.i \ SOCK_Connector.i \ Log_Msg_NT_Event_Log.h \ Log_Msg_UNIX_Syslog.h \ Log_Record.h \ Log_Record.i .obj/Log_Msg_Callback.o .obj/Log_Msg_Callback.so .shobj/Log_Msg_Callback.o .shobj/Log_Msg_Callback.so: Log_Msg_Callback.cpp \ Log_Msg_Callback.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl .obj/Log_Msg_Backend.o .obj/Log_Msg_Backend.so .shobj/Log_Msg_Backend.o .shobj/Log_Msg_Backend.so: Log_Msg_Backend.cpp \ Log_Msg_Backend.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl .obj/Log_Msg_IPC.o .obj/Log_Msg_IPC.so .shobj/Log_Msg_IPC.o .shobj/Log_Msg_IPC.so: Log_Msg_IPC.cpp \ Log_Msg_IPC.h \ pre.h \ Log_Msg_Backend.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ SOCK_Connector.h \ SOCK_Stream.h \ SOCK_IO.h \ SOCK.h \ Addr.h \ Addr.i \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/sys/os_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ os_include/sys/os_mman.h \ SOCK_IO.i \ INET_Addr.h \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ SOCK_Stream.i \ SOCK_Connector.i \ Log_Record.h \ Log_Priority.h \ Log_Record.i .obj/Log_Msg_NT_Event_Log.o .obj/Log_Msg_NT_Event_Log.so .shobj/Log_Msg_NT_Event_Log.o .shobj/Log_Msg_NT_Event_Log.so: Log_Msg_NT_Event_Log.cpp \ config-all.h \ pre.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h .obj/Log_Msg_UNIX_Syslog.o .obj/Log_Msg_UNIX_Syslog.so .shobj/Log_Msg_UNIX_Syslog.o .shobj/Log_Msg_UNIX_Syslog.so: Log_Msg_UNIX_Syslog.cpp \ config-all.h \ pre.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ ACE.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ Default_Constants.h \ ACE.i \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Log_Msg.h \ Log_Priority.h \ Log_Msg_UNIX_Syslog.h \ Log_Msg_Backend.h \ Log_Record.h \ Log_Record.i \ os_include/arpa/os_inet.h \ os_include/os_syslog.h .obj/Log_Record.o .obj/Log_Record.so .shobj/Log_Record.o .shobj/Log_Record.so: Log_Record.cpp \ Log_Record.h \ Log_Priority.h \ pre.h \ post.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ ace_wchar.h \ ace_wchar.inl \ Default_Constants.h \ config-all.h \ OS_main.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ iosfwd.h \ Log_Record.i \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ os_include/arpa/os_inet.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Log_Msg.h \ OS_Log_Msg_Attributes.h \ OS_Log_Msg_Attributes.inl \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ Sock_Connect.i \ ACE.i \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_time.h \ OS_NS_time.inl \ streams.h .obj/Logging_Strategy.o .obj/Logging_Strategy.so .shobj/Logging_Strategy.o .shobj/Logging_Strategy.so: Logging_Strategy.cpp \ Logging_Strategy.h \ Service_Object.h \ pre.h \ Shared_Object.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ os_include/sys/os_types.h \ config-all.h \ OS_main.h \ os_include/os_stddef.h \ Shared_Object.i \ Svc_Conf_Tokens.h \ Event_Handler.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ Atomic_Op.h \ Thread_Mutex.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Log_Msg.h \ Log_Priority.h \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ DLL.h \ os_include/os_dlfcn.h \ Service_Object.i \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Get_Opt.h \ SStringfwd.h \ Containers.h \ Containers.i \ Containers_T.h \ Node.h \ Node.cpp \ Array_Base.h \ Malloc_Base.h \ Array_Base.inl \ Array_Base.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Unbounded_Queue.h \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Containers_T.i \ Containers_T.cpp \ Get_Opt.i \ streams.h \ Reactor.h \ Timer_Queuefwd.h \ Reactor_Timer_Interface.h \ Reactor.i \ Reactor_Impl.h .obj/Trace.o .obj/Trace.so .shobj/Trace.o .shobj/Trace.so: Trace.cpp \ Trace.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Log_Msg.h \ config-all.h \ OS_main.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ Object_Manager_Base.inl .obj/Activation_Queue.o .obj/Activation_Queue.so .shobj/Activation_Queue.o .shobj/Activation_Queue.so: Activation_Queue.cpp \ Activation_Queue.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Message_Queue.h \ Message_Block.h \ Default_Constants.h \ config-all.h \ OS_main.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Time_Value.h \ os_include/sys/os_time.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ Message_Block.i \ Message_Block_T.h \ Message_Block_T.i \ Message_Block_T.cpp \ Malloc_Base.h \ os_include/sys/os_mman.h \ IO_Cntl_Msg.h \ Message_Queue_T.h \ Synch_Traits.h \ Lock.h \ Lock.inl \ Guard_T.h \ OS_NS_Thread.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Message_Queue_T.i \ Message_Queue_T.cpp \ Log_Msg.h \ Log_Priority.h \ Notification_Strategy.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Event_Handler.i \ Notification_Strategy.inl \ Message_Queue.i \ Condition_Thread_Mutex.h \ Condition_Thread_Mutex.inl \ Method_Request.h \ Activation_Queue.i .obj/Atomic_Op.o .obj/Atomic_Op.so .shobj/Atomic_Op.o .shobj/Atomic_Op.so: Atomic_Op.cpp \ Atomic_Op.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Thread_Mutex.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Log_Msg.h \ Log_Priority.h \ Atomic_Op.i .obj/Process.o .obj/Process.so .shobj/Process.o .shobj/Process.so: Process.cpp \ Process.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Handle_Set.h \ os_include/sys/os_select.h \ config-all.h \ OS_main.h \ os_include/sys/os_time.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ Handle_Set.i \ Log_Msg.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ os_include/os_string.h \ os_include/os_strings.h \ SString.h \ SStringfwd.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ Basic_Types.i \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Malloc_Base.h \ os_include/sys/os_mman.h \ Min_Max.h \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ String_Base.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ Process.i \ OS_NS_sys_wait.h \ OS_NS_sys_wait.inl \ ARGV.h \ Unbounded_Queue.h \ Node.h \ Node.cpp \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ ARGV.i \ Signal.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Signal.i .obj/Process_Manager.o .obj/Process_Manager.so .shobj/Process_Manager.o .shobj/Process_Manager.so: Process_Manager.cpp \ Process_Manager.h \ pre.h \ Event_Handler.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ os_include/os_signal.h \ config-all.h \ OS_main.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_time.h \ os_include/os_ucontext.h \ Atomic_Op.h \ Thread_Mutex.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Log_Msg.h \ Log_Priority.h \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Process.h \ Handle_Set.h \ os_include/sys/os_select.h \ Handle_Set.i \ os_include/os_strings.h \ SString.h \ SStringfwd.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Malloc_Base.h \ Min_Max.h \ String_Base.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ Process.i \ OS_NS_sys_wait.h \ OS_NS_sys_wait.inl \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Process_Manager.i \ Signal.h \ Signal.i \ Object_Manager.h \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Reactor.h \ Timer_Queuefwd.h \ Reactor_Timer_Interface.h \ Reactor.i \ Reactor_Impl.h .obj/TSS_Adapter.o .obj/TSS_Adapter.so .shobj/TSS_Adapter.o .shobj/TSS_Adapter.so: TSS_Adapter.cpp \ TSS_Adapter.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ TSS_Adapter.inl .obj/Auto_Event.o .obj/Auto_Event.so .shobj/Auto_Event.o .shobj/Auto_Event.so: Auto_Event.cpp \ Auto_Event.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Event.h \ OS_NS_Thread.h \ config-all.h \ OS_main.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Event.inl \ Auto_Event.inl .obj/Manual_Event.o .obj/Manual_Event.so .shobj/Manual_Event.o .shobj/Manual_Event.so: Manual_Event.cpp \ Manual_Event.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Event.h \ OS_NS_Thread.h \ config-all.h \ OS_main.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Event.inl \ Manual_Event.inl .obj/Barrier.o .obj/Barrier.so .shobj/Barrier.o .shobj/Barrier.so: Barrier.cpp \ Barrier.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_NS_errno.h \ config-all.h \ OS_main.h \ os_include/os_errno.h \ OS_NS_errno.inl \ Condition_Thread_Mutex.h \ Thread_Mutex.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Mutex.inl \ Condition_Thread_Mutex.inl \ Barrier.inl \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp .obj/Condition_Thread_Mutex.o .obj/Condition_Thread_Mutex.so .shobj/Condition_Thread_Mutex.o .shobj/Condition_Thread_Mutex.so: Condition_Thread_Mutex.cpp \ Condition_Thread_Mutex.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Thread_Mutex.h \ config-all.h \ OS_main.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Mutex.inl \ Condition_Thread_Mutex.inl \ Log_Msg.h \ Log_Priority.h .obj/Condition_Recursive_Thread_Mutex.o .obj/Condition_Recursive_Thread_Mutex.so .shobj/Condition_Recursive_Thread_Mutex.o .shobj/Condition_Recursive_Thread_Mutex.so: Condition_Recursive_Thread_Mutex.cpp \ Condition_Recursive_Thread_Mutex.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Recursive_Thread_Mutex.h \ OS_NS_Thread.h \ config-all.h \ OS_main.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Recursive_Thread_Mutex.inl \ Condition_Recursive_Thread_Mutex.inl .obj/Event.o .obj/Event.so .shobj/Event.o .shobj/Event.so: Event.cpp \ Event.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_NS_Thread.h \ config-all.h \ OS_main.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Event.inl \ Log_Msg.h \ Log_Priority.h .obj/Lock.o .obj/Lock.so .shobj/Lock.o .shobj/Lock.so: Lock.cpp \ Lock.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Lock.inl .obj/Mutex.o .obj/Mutex.so .shobj/Mutex.o .shobj/Mutex.so: Mutex.cpp \ Mutex.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Log_Msg.h \ config-all.h \ OS_main.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ OS_NS_Thread.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Mutex.inl .obj/RW_Mutex.o .obj/RW_Mutex.so .shobj/RW_Mutex.o .shobj/RW_Mutex.so: RW_Mutex.cpp \ RW_Mutex.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_NS_Thread.h \ config-all.h \ OS_main.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ RW_Mutex.inl \ Log_Msg.h \ Log_Priority.h .obj/RW_Thread_Mutex.o .obj/RW_Thread_Mutex.so .shobj/RW_Thread_Mutex.o .shobj/RW_Thread_Mutex.so: RW_Thread_Mutex.cpp \ RW_Thread_Mutex.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ RW_Mutex.h \ OS_NS_Thread.h \ config-all.h \ OS_main.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ Guard_T.cpp .obj/Recursive_Thread_Mutex.o .obj/Recursive_Thread_Mutex.so .shobj/Recursive_Thread_Mutex.o .shobj/Recursive_Thread_Mutex.so: Recursive_Thread_Mutex.cpp \ Recursive_Thread_Mutex.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_NS_Thread.h \ config-all.h \ OS_main.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Recursive_Thread_Mutex.inl \ Log_Msg.h \ Log_Priority.h .obj/Semaphore.o .obj/Semaphore.so .shobj/Semaphore.o .shobj/Semaphore.so: Semaphore.cpp \ Semaphore.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_NS_Thread.h \ config-all.h \ OS_main.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Semaphore.inl \ Log_Msg.h \ Log_Priority.h \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl .obj/Thread_Mutex.o .obj/Thread_Mutex.so .shobj/Thread_Mutex.o .shobj/Thread_Mutex.so: Thread_Mutex.cpp \ Thread_Mutex.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Mutex.inl \ Log_Msg.h \ Log_Priority.h \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Malloc_T.h \ Malloc.h \ Malloc.i \ Memory_Pool.h \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Event_Handler.h \ Atomic_Op.h \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Signal.h \ Signal.i \ Mem_Map.h \ Mem_Map.i \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ SV_Semaphore_Simple.i \ SV_Semaphore_Complex.i \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Malloc_Base.h \ Memory_Pool.i \ Malloc_Allocator.h \ Malloc_Allocator.i \ Free_List.h \ Free_List.i \ Free_List.cpp \ Malloc_T.i \ Malloc_T.cpp .obj/Thread_Semaphore.o .obj/Thread_Semaphore.so .shobj/Thread_Semaphore.o .shobj/Thread_Semaphore.so: Thread_Semaphore.cpp \ Thread_Semaphore.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Semaphore.h \ OS_NS_Thread.h \ config-all.h \ OS_main.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Semaphore.inl \ Thread_Semaphore.inl \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl .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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Time_Value.h \ os_include/sys/os_time.h \ config-all.h \ OS_main.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ os_include/os_errno.h \ Synch_Options.i \ Global_Macros.h \ OS_Errno.h \ OS_Errno.inl .obj/Process_Semaphore.o .obj/Process_Semaphore.so .shobj/Process_Semaphore.o .shobj/Process_Semaphore.so: Process_Semaphore.cpp \ Process_Semaphore.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ os_include/sys/os_stat.h \ config-all.h \ OS_main.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/sys/os_ipc.h \ os_include/sys/os_sem.h \ Default_Constants.h \ SV_Semaphore_Simple.i \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ OS_NS_Thread.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ SV_Semaphore_Complex.i \ Process_Semaphore.inl \ Log_Msg.h \ Log_Priority.h \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl .obj/Process_Mutex.o .obj/Process_Mutex.so .shobj/Process_Mutex.o .shobj/Process_Mutex.so: Process_Mutex.cpp \ Process_Mutex.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/sys/os_ipc.h \ os_include/sys/os_sem.h \ Default_Constants.h \ SV_Semaphore_Simple.i \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ OS_NS_Thread.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ SV_Semaphore_Complex.i \ Process_Mutex.inl \ Log_Msg.h \ Log_Priority.h \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Malloc_T.h \ Malloc.h \ Malloc.i \ Memory_Pool.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Signal.h \ Signal.i \ Mem_Map.h \ Mem_Map.i \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Malloc_Base.h \ Memory_Pool.i \ Malloc_Allocator.h \ Malloc_Allocator.i \ Free_List.h \ Free_List.i \ Free_List.cpp \ Malloc_T.i \ Malloc_T.cpp .obj/RW_Process_Mutex.o .obj/RW_Process_Mutex.so .shobj/RW_Process_Mutex.o .shobj/RW_Process_Mutex.so: RW_Process_Mutex.cpp \ RW_Process_Mutex.h \ pre.h \ File_Lock.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_NS_stdio.h \ config-all.h \ OS_main.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_stddef.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ OS_NS_stdio.inl \ OS_NS_unistd.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ os_include/os_errno.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ Global_Macros.h \ OS_Errno.h \ OS_Errno.inl \ OS_NS_fcntl.inl \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ File_Lock.inl \ RW_Process_Mutex.inl \ Log_Msg.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ os_include/sys/os_mman.h \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Malloc_T.h \ Malloc.h \ Malloc.i \ Memory_Pool.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Signal.h \ Signal.i \ Mem_Map.h \ Mem_Map.i \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ SV_Semaphore_Simple.i \ SV_Semaphore_Complex.i \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Malloc_Base.h \ Memory_Pool.i \ Malloc_Allocator.h \ Malloc_Allocator.i \ Free_List.h \ Free_List.i \ Free_List.cpp \ Malloc_T.i \ Malloc_T.cpp .obj/File_Lock.o .obj/File_Lock.so .shobj/File_Lock.o .shobj/File_Lock.so: File_Lock.cpp \ File_Lock.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_NS_stdio.h \ config-all.h \ OS_main.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_stddef.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ OS_NS_stdio.inl \ OS_NS_unistd.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ os_include/os_errno.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ Global_Macros.h \ OS_Errno.h \ OS_Errno.inl \ OS_NS_fcntl.inl \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ File_Lock.inl \ Log_Msg.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl .obj/Thread.o .obj/Thread.so .shobj/Thread.o .shobj/Thread.so: Thread.cpp \ Thread.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_NS_Thread.h \ config-all.h \ OS_main.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i .obj/Thread_Manager.o .obj/Thread_Manager.so .shobj/Thread_Manager.o .shobj/Thread_Manager.so: Thread_Manager.cpp \ TSS_T.h \ pre.h \ Lock.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Lock.inl \ Thread_Mutex.h \ config-all.h \ OS_main.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Mutex.inl \ TSS_T.inl \ TSS_T.cpp \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Log_Msg.h \ Log_Priority.h \ Guard_T.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Thread_Manager.h \ Thread_Exit.h \ Thread_Control.h \ Thread_Control.inl \ Condition_Thread_Mutex.h \ Condition_Thread_Mutex.inl \ Unbounded_Queue.h \ Node.h \ Node.cpp \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Malloc_Base.h \ Containers.h \ Containers.i \ Containers_T.h \ Array_Base.h \ Array_Base.inl \ Array_Base.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Containers_T.i \ Containers_T.cpp \ Free_List.h \ Free_List.i \ Free_List.cpp \ Singleton.h \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ Synch_Traits.h \ Thread_Manager.i \ Dynamic.h \ Dynamic.i \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp .obj/Thread_Adapter.o .obj/Thread_Adapter.so .shobj/Thread_Adapter.o .shobj/Thread_Adapter.so: Thread_Adapter.cpp \ Thread_Adapter.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ config-all.h \ OS_main.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_stddef.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ Thread_Adapter.inl \ Thread_Manager.h \ Thread.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread.i \ Thread_Exit.h \ Thread_Control.h \ Thread_Control.inl \ Condition_Thread_Mutex.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Condition_Thread_Mutex.inl \ Unbounded_Queue.h \ Node.h \ Node.cpp \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Malloc_Base.h \ Log_Msg.h \ Log_Priority.h \ Containers.h \ Containers.i \ Containers_T.h \ Array_Base.h \ Array_Base.inl \ Array_Base.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Containers_T.i \ Containers_T.cpp \ Free_List.h \ Free_List.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Free_List.cpp \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ Synch_Traits.h \ Thread_Manager.i \ Thread_Hook.h .obj/Thread_Exit.o .obj/Thread_Exit.so .shobj/Thread_Exit.o .shobj/Thread_Exit.so: Thread_Exit.cpp \ Thread_Exit.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Thread_Control.h \ Thread_Control.inl \ Managed_Object.h \ Object_Manager.h \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ Object_Manager_Base.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Recursive_Thread_Mutex.h \ OS_NS_Thread.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.i \ Managed_Object.cpp \ Thread_Manager.h \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Condition_Thread_Mutex.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Condition_Thread_Mutex.inl \ Unbounded_Queue.h \ Node.h \ Node.cpp \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Malloc_Base.h \ Log_Msg.h \ Log_Priority.h \ Containers.h \ Containers.i \ Containers_T.h \ Array_Base.h \ Array_Base.inl \ Array_Base.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Containers_T.i \ Containers_T.cpp \ Free_List.h \ Free_List.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Free_List.cpp \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Singleton.i \ Singleton.cpp \ Framework_Component.h \ Framework_Component.inl \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ Synch_Traits.h \ Thread_Manager.i .obj/Thread_Control.o .obj/Thread_Control.so .shobj/Thread_Control.o .shobj/Thread_Control.so: Thread_Control.cpp \ config-all.h \ pre.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Thread_Control.h \ Thread_Control.inl \ Thread_Manager.h \ Thread.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Thread_Exit.h \ Condition_Thread_Mutex.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Condition_Thread_Mutex.inl \ Unbounded_Queue.h \ Node.h \ Node.cpp \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Malloc_Base.h \ Log_Msg.h \ Log_Priority.h \ Containers.h \ Containers.i \ Containers_T.h \ Array_Base.h \ Array_Base.inl \ Array_Base.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Containers_T.i \ Containers_T.cpp \ Free_List.h \ Free_List.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Free_List.cpp \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ Synch_Traits.h \ Thread_Manager.i .obj/Token.o .obj/Token.so .shobj/Token.o .shobj/Token.so: Token.cpp \ Thread.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_NS_Thread.h \ config-all.h \ OS_main.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Token.h \ Null_Mutex.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Condition_Thread_Mutex.h \ Condition_Thread_Mutex.inl \ Token.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Log_Msg.h \ Log_Priority.h .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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ os_include/os_signal.h \ config-all.h \ OS_main.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_time.h \ os_include/os_ucontext.h \ Atomic_Op.h \ Thread_Mutex.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Log_Msg.h \ Log_Priority.h \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Message_Block.h \ Message_Block.i \ Message_Block_T.h \ Message_Block_T.i \ Message_Block_T.cpp \ Malloc_Base.h \ Reactor.h \ Timer_Queuefwd.h \ Reactor_Timer_Interface.h \ Reactor.i \ Reactor_Impl.h \ Thread_Manager.h \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Thread_Exit.h \ Thread_Control.h \ Thread_Control.inl \ Condition_Thread_Mutex.h \ Condition_Thread_Mutex.inl \ Unbounded_Queue.h \ Node.h \ Node.cpp \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Containers.h \ Containers.i \ Containers_T.h \ Array_Base.h \ Array_Base.inl \ Array_Base.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Containers_T.i \ Containers_T.cpp \ Free_List.h \ Free_List.i \ Free_List.cpp \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ Thread_Manager.i .obj/FlReactor.o .obj/FlReactor.so .shobj/FlReactor.o .shobj/FlReactor.so: FlReactor.cpp \ FlReactor.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h .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 \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ 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 \ config-all.h \ pre.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Proactor_Impl.h \ Asynch_IO.h \ os_include/os_signal.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ Reactor.h \ Timer_Queuefwd.h \ Synch_Traits.h \ Lock.h \ Lock.inl \ Reactor_Timer_Interface.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ os_include/os_errno.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Log_Msg.h \ Log_Priority.h \ Atomic_Op.i \ Event_Handler.i \ Reactor.i \ Reactor_Impl.h \ Free_List.h \ Free_List.i \ Free_List.cpp \ Pipe.h \ Pipe.i \ POSIX_Asynch_IO.h \ os_include/os_aio.h \ Asynch_IO_Impl.h \ Asynch_IO_Impl.i \ Unbounded_Queue.h \ Node.h \ Node.cpp \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Malloc_Base.h \ Map_Manager.h \ Map_Manager.i \ Map_Manager.cpp \ Null_Mutex.h \ POSIX_Asynch_IO.i \ Asynch_Pseudo_Task.h \ Select_Reactor.h \ Select_Reactor_T.h \ Select_Reactor_Base.h \ Handle_Set.h \ os_include/sys/os_select.h \ Handle_Set.i \ os_include/os_strings.h \ Token.h \ Condition_Thread_Mutex.h \ Condition_Thread_Mutex.inl \ Token.i \ Select_Reactor_Base.i \ Lock_Adapter_T.h \ Lock_Adapter_T.inl \ Lock_Adapter_T.cpp \ Select_Reactor_T.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Signal.h \ Signal.i \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Timer_Heap.h \ Timer_Heap_T.h \ Timer_Queue_T.h \ Timer_Queue_T.i \ Timer_Queue_T.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Timer_Heap_T.cpp \ OS_NS_sys_select.h \ OS_NS_sys_select.inl \ OS_NS_sys_stat.h \ OS_NS_sys_stat.inl \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Select_Reactor_T.i \ Task.h \ Service_Object.h \ Shared_Object.h \ Shared_Object.i \ Svc_Conf_Tokens.h \ DLL.h \ os_include/os_dlfcn.h \ Service_Object.i \ Thread_Manager.h \ Thread_Exit.h \ Thread_Control.h \ Thread_Control.inl \ Containers.h \ Containers.i \ Containers_T.h \ Array_Base.h \ Array_Base.inl \ Array_Base.cpp \ Containers_T.i \ Containers_T.cpp \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ 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 \ Notification_Strategy.h \ Notification_Strategy.inl \ Message_Queue.i \ Task_T.i \ os_include/os_assert.h \ Task_T.cpp \ Module.h \ os_include/os_dirent.h \ Module.i \ Module.cpp \ Stream_Modules.h \ Stream_Modules.cpp \ Null_Condition.h \ Manual_Event.h \ Event.h \ Event.inl \ Manual_Event.inl \ POSIX_Proactor.i .obj/POSIX_CB_Proactor.o .obj/POSIX_CB_Proactor.so .shobj/POSIX_CB_Proactor.o .shobj/POSIX_CB_Proactor.so: POSIX_CB_Proactor.cpp \ POSIX_CB_Proactor.h \ config-all.h \ pre.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Synch_Traits.h \ Lock.h \ Lock.inl \ Thread_Semaphore.h \ Semaphore.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Semaphore.inl \ Thread_Semaphore.inl \ Null_Semaphore.h \ POSIX_Proactor.h \ Proactor_Impl.h \ Asynch_IO.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Reactor.h \ Timer_Queuefwd.h \ Reactor_Timer_Interface.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Log_Msg.h \ Log_Priority.h \ Atomic_Op.i \ Event_Handler.i \ Reactor.i \ Reactor_Impl.h \ Free_List.h \ Free_List.i \ Free_List.cpp \ Pipe.h \ Pipe.i \ POSIX_Asynch_IO.h \ os_include/os_aio.h \ Asynch_IO_Impl.h \ Asynch_IO_Impl.i \ Unbounded_Queue.h \ Node.h \ Node.cpp \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Malloc_Base.h \ Map_Manager.h \ Map_Manager.i \ Map_Manager.cpp \ Null_Mutex.h \ POSIX_Asynch_IO.i \ Asynch_Pseudo_Task.h \ Select_Reactor.h \ Select_Reactor_T.h \ Select_Reactor_Base.h \ Handle_Set.h \ os_include/sys/os_select.h \ Handle_Set.i \ os_include/os_strings.h \ Token.h \ Condition_Thread_Mutex.h \ Condition_Thread_Mutex.inl \ Token.i \ Select_Reactor_Base.i \ Lock_Adapter_T.h \ Lock_Adapter_T.inl \ Lock_Adapter_T.cpp \ Select_Reactor_T.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Signal.h \ Signal.i \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Timer_Heap.h \ Timer_Heap_T.h \ Timer_Queue_T.h \ Timer_Queue_T.i \ Timer_Queue_T.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Timer_Heap_T.cpp \ OS_NS_sys_select.h \ OS_NS_sys_select.inl \ OS_NS_sys_stat.h \ OS_NS_sys_stat.inl \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Select_Reactor_T.i \ Task.h \ Service_Object.h \ Shared_Object.h \ Shared_Object.i \ Svc_Conf_Tokens.h \ DLL.h \ os_include/os_dlfcn.h \ Service_Object.i \ Thread_Manager.h \ Thread_Exit.h \ Thread_Control.h \ Thread_Control.inl \ Containers.h \ Containers.i \ Containers_T.h \ Array_Base.h \ Array_Base.inl \ Array_Base.cpp \ Containers_T.i \ Containers_T.cpp \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ 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 \ Notification_Strategy.h \ Notification_Strategy.inl \ Message_Queue.i \ Task_T.i \ os_include/os_assert.h \ Task_T.cpp \ Module.h \ os_include/os_dirent.h \ Module.i \ Module.cpp \ Stream_Modules.h \ Stream_Modules.cpp \ Null_Condition.h \ Manual_Event.h \ Event.h \ Event.inl \ Manual_Event.inl \ POSIX_Proactor.i \ POSIX_CB_Proactor.i .obj/WIN32_Proactor.o .obj/WIN32_Proactor.so .shobj/WIN32_Proactor.o .shobj/WIN32_Proactor.so: WIN32_Proactor.cpp \ WIN32_Proactor.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h .obj/Priority_Reactor.o .obj/Priority_Reactor.so .shobj/Priority_Reactor.o .shobj/Priority_Reactor.so: Priority_Reactor.cpp \ Priority_Reactor.h \ pre.h \ Unbounded_Queue.h \ Node.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Node.cpp \ os_include/os_stddef.h \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Malloc_Base.h \ os_include/sys/os_types.h \ os_include/sys/os_mman.h \ Log_Msg.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Select_Reactor.h \ Select_Reactor_T.h \ Select_Reactor_Base.h \ Timer_Queuefwd.h \ Synch_Traits.h \ Lock.h \ Lock.inl \ Event_Handler.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ Atomic_Op.h \ Thread_Mutex.h \ OS_NS_Thread.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Atomic_Op.i \ Event_Handler.i \ Handle_Set.h \ os_include/sys/os_select.h \ Handle_Set.i \ os_include/os_strings.h \ Token.h \ Null_Mutex.h \ Condition_Thread_Mutex.h \ Condition_Thread_Mutex.inl \ Token.i \ Pipe.h \ Pipe.i \ Reactor_Impl.h \ Select_Reactor_Base.i \ Reactor.h \ Reactor_Timer_Interface.h \ Reactor.i \ Lock_Adapter_T.h \ Lock_Adapter_T.inl \ Lock_Adapter_T.cpp \ Select_Reactor_T.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Signal.h \ Signal.i \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Timer_Heap.h \ Timer_Heap_T.h \ Timer_Queue_T.h \ Free_List.h \ Free_List.i \ Free_List.cpp \ Timer_Queue_T.i \ Timer_Queue_T.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Timer_Heap_T.cpp \ OS_NS_sys_select.h \ OS_NS_sys_select.inl \ OS_NS_sys_stat.h \ OS_NS_sys_stat.inl \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Select_Reactor_T.i \ Malloc_T.h \ Malloc.h \ Malloc.i \ Memory_Pool.h \ Mem_Map.h \ Mem_Map.i \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ SV_Semaphore_Simple.i \ SV_Semaphore_Complex.i \ Memory_Pool.i \ Malloc_Allocator.h \ Malloc_Allocator.i \ Malloc_T.i \ Malloc_T.cpp .obj/Proactor.o .obj/Proactor.so .shobj/Proactor.o .shobj/Proactor.so: Proactor.cpp \ Proactor.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Asynch_IO.h \ os_include/os_signal.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ Asynch_IO_Impl.h \ Asynch_IO_Impl.i \ Thread_Manager.h \ Thread.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Thread_Exit.h \ Thread_Control.h \ Thread_Control.inl \ Condition_Thread_Mutex.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Condition_Thread_Mutex.inl \ Unbounded_Queue.h \ Node.h \ Node.cpp \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Malloc_Base.h \ Log_Msg.h \ Log_Priority.h \ Containers.h \ Containers.i \ Containers_T.h \ Array_Base.h \ Array_Base.inl \ Array_Base.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Containers_T.i \ Containers_T.cpp \ Free_List.h \ Free_List.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Free_List.cpp \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ Synch_Traits.h \ Thread_Manager.i \ Timer_Queue.h \ Timer_Queuefwd.h \ Timer_Queue_T.h \ Event_Handler.h \ Atomic_Op.h \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Event_Handler.i \ Timer_Queue_T.i \ Timer_Queue_T.cpp \ Reactor_Timer_Interface.h \ Null_Mutex.h \ Timer_List.h \ Timer_List_T.h \ Timer_List_T.cpp \ Timer_Heap.h \ Timer_Heap_T.h \ Timer_Heap_T.cpp \ Timer_Wheel.h \ Timer_Wheel_T.h \ Timer_Wheel_T.cpp \ Proactor.i \ Proactor_Impl.h \ Reactor.h \ Reactor.i \ Reactor_Impl.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 \ Notification_Strategy.h \ Notification_Strategy.inl \ Message_Queue.i \ Task.h \ Service_Object.h \ Shared_Object.h \ Shared_Object.i \ Svc_Conf_Tokens.h \ DLL.h \ os_include/os_dlfcn.h \ Service_Object.i \ Task.i \ Task_T.i \ os_include/os_assert.h \ Task_T.cpp \ Module.h \ os_include/os_dirent.h \ Module.i \ Module.cpp \ Stream_Modules.h \ Stream_Modules.cpp \ Null_Condition.h \ Service_Config.h \ SString.h \ SStringfwd.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Min_Max.h \ String_Base.cpp \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ XML_Svc_Conf.h \ Service_Config.i \ POSIX_Proactor.h \ Pipe.h \ Pipe.i \ POSIX_Asynch_IO.h \ os_include/os_aio.h \ Map_Manager.h \ Map_Manager.i \ Map_Manager.cpp \ POSIX_Asynch_IO.i \ Asynch_Pseudo_Task.h \ Select_Reactor.h \ Select_Reactor_T.h \ Select_Reactor_Base.h \ Handle_Set.h \ os_include/sys/os_select.h \ Handle_Set.i \ os_include/os_strings.h \ Token.h \ Token.i \ Select_Reactor_Base.i \ Lock_Adapter_T.h \ Lock_Adapter_T.inl \ Lock_Adapter_T.cpp \ Select_Reactor_T.cpp \ Signal.h \ Signal.i \ OS_NS_sys_select.h \ OS_NS_sys_select.inl \ OS_NS_sys_stat.h \ OS_NS_sys_stat.inl \ Select_Reactor_T.i \ Manual_Event.h \ Event.h \ Event.inl \ Manual_Event.inl \ POSIX_Proactor.i \ Auto_Event.h \ Auto_Event.inl .obj/Reactor.o .obj/Reactor.so .shobj/Reactor.o .shobj/Reactor.so: Reactor.cpp \ Reactor.h \ pre.h \ Timer_Queuefwd.h \ Synch_Traits.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Lock.h \ Lock.inl \ Reactor_Timer_Interface.h \ Time_Value.h \ os_include/sys/os_time.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ os_include/os_errno.h \ Event_Handler.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ Atomic_Op.h \ Thread_Mutex.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Log_Msg.h \ Log_Priority.h \ Atomic_Op.i \ Event_Handler.i \ Reactor.i \ Reactor_Impl.h \ Service_Config.h \ Unbounded_Queue.h \ Node.h \ Node.cpp \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Malloc_Base.h \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ SString.h \ SStringfwd.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Min_Max.h \ String_Base.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ XML_Svc_Conf.h \ Service_Config.i \ Svc_Conf_Tokens.h \ Select_Reactor.h \ Select_Reactor_T.h \ Select_Reactor_Base.h \ Handle_Set.h \ os_include/sys/os_select.h \ Handle_Set.i \ os_include/os_strings.h \ Token.h \ Null_Mutex.h \ Condition_Thread_Mutex.h \ Condition_Thread_Mutex.inl \ Token.i \ Pipe.h \ Pipe.i \ Select_Reactor_Base.i \ Lock_Adapter_T.h \ Lock_Adapter_T.inl \ Lock_Adapter_T.cpp \ Select_Reactor_T.cpp \ Signal.h \ Signal.i \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Timer_Heap.h \ Timer_Heap_T.h \ Timer_Queue_T.h \ Free_List.h \ Free_List.i \ Free_List.cpp \ Timer_Queue_T.i \ Timer_Queue_T.cpp \ Timer_Heap_T.cpp \ OS_NS_sys_select.h \ OS_NS_sys_select.inl \ OS_NS_sys_stat.h \ OS_NS_sys_stat.inl \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Select_Reactor_T.i \ Static_Object_Lock.h \ Framework_Component.h \ Framework_Component.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp .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 \ Timer_Queuefwd.h \ Synch_Traits.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Lock.h \ Lock.inl \ Event_Handler.h \ os_include/os_signal.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_time.h \ os_include/os_ucontext.h \ Atomic_Op.h \ Thread_Mutex.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Log_Msg.h \ Log_Priority.h \ Atomic_Op.i \ Event_Handler.i \ Handle_Set.h \ os_include/sys/os_select.h \ Handle_Set.i \ os_include/os_strings.h \ Token.h \ Null_Mutex.h \ Condition_Thread_Mutex.h \ Condition_Thread_Mutex.inl \ Token.i \ Pipe.h \ Pipe.i \ Reactor_Impl.h \ Select_Reactor_Base.i \ Reactor.h \ Reactor_Timer_Interface.h \ Reactor.i \ Lock_Adapter_T.h \ Lock_Adapter_T.inl \ Lock_Adapter_T.cpp \ Select_Reactor_T.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Signal.h \ Signal.i \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Timer_Heap.h \ Timer_Heap_T.h \ Timer_Queue_T.h \ Free_List.h \ Free_List.i \ Free_List.cpp \ Timer_Queue_T.i \ Timer_Queue_T.cpp \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Malloc_Base.h \ Timer_Heap_T.cpp \ OS_NS_sys_select.h \ OS_NS_sys_select.inl \ OS_NS_sys_stat.h \ OS_NS_sys_stat.inl \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ 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 \ Timer_Queuefwd.h \ Synch_Traits.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Lock.h \ Lock.inl \ Event_Handler.h \ os_include/os_signal.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_time.h \ os_include/os_ucontext.h \ Atomic_Op.h \ Thread_Mutex.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Log_Msg.h \ Log_Priority.h \ Atomic_Op.i \ Event_Handler.i \ Handle_Set.h \ os_include/sys/os_select.h \ Handle_Set.i \ os_include/os_strings.h \ Token.h \ Null_Mutex.h \ Condition_Thread_Mutex.h \ Condition_Thread_Mutex.inl \ Token.i \ Pipe.h \ Pipe.i \ Reactor_Impl.h \ Select_Reactor_Base.i \ Reactor.h \ Reactor_Timer_Interface.h \ Reactor.i \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ SOCK_Acceptor.h \ SOCK_Stream.h \ SOCK_IO.h \ SOCK.h \ Addr.h \ Addr.i \ IPC_SAP.h \ Flag_Manip.h \ Flag_Manip.i \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/sys/os_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ SOCK_IO.i \ INET_Addr.h \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ SOCK_Stream.i \ SOCK_Acceptor.i \ SOCK_Connector.h \ SOCK_Connector.i \ Timer_Heap.h \ Timer_Heap_T.h \ Timer_Queue_T.h \ Free_List.h \ Free_List.i \ Free_List.cpp \ Timer_Queue_T.i \ Timer_Queue_T.cpp \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Malloc_Base.h \ Timer_Heap_T.cpp \ Signal.h \ Signal.i .obj/SUN_Proactor.o .obj/SUN_Proactor.so .shobj/SUN_Proactor.o .shobj/SUN_Proactor.so: SUN_Proactor.cpp \ SUN_Proactor.h \ config-all.h \ pre.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h .obj/Dev_Poll_Reactor.o .obj/Dev_Poll_Reactor.so .shobj/Dev_Poll_Reactor.o .shobj/Dev_Poll_Reactor.so: Dev_Poll_Reactor.cpp \ Dev_Poll_Reactor.h \ pre.h \ Reactor_Impl.h \ Timer_Queuefwd.h \ Synch_Traits.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Lock.h \ Lock.inl \ Event_Handler.h \ os_include/os_signal.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_time.h \ os_include/os_ucontext.h \ Atomic_Op.h \ Thread_Mutex.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Log_Msg.h \ Log_Priority.h \ Atomic_Op.i \ Event_Handler.i \ Signal.h \ Signal.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 \ Timer_Queuefwd.h \ Synch_Traits.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Lock.h \ Lock.inl \ Event_Handler.h \ os_include/os_signal.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_time.h \ os_include/os_ucontext.h \ Atomic_Op.h \ Thread_Mutex.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Log_Msg.h \ Log_Priority.h \ Atomic_Op.i \ Event_Handler.i \ Handle_Set.h \ os_include/sys/os_select.h \ Handle_Set.i \ os_include/os_strings.h \ Token.h \ Null_Mutex.h \ Condition_Thread_Mutex.h \ Condition_Thread_Mutex.inl \ Token.i \ Pipe.h \ Pipe.i \ Reactor_Impl.h \ Select_Reactor_Base.i \ Reactor.h \ Reactor_Timer_Interface.h \ Reactor.i \ Lock_Adapter_T.h \ Lock_Adapter_T.inl \ Lock_Adapter_T.cpp \ Select_Reactor_T.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Signal.h \ Signal.i \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Timer_Heap.h \ Timer_Heap_T.h \ Timer_Queue_T.h \ Free_List.h \ Free_List.i \ Free_List.cpp \ Timer_Queue_T.i \ Timer_Queue_T.cpp \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Malloc_Base.h \ Timer_Heap_T.cpp \ OS_NS_sys_select.h \ OS_NS_sys_select.inl \ OS_NS_sys_stat.h \ OS_NS_sys_stat.inl \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Select_Reactor_T.i \ Timer_Queue.h \ TP_Reactor.i .obj/TkReactor.o .obj/TkReactor.so .shobj/TkReactor.o .shobj/TkReactor.so: TkReactor.cpp \ TkReactor.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h .obj/WFMO_Reactor.o .obj/WFMO_Reactor.so .shobj/WFMO_Reactor.o .shobj/WFMO_Reactor.so: WFMO_Reactor.cpp \ WFMO_Reactor.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h .obj/XtReactor.o .obj/XtReactor.so .shobj/XtReactor.o .shobj/XtReactor.so: XtReactor.cpp \ XtReactor.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h .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 \ Timer_Queuefwd.h \ Synch_Traits.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Lock.h \ Lock.inl \ Event_Handler.h \ os_include/os_signal.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_time.h \ os_include/os_ucontext.h \ Atomic_Op.h \ Thread_Mutex.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Log_Msg.h \ Log_Priority.h \ Atomic_Op.i \ Event_Handler.i \ Handle_Set.h \ os_include/sys/os_select.h \ Handle_Set.i \ os_include/os_strings.h \ Token.h \ Null_Mutex.h \ Condition_Thread_Mutex.h \ Condition_Thread_Mutex.inl \ Token.i \ Pipe.h \ Pipe.i \ Reactor_Impl.h \ Select_Reactor_Base.i \ Reactor.h \ Reactor_Timer_Interface.h \ Reactor.i \ Lock_Adapter_T.h \ Lock_Adapter_T.inl \ Lock_Adapter_T.cpp \ Select_Reactor_T.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Signal.h \ Signal.i \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Timer_Heap.h \ Timer_Heap_T.h \ Timer_Queue_T.h \ Free_List.h \ Free_List.i \ Free_List.cpp \ Timer_Queue_T.i \ Timer_Queue_T.cpp \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Malloc_Base.h \ Timer_Heap_T.cpp \ OS_NS_sys_select.h \ OS_NS_sys_select.inl \ OS_NS_sys_stat.h \ OS_NS_sys_stat.inl \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ 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 \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ os_include/os_signal.h \ config-all.h \ OS_main.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ Proactor.h \ Asynch_IO_Impl.h \ Asynch_IO_Impl.i \ Thread_Manager.h \ Thread.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Thread_Exit.h \ Thread_Control.h \ Thread_Control.inl \ Condition_Thread_Mutex.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Condition_Thread_Mutex.inl \ Unbounded_Queue.h \ Node.h \ Node.cpp \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Malloc_Base.h \ Log_Msg.h \ Log_Priority.h \ Containers.h \ Containers.i \ Containers_T.h \ Array_Base.h \ Array_Base.inl \ Array_Base.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Containers_T.i \ Containers_T.cpp \ Free_List.h \ Free_List.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Free_List.cpp \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ Synch_Traits.h \ Thread_Manager.i \ Timer_Queue.h \ Timer_Queuefwd.h \ Timer_Queue_T.h \ Event_Handler.h \ Atomic_Op.h \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Event_Handler.i \ Timer_Queue_T.i \ Timer_Queue_T.cpp \ Reactor_Timer_Interface.h \ Null_Mutex.h \ Timer_List.h \ Timer_List_T.h \ Timer_List_T.cpp \ Timer_Heap.h \ Timer_Heap_T.h \ Timer_Heap_T.cpp \ Timer_Wheel.h \ Timer_Wheel_T.h \ Timer_Wheel_T.cpp \ Proactor.i \ Message_Block.h \ Message_Block.i \ Message_Block_T.h \ Message_Block_T.i \ Message_Block_T.cpp \ INET_Addr.h \ Addr.h \ Addr.i \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl .obj/Asynch_IO_Impl.o .obj/Asynch_IO_Impl.so .shobj/Asynch_IO_Impl.o .shobj/Asynch_IO_Impl.so: Asynch_IO_Impl.cpp \ Asynch_IO_Impl.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Asynch_IO.h \ os_include/os_signal.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ Asynch_IO_Impl.i .obj/Asynch_Pseudo_Task.o .obj/Asynch_Pseudo_Task.so .shobj/Asynch_Pseudo_Task.o .shobj/Asynch_Pseudo_Task.so: Asynch_Pseudo_Task.cpp \ Asynch_Pseudo_Task.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Reactor.h \ Timer_Queuefwd.h \ Synch_Traits.h \ Lock.h \ Lock.inl \ Reactor_Timer_Interface.h \ Time_Value.h \ os_include/sys/os_time.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ os_include/os_errno.h \ Event_Handler.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ Atomic_Op.h \ Thread_Mutex.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Log_Msg.h \ Log_Priority.h \ Atomic_Op.i \ Event_Handler.i \ Reactor.i \ Reactor_Impl.h \ Select_Reactor.h \ Select_Reactor_T.h \ Select_Reactor_Base.h \ Handle_Set.h \ os_include/sys/os_select.h \ Handle_Set.i \ os_include/os_strings.h \ Token.h \ Null_Mutex.h \ Condition_Thread_Mutex.h \ Condition_Thread_Mutex.inl \ Token.i \ Pipe.h \ Pipe.i \ Select_Reactor_Base.i \ Lock_Adapter_T.h \ Lock_Adapter_T.inl \ Lock_Adapter_T.cpp \ Select_Reactor_T.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Signal.h \ Signal.i \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Timer_Heap.h \ Timer_Heap_T.h \ Timer_Queue_T.h \ Free_List.h \ Free_List.i \ Free_List.cpp \ Timer_Queue_T.i \ Timer_Queue_T.cpp \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Malloc_Base.h \ Timer_Heap_T.cpp \ OS_NS_sys_select.h \ OS_NS_sys_select.inl \ OS_NS_sys_stat.h \ OS_NS_sys_stat.inl \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Select_Reactor_T.i \ Task.h \ Service_Object.h \ Shared_Object.h \ Shared_Object.i \ Svc_Conf_Tokens.h \ DLL.h \ os_include/os_dlfcn.h \ Service_Object.i \ Thread_Manager.h \ Thread_Exit.h \ Thread_Control.h \ Thread_Control.inl \ Unbounded_Queue.h \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Containers.h \ Containers.i \ Containers_T.h \ Array_Base.h \ Array_Base.inl \ Array_Base.cpp \ Containers_T.i \ Containers_T.cpp \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ 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 \ Notification_Strategy.h \ Notification_Strategy.inl \ Message_Queue.i \ Task_T.i \ os_include/os_assert.h \ Task_T.cpp \ Module.h \ os_include/os_dirent.h \ Module.i \ Module.cpp \ Stream_Modules.h \ Stream_Modules.cpp \ Null_Condition.h \ Manual_Event.h \ Event.h \ Event.inl \ Manual_Event.inl .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 \ config-all.h \ pre.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_aio.h \ os_include/os_signal.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_time.h \ os_include/os_ucontext.h \ Asynch_IO_Impl.h \ Asynch_IO.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ Asynch_IO_Impl.i \ Unbounded_Queue.h \ Node.h \ Node.cpp \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Malloc_Base.h \ os_include/sys/os_mman.h \ Log_Msg.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Map_Manager.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Map_Manager.i \ Guard_T.h \ Lock.h \ Lock.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Map_Manager.cpp \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Null_Mutex.h \ POSIX_Asynch_IO.i \ Proactor.h \ Thread_Manager.h \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Thread_Exit.h \ Thread_Control.h \ Thread_Control.inl \ Condition_Thread_Mutex.h \ Condition_Thread_Mutex.inl \ Containers.h \ Containers.i \ Containers_T.h \ Array_Base.h \ Array_Base.inl \ Array_Base.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Containers_T.i \ Containers_T.cpp \ Free_List.h \ Free_List.i \ Free_List.cpp \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ Thread_Manager.i \ Timer_Queue.h \ Timer_Queuefwd.h \ Timer_Queue_T.h \ Timer_Queue_T.i \ Timer_Queue_T.cpp \ Reactor_Timer_Interface.h \ Timer_List.h \ Timer_List_T.h \ Timer_List_T.cpp \ Timer_Heap.h \ Timer_Heap_T.h \ Timer_Heap_T.cpp \ Timer_Wheel.h \ Timer_Wheel_T.h \ Timer_Wheel_T.cpp \ Proactor.i \ Message_Block.h \ Message_Block.i \ Message_Block_T.h \ Message_Block_T.i \ Message_Block_T.cpp \ INET_Addr.h \ Addr.h \ Addr.i \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ Asynch_Pseudo_Task.h \ Reactor.h \ Reactor.i \ Reactor_Impl.h \ Select_Reactor.h \ Select_Reactor_T.h \ Select_Reactor_Base.h \ Handle_Set.h \ os_include/sys/os_select.h \ Handle_Set.i \ os_include/os_strings.h \ Token.h \ Token.i \ Pipe.h \ Pipe.i \ Select_Reactor_Base.i \ Lock_Adapter_T.h \ Lock_Adapter_T.inl \ Lock_Adapter_T.cpp \ Select_Reactor_T.cpp \ Signal.h \ Signal.i \ OS_NS_sys_select.h \ OS_NS_sys_select.inl \ OS_NS_sys_stat.h \ OS_NS_sys_stat.inl \ Select_Reactor_T.i \ Task.h \ Service_Object.h \ Shared_Object.h \ Shared_Object.i \ Svc_Conf_Tokens.h \ DLL.h \ os_include/os_dlfcn.h \ Service_Object.i \ Task.i \ Task_T.h \ Message_Queue.h \ IO_Cntl_Msg.h \ Message_Queue_T.h \ Message_Queue_T.i \ Message_Queue_T.cpp \ Notification_Strategy.h \ Notification_Strategy.inl \ Message_Queue.i \ Task_T.i \ os_include/os_assert.h \ Task_T.cpp \ Module.h \ os_include/os_dirent.h \ Module.i \ Module.cpp \ Stream_Modules.h \ Stream_Modules.cpp \ Null_Condition.h \ Manual_Event.h \ Event.h \ Event.inl \ Manual_Event.inl \ POSIX_Proactor.h \ Proactor_Impl.h \ POSIX_Proactor.i .obj/WIN32_Asynch_IO.o .obj/WIN32_Asynch_IO.so .shobj/WIN32_Asynch_IO.o .shobj/WIN32_Asynch_IO.so: WIN32_Asynch_IO.cpp \ WIN32_Asynch_IO.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h .obj/Addr.o .obj/Addr.so .shobj/Addr.o .shobj/Addr.so: Addr.cpp \ Addr.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Addr.i \ Log_Msg.h \ config-all.h \ OS_main.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h .obj/INET_Addr.o .obj/INET_Addr.so .shobj/INET_Addr.o .shobj/INET_Addr.so: INET_Addr.cpp \ INET_Addr.h \ pre.h \ Sock_Connect.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Basic_Types.h \ config-all.h \ OS_main.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ Addr.h \ Addr.i \ INET_Addr.i \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_stdio.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_stdio.inl \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ OS_NS_fcntl.inl \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Log_Msg.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ OS_NS_netdb.h \ os_include/os_netdb.h \ OS_NS_netdb.inl \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl .obj/Multihomed_INET_Addr.o .obj/Multihomed_INET_Addr.so .shobj/Multihomed_INET_Addr.o .shobj/Multihomed_INET_Addr.so: Multihomed_INET_Addr.cpp \ Multihomed_INET_Addr.h \ pre.h \ INET_Addr.h \ Sock_Connect.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Basic_Types.h \ config-all.h \ OS_main.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ Addr.h \ Addr.i \ INET_Addr.i \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_stdio.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_stdio.inl \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ OS_NS_fcntl.inl \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Containers_T.h \ Containers.h \ Containers.i \ Node.h \ Node.cpp \ Array_Base.h \ Malloc_Base.h \ os_include/sys/os_mman.h \ Array_Base.inl \ Array_Base.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Log_Msg.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Unbounded_Queue.h \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Containers_T.i \ Containers_T.cpp \ Multihomed_INET_Addr.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 \ Flag_Manip.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ Log_Msg.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl .obj/LSOCK.o .obj/LSOCK.so .shobj/LSOCK.o .shobj/LSOCK.so: LSOCK.cpp \ LSOCK.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ SOCK.h \ Addr.h \ Addr.i \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/sys/os_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ LSOCK.i \ Log_Msg.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl .obj/LSOCK_Acceptor.o .obj/LSOCK_Acceptor.so .shobj/LSOCK_Acceptor.o .shobj/LSOCK_Acceptor.so: LSOCK_Acceptor.cpp \ LSOCK_Acceptor.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ SOCK_Acceptor.h \ SOCK_Stream.h \ SOCK_IO.h \ SOCK.h \ Addr.h \ Addr.i \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/sys/os_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ os_include/sys/os_mman.h \ SOCK_IO.i \ INET_Addr.h \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ SOCK_Stream.i \ SOCK_Acceptor.i \ UNIX_Addr.h \ Log_Msg.h \ Log_Priority.h \ os_include/sys/os_un.h \ 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 \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ LSOCK.h \ SOCK.h \ Addr.h \ Addr.i \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/sys/os_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ LSOCK.i \ SOCK_CODgram.h \ SOCK_IO.h \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ os_include/sys/os_mman.h \ SOCK_IO.i \ INET_Addr.h \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ SOCK_CODgram.i \ LSOCK_CODgram.i \ Log_Msg.h \ Log_Priority.h .obj/LSOCK_Connector.o .obj/LSOCK_Connector.so .shobj/LSOCK_Connector.o .shobj/LSOCK_Connector.so: LSOCK_Connector.cpp \ LSOCK_Connector.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ SOCK_Connector.h \ SOCK_Stream.h \ SOCK_IO.h \ SOCK.h \ Addr.h \ Addr.i \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/sys/os_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ os_include/sys/os_mman.h \ SOCK_IO.i \ INET_Addr.h \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ SOCK_Stream.i \ SOCK_Connector.i \ LSOCK_Stream.h \ UNIX_Addr.h \ Log_Msg.h \ Log_Priority.h \ os_include/sys/os_un.h \ 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 \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ SOCK_Dgram.h \ SOCK.h \ Addr.h \ Addr.i \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/sys/os_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ INET_Addr.h \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ SOCK_Dgram.i \ LSOCK.h \ LSOCK.i \ LSOCK_Dgram.i \ Log_Msg.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl .obj/LSOCK_Stream.o .obj/LSOCK_Stream.so .shobj/LSOCK_Stream.o .shobj/LSOCK_Stream.so: LSOCK_Stream.cpp \ LSOCK_Stream.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ SOCK_Stream.h \ SOCK_IO.h \ SOCK.h \ Addr.h \ Addr.i \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/sys/os_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ os_include/sys/os_mman.h \ SOCK_IO.i \ INET_Addr.h \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ SOCK_Stream.i \ UNIX_Addr.h \ Log_Msg.h \ Log_Priority.h \ os_include/sys/os_un.h \ 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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Addr.h \ Addr.i \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/sys/os_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Log_Msg.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl .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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Addr.h \ Addr.i \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/sys/os_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ os_include/sys/os_mman.h \ SOCK_IO.i \ INET_Addr.h \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ SOCK_Stream.i \ SOCK_Acceptor.i \ Log_Msg.h \ Log_Priority.h .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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Addr.h \ Addr.i \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/sys/os_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ os_include/sys/os_mman.h \ SOCK_IO.i \ INET_Addr.h \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ SOCK_CODgram.i \ Log_Msg.h \ Log_Priority.h .obj/Sock_Connect.o .obj/Sock_Connect.so .shobj/Sock_Connect.o .shobj/Sock_Connect.so: Sock_Connect.cpp \ Sock_Connect.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Basic_Types.h \ config-all.h \ OS_main.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ INET_Addr.h \ Addr.h \ Addr.i \ INET_Addr.i \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_stdio.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_stdio.inl \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ OS_NS_fcntl.inl \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Log_Msg.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Handle_Set.h \ os_include/sys/os_select.h \ Handle_Set.i \ os_include/os_strings.h \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.h \ SStringfwd.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Malloc_Base.h \ os_include/sys/os_mman.h \ Min_Max.h \ String_Base.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ SString.i \ OS_NS_netdb.h \ os_include/os_netdb.h \ OS_NS_netdb.inl .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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Addr.h \ Addr.i \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/sys/os_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ os_include/sys/os_mman.h \ SOCK_IO.i \ INET_Addr.h \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ SOCK_Stream.i \ SOCK_Connector.i \ Log_Msg.h \ Log_Priority.h .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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Addr.h \ Addr.i \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/sys/os_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ INET_Addr.h \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ SOCK_Dgram.i \ Handle_Set.h \ os_include/sys/os_select.h \ Handle_Set.i \ Log_Msg.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ os_include/os_strings.h \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ os_include/sys/os_mman.h \ OS_NS_sys_select.h \ OS_NS_sys_select.inl .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 \ Sock_Connect.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Basic_Types.h \ config-all.h \ OS_main.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ Addr.h \ Addr.i \ INET_Addr.i \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_stdio.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_stdio.inl \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ OS_NS_fcntl.inl \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ SOCK_Dgram.h \ SOCK.h \ IPC_SAP.h \ Flag_Manip.h \ Flag_Manip.i \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ SOCK_Dgram.i \ SOCK_Dgram_Bcast.i \ Log_Msg.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ os_include/sys/os_mman.h \ OS_NS_netdb.h \ os_include/os_netdb.h \ OS_NS_netdb.inl .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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Addr.h \ Addr.i \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/sys/os_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ INET_Addr.h \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ SOCK_Dgram.i \ SOCK_Dgram_Mcast.i \ Log_Msg.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl .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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Addr.h \ Addr.i \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/sys/os_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ os_include/sys/os_mman.h \ SOCK_IO.i \ Handle_Set.h \ os_include/sys/os_select.h \ Handle_Set.i \ Log_Msg.h \ Log_Priority.h \ os_include/os_strings.h \ OS_NS_sys_select.h \ OS_NS_sys_select.inl .obj/SOCK_SEQPACK_Acceptor.o .obj/SOCK_SEQPACK_Acceptor.so .shobj/SOCK_SEQPACK_Acceptor.o .shobj/SOCK_SEQPACK_Acceptor.so: SOCK_SEQPACK_Acceptor.cpp \ SOCK_SEQPACK_Acceptor.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ SOCK_SEQPACK_Association.h \ SOCK_IO.h \ SOCK.h \ Addr.h \ Addr.i \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/sys/os_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ os_include/sys/os_mman.h \ SOCK_IO.i \ Multihomed_INET_Addr.h \ INET_Addr.h \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ Containers_T.h \ Containers.h \ Containers.i \ Node.h \ Node.cpp \ Array_Base.h \ Malloc_Base.h \ Array_Base.inl \ Array_Base.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Log_Msg.h \ Log_Priority.h \ Unbounded_Queue.h \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Containers_T.i \ Containers_T.cpp \ Multihomed_INET_Addr.i \ SOCK_SEQPACK_Association.i \ SOCK_SEQPACK_Acceptor.i \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp .obj/SOCK_SEQPACK_Association.o .obj/SOCK_SEQPACK_Association.so .shobj/SOCK_SEQPACK_Association.o .shobj/SOCK_SEQPACK_Association.so: SOCK_SEQPACK_Association.cpp \ SOCK_SEQPACK_Association.h \ pre.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ACE_export.h \ ace_wchar.h \ ace_wchar.inl \ SOCK_IO.h \ SOCK.h \ Addr.h \ Addr.i \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/sys/os_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ os_include/sys/os_mman.h \ SOCK_IO.i \ Multihomed_INET_Addr.h \ INET_Addr.h \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ Containers_T.h \ Containers.h \ Containers.i \ Node.h \ Node.cpp \ Array_Base.h \ Malloc_Base.h \ Array_Base.inl \ Array_Base.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Log_Msg.h \ Log_Priority.h \ Unbounded_Queue.h \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Containers_T.i \ Containers_T.cpp \ Multihomed_INET_Addr.i \ SOCK_SEQPACK_Association.i \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp .obj/SOCK_SEQPACK_Connector.o .obj/SOCK_SEQPACK_Connector.so .shobj/SOCK_SEQPACK_Connector.o .shobj/SOCK_SEQPACK_Connector.so: SOCK_SEQPACK_Connector.cpp \ SOCK_SEQPACK_Connector.h \ pre.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ACE_export.h \ ace_wchar.h \ ace_wchar.inl \ SOCK_SEQPACK_Association.h \ SOCK_IO.h \ SOCK.h \ Addr.h \ Addr.i \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/sys/os_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ os_include/sys/os_mman.h \ SOCK_IO.i \ Multihomed_INET_Addr.h \ INET_Addr.h \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ Containers_T.h \ Containers.h \ Containers.i \ Node.h \ Node.cpp \ Array_Base.h \ Malloc_Base.h \ Array_Base.inl \ Array_Base.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Log_Msg.h \ Log_Priority.h \ Unbounded_Queue.h \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Containers_T.i \ Containers_T.cpp \ Multihomed_INET_Addr.i \ SOCK_SEQPACK_Association.i \ SOCK_SEQPACK_Connector.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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Addr.h \ Addr.i \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/sys/os_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ os_include/sys/os_mman.h \ SOCK_IO.i \ INET_Addr.h \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ SOCK_Stream.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 \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h .obj/ATM_Acceptor.o .obj/ATM_Acceptor.so .shobj/ATM_Acceptor.o .shobj/ATM_Acceptor.so: ATM_Acceptor.cpp \ ATM_Acceptor.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h .obj/ATM_Connector.o .obj/ATM_Connector.so .shobj/ATM_Connector.o .shobj/ATM_Connector.so: ATM_Connector.cpp \ ATM_Connector.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.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 \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h .obj/ATM_QoS.o .obj/ATM_QoS.so .shobj/ATM_QoS.o .shobj/ATM_QoS.so: ATM_QoS.cpp \ ATM_QoS.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h .obj/ATM_Stream.o .obj/ATM_Stream.so .shobj/ATM_Stream.o .shobj/ATM_Stream.so: ATM_Stream.cpp \ ATM_Stream.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.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 \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h .obj/DEV.o .obj/DEV.so .shobj/DEV.o .shobj/DEV.so: DEV.cpp \ DEV.h \ pre.h \ IO_SAP.h \ Flag_Manip.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IO_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ DEV_Addr.h \ Addr.h \ Addr.i \ os_include/os_dirent.h \ DEV_Addr.i \ os_include/sys/os_socket.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 \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Addr.i \ os_include/os_dirent.h \ config-all.h \ OS_main.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ DEV_Addr.i \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Log_Msg.h \ Default_Constants.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl .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 \ Flag_Manip.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IO_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ DEV_Addr.h \ Addr.h \ Addr.i \ os_include/os_dirent.h \ DEV_Addr.i \ os_include/sys/os_socket.h \ DEV.i \ DEV_IO.i \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ Log_Msg.h \ Log_Priority.h \ 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 \ Flag_Manip.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IO_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ DEV_Addr.h \ Addr.h \ Addr.i \ os_include/os_dirent.h \ DEV_Addr.i \ os_include/sys/os_socket.h \ DEV.i \ DEV_IO.i \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ Log_Msg.h \ Log_Priority.h .obj/FIFO.o .obj/FIFO.so .shobj/FIFO.o .shobj/FIFO.so: FIFO.cpp \ FIFO.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ FIFO.i \ Log_Msg.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ OS_NS_sys_stat.h \ OS_NS_sys_stat.inl .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 \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ FIFO.i \ FIFO_Recv.i \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Log_Msg.h \ Log_Priority.h .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 \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ FIFO.i \ FIFO_Recv.i \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ FIFO_Recv_Msg.i \ Min_Max.h \ Log_Msg.h \ Log_Priority.h .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 \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ FIFO.i \ FIFO_Send.i \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Log_Msg.h \ Log_Priority.h .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 \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ FIFO.i \ FIFO_Send.i \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ FIFO_Send_Msg.i \ Log_Msg.h \ Log_Priority.h .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 \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Addr.i \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ os_include/os_dirent.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ FILE_Addr.i \ SString.h \ SStringfwd.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Malloc_Base.h \ os_include/sys/os_mman.h \ Min_Max.h \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ String_Base.cpp \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ Default_Constants.h \ ACE.i \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ Log_Msg.h \ Log_Priority.h .obj/FILE.o .obj/FILE.so .shobj/FILE.o .shobj/FILE.so: FILE.cpp \ FILE.h \ pre.h \ IO_SAP.h \ Flag_Manip.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IO_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ FILE_Addr.h \ Addr.h \ Addr.i \ os_include/os_dirent.h \ FILE_Addr.i \ SString.h \ SStringfwd.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Malloc_Base.h \ os_include/sys/os_mman.h \ Min_Max.h \ String_Base.cpp \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ FILE.i \ OS_NS_sys_stat.h \ OS_NS_sys_stat.inl .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 \ Flag_Manip.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IO_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ FILE_Addr.h \ Addr.h \ Addr.i \ os_include/os_dirent.h \ FILE_Addr.i \ SString.h \ SStringfwd.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Malloc_Base.h \ os_include/sys/os_mman.h \ Min_Max.h \ String_Base.cpp \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ FILE.i \ FILE_IO.i \ Log_Msg.h \ Log_Priority.h \ 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 \ Flag_Manip.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IO_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ FILE_Addr.h \ Addr.h \ Addr.i \ os_include/os_dirent.h \ FILE_Addr.i \ SString.h \ SStringfwd.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Malloc_Base.h \ os_include/sys/os_mman.h \ Min_Max.h \ String_Base.cpp \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ FILE.i \ FILE_IO.i \ Log_Msg.h \ Log_Priority.h \ OS_NS_sys_stat.h \ OS_NS_sys_stat.inl .obj/IO_SAP.o .obj/IO_SAP.so .shobj/IO_SAP.o .shobj/IO_SAP.so: IO_SAP.cpp \ IO_SAP.h \ pre.h \ Flag_Manip.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IO_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ Log_Msg.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl .obj/IOStream.o .obj/IOStream.so .shobj/IOStream.o .shobj/IOStream.so: IOStream.cpp \ IOStream.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ streams.h \ config-all.h \ OS_main.h .obj/Pipe.o .obj/Pipe.so .shobj/Pipe.o .shobj/Pipe.so: Pipe.cpp \ Pipe.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Default_Constants.h \ config-all.h \ OS_main.h \ Pipe.i \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ SOCK_Acceptor.h \ SOCK_Stream.h \ SOCK_IO.h \ SOCK.h \ Addr.h \ Addr.i \ IPC_SAP.h \ Flag_Manip.h \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/sys/os_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ os_include/sys/os_mman.h \ SOCK_IO.i \ INET_Addr.h \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ SOCK_Stream.i \ SOCK_Acceptor.i \ SOCK_Connector.h \ SOCK_Connector.i \ Log_Msg.h \ Log_Priority.h \ os_include/netinet/os_tcp.h .obj/Signal.o .obj/Signal.so .shobj/Signal.o .shobj/Signal.so: Signal.cpp \ Recursive_Thread_Mutex.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_NS_Thread.h \ config-all.h \ OS_main.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Recursive_Thread_Mutex.inl \ Signal.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Log_Msg.h \ Log_Priority.h \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Signal.i \ Object_Manager.h \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Containers.h \ Containers.i \ Containers_T.h \ Node.h \ Node.cpp \ Array_Base.h \ Malloc_Base.h \ Array_Base.inl \ Array_Base.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Unbounded_Queue.h \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Containers_T.i \ Containers_T.cpp .obj/SPIPE_Addr.o .obj/SPIPE_Addr.so .shobj/SPIPE_Addr.o .shobj/SPIPE_Addr.so: SPIPE_Addr.cpp \ SPIPE_Addr.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Addr.h \ Addr.i \ os_include/sys/os_types.h \ config-all.h \ OS_main.h \ os_include/os_stddef.h \ os_include/os_dirent.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ SPIPE_Addr.i \ SString.h \ SStringfwd.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ String_Base.h \ String_Base_Const.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ String_Base.i \ Malloc_Base.h \ os_include/sys/os_mman.h \ Min_Max.h \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ String_Base.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ Default_Constants.h \ ACE.i \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i .obj/SPIPE.o .obj/SPIPE.so .shobj/SPIPE.o .shobj/SPIPE.so: SPIPE.cpp \ SPIPE.h \ pre.h \ IPC_SAP.h \ Flag_Manip.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SPIPE_Addr.h \ Addr.h \ Addr.i \ os_include/os_dirent.h \ SPIPE_Addr.i \ SString.h \ SStringfwd.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Malloc_Base.h \ os_include/sys/os_mman.h \ Min_Max.h \ String_Base.cpp \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ 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 \ Flag_Manip.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SPIPE_Addr.h \ Addr.h \ Addr.i \ os_include/os_dirent.h \ SPIPE_Addr.i \ SString.h \ SStringfwd.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Malloc_Base.h \ os_include/sys/os_mman.h \ Min_Max.h \ String_Base.cpp \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ SPIPE.i \ SPIPE_Stream.i \ Log_Msg.h \ Log_Priority.h \ OS_NS_sys_stat.h \ OS_NS_sys_stat.inl .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 \ Flag_Manip.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SPIPE_Addr.h \ Addr.h \ Addr.i \ os_include/os_dirent.h \ SPIPE_Addr.i \ SString.h \ SStringfwd.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Malloc_Base.h \ os_include/sys/os_mman.h \ Min_Max.h \ String_Base.cpp \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ SPIPE.i \ SPIPE_Stream.i \ SPIPE_Connector.i \ Log_Msg.h \ Log_Priority.h .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 \ Flag_Manip.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SPIPE_Addr.h \ Addr.h \ Addr.i \ os_include/os_dirent.h \ SPIPE_Addr.i \ SString.h \ SStringfwd.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Malloc_Base.h \ os_include/sys/os_mman.h \ Min_Max.h \ String_Base.cpp \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ 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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ SV_Message.i \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl .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 \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ SV_Message.h \ SV_Message.i \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/sys/os_ipc.h \ Default_Constants.h \ SV_Message_Queue.i \ OS_NS_sys_msg.h \ os_include/sys/os_msg.h \ OS_NS_sys_msg.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Log_Msg.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl .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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ os_include/sys/os_stat.h \ config-all.h \ OS_main.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/sys/os_ipc.h \ os_include/sys/os_sem.h \ Default_Constants.h \ SV_Semaphore_Simple.i \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ OS_NS_Thread.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ SV_Semaphore_Complex.i \ Log_Msg.h \ Log_Priority.h .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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ os_include/sys/os_stat.h \ config-all.h \ OS_main.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/sys/os_ipc.h \ os_include/sys/os_sem.h \ Default_Constants.h \ SV_Semaphore_Simple.i \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ OS_NS_Thread.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Log_Msg.h \ Log_Priority.h \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl .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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ os_include/sys/os_stat.h \ config-all.h \ OS_main.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/sys/os_ipc.h \ Default_Constants.h \ SV_Shared_Memory.i \ OS_NS_sys_shm.h \ os_include/sys/os_shm.h \ OS_NS_sys_shm.inl \ OS_NS_errno.h \ os_include/os_errno.h \ OS_NS_errno.inl \ Global_Macros.h \ OS_Errno.h \ OS_Errno.inl \ Log_Msg.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl .obj/TLI.o .obj/TLI.so .shobj/TLI.o .shobj/TLI.so: TLI.cpp \ TLI.h \ pre.h \ IPC_SAP.h \ Flag_Manip.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ Addr.h \ Addr.i \ OS_TLI.h \ OS_TLI.inl \ Log_Msg.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ OS_NS_sys_socket.h \ os_include/sys/os_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp .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 \ Flag_Manip.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ Addr.h \ Addr.i \ OS_TLI.h \ OS_TLI.inl \ TLI_Stream.h \ INET_Addr.h \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ Sock_Connect.i \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Log_Msg.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ os_include/sys/os_mman.h \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl .obj/TLI_Connector.o .obj/TLI_Connector.so .shobj/TLI_Connector.o .shobj/TLI_Connector.so: TLI_Connector.cpp \ TLI_Connector.h \ pre.h \ TLI_Stream.h \ TLI.h \ IPC_SAP.h \ Flag_Manip.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ Addr.h \ Addr.i \ OS_TLI.h \ OS_TLI.inl \ INET_Addr.h \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ Sock_Connect.i \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Log_Msg.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl .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 \ Flag_Manip.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ Addr.h \ Addr.i \ OS_TLI.h \ OS_TLI.inl \ INET_Addr.h \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ Sock_Connect.i \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ os_include/sys/os_mman.h \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl .obj/TTY_IO.o .obj/TTY_IO.so .shobj/TTY_IO.o .shobj/TTY_IO.so: TTY_IO.cpp \ TTY_IO.h \ DEV_IO.h \ pre.h \ DEV.h \ IO_SAP.h \ Flag_Manip.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IO_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ DEV_Addr.h \ Addr.h \ Addr.i \ os_include/os_dirent.h \ DEV_Addr.i \ os_include/sys/os_socket.h \ DEV.i \ DEV_IO.i \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_strings.h \ os_include/os_strings.h \ OS_NS_strings.inl \ os_include/os_termios.h .obj/UNIX_Addr.o .obj/UNIX_Addr.so .shobj/UNIX_Addr.o .shobj/UNIX_Addr.so: UNIX_Addr.cpp \ UNIX_Addr.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Addr.h \ Addr.i \ Log_Msg.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ os_include/sys/os_un.h \ 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 \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ IO_Cntl_Msg.h \ os_include/os_stddef.h \ Message_Block.h \ Default_Constants.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Time_Value.h \ os_include/sys/os_time.h \ os_include/sys/os_types.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ Message_Block.i \ Message_Block_T.h \ Message_Block_T.i \ Message_Block_T.cpp \ Malloc_Base.h \ os_include/sys/os_mman.h \ Module.h \ Task_T.h \ Message_Queue.h \ Message_Queue_T.h \ Synch_Traits.h \ Lock.h \ Lock.inl \ Guard_T.h \ OS_NS_Thread.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Message_Queue_T.i \ Message_Queue_T.cpp \ Log_Msg.h \ Log_Priority.h \ Notification_Strategy.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Event_Handler.i \ Notification_Strategy.inl \ Message_Queue.i \ Task.h \ Service_Object.h \ Shared_Object.h \ Shared_Object.i \ Svc_Conf_Tokens.h \ DLL.h \ os_include/os_dlfcn.h \ Service_Object.i \ Thread_Manager.h \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Thread_Exit.h \ Thread_Control.h \ Thread_Control.inl \ Condition_Thread_Mutex.h \ Condition_Thread_Mutex.inl \ Unbounded_Queue.h \ Node.h \ Node.cpp \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Containers.h \ Containers.i \ Containers_T.h \ Array_Base.h \ Array_Base.inl \ Array_Base.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Containers_T.i \ Containers_T.cpp \ Free_List.h \ Free_List.i \ Free_List.cpp \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ Thread_Manager.i \ Task.i \ Task_T.i \ os_include/os_assert.h \ Task_T.cpp \ Null_Condition.h \ Null_Mutex.h \ os_include/os_dirent.h \ 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 \ SString.h \ SStringfwd.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Min_Max.h \ String_Base.cpp \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.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 \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ IO_Cntl_Msg.h \ os_include/os_stddef.h \ Message_Block.h \ Default_Constants.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Time_Value.h \ os_include/sys/os_time.h \ os_include/sys/os_types.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ Message_Block.i \ Message_Block_T.h \ Message_Block_T.i \ Message_Block_T.cpp \ Malloc_Base.h \ os_include/sys/os_mman.h \ Module.h \ Task_T.h \ Message_Queue.h \ Message_Queue_T.h \ Synch_Traits.h \ Lock.h \ Lock.inl \ Guard_T.h \ OS_NS_Thread.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Message_Queue_T.i \ Message_Queue_T.cpp \ Log_Msg.h \ Log_Priority.h \ Notification_Strategy.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Event_Handler.i \ Notification_Strategy.inl \ Message_Queue.i \ Task.h \ Service_Object.h \ Shared_Object.h \ Shared_Object.i \ Svc_Conf_Tokens.h \ DLL.h \ os_include/os_dlfcn.h \ Service_Object.i \ Thread_Manager.h \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Thread_Exit.h \ Thread_Control.h \ Thread_Control.inl \ Condition_Thread_Mutex.h \ Condition_Thread_Mutex.inl \ Unbounded_Queue.h \ Node.h \ Node.cpp \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Containers.h \ Containers.i \ Containers_T.h \ Array_Base.h \ Array_Base.inl \ Array_Base.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Containers_T.i \ Containers_T.cpp \ Free_List.h \ Free_List.i \ Free_List.cpp \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ Thread_Manager.i \ Task.i \ Task_T.i \ os_include/os_assert.h \ Task_T.cpp \ Null_Condition.h \ Null_Mutex.h \ os_include/os_dirent.h \ 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 \ SString.h \ SStringfwd.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Min_Max.h \ String_Base.cpp \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.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 \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ IO_Cntl_Msg.h \ os_include/os_stddef.h \ Message_Block.h \ Default_Constants.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Time_Value.h \ os_include/sys/os_time.h \ os_include/sys/os_types.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ Message_Block.i \ Message_Block_T.h \ Message_Block_T.i \ Message_Block_T.cpp \ Malloc_Base.h \ os_include/sys/os_mman.h \ Module.h \ Task_T.h \ Message_Queue.h \ Message_Queue_T.h \ Synch_Traits.h \ Lock.h \ Lock.inl \ Guard_T.h \ OS_NS_Thread.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Message_Queue_T.i \ Message_Queue_T.cpp \ Log_Msg.h \ Log_Priority.h \ Notification_Strategy.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Event_Handler.i \ Notification_Strategy.inl \ Message_Queue.i \ Task.h \ Service_Object.h \ Shared_Object.h \ Shared_Object.i \ Svc_Conf_Tokens.h \ DLL.h \ os_include/os_dlfcn.h \ Service_Object.i \ Thread_Manager.h \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Thread_Exit.h \ Thread_Control.h \ Thread_Control.inl \ Condition_Thread_Mutex.h \ Condition_Thread_Mutex.inl \ Unbounded_Queue.h \ Node.h \ Node.cpp \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Containers.h \ Containers.i \ Containers_T.h \ Array_Base.h \ Array_Base.inl \ Array_Base.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Containers_T.i \ Containers_T.cpp \ Free_List.h \ Free_List.i \ Free_List.cpp \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ Thread_Manager.i \ Task.i \ Task_T.i \ os_include/os_assert.h \ Task_T.cpp \ Null_Condition.h \ Null_Mutex.h \ os_include/os_dirent.h \ 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 \ SString.h \ SStringfwd.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Min_Max.h \ String_Base.cpp \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Addr.h \ Addr.i \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/sys/os_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ os_include/sys/os_mman.h \ SOCK_IO.i \ INET_Addr.h \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ SOCK_Stream.i \ SOCK_Acceptor.i \ MEM_Stream.h \ MEM_IO.h \ MEM_SAP.h \ PI_Malloc.h \ Malloc.h \ Log_Msg.h \ Log_Priority.h \ Malloc.i \ Malloc_T.h \ Malloc_Allocator.h \ Malloc_Base.h \ Malloc_Allocator.i \ Free_List.h \ Free_List.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Free_List.cpp \ Malloc_T.i \ Malloc_T.cpp \ Memory_Pool.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Signal.h \ Signal.i \ Mem_Map.h \ Mem_Map.i \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ SV_Semaphore_Simple.i \ SV_Semaphore_Complex.i \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Memory_Pool.i \ Based_Pointer_T.h \ Based_Pointer_T.i \ Based_Pointer_T.cpp \ Based_Pointer_Repository.h \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ PI_Malloc.i \ Process_Mutex.h \ Process_Mutex.inl \ MEM_SAP.i \ Message_Block.h \ Message_Block.i \ Message_Block_T.h \ Message_Block_T.i \ Message_Block_T.cpp \ Process_Semaphore.h \ Process_Semaphore.inl \ 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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ INET_Addr.h \ Sock_Connect.h \ Basic_Types.h \ config-all.h \ OS_main.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ Addr.h \ Addr.i \ INET_Addr.i \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_stdio.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_stdio.inl \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ OS_NS_fcntl.inl \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ MEM_Addr.i \ Log_Msg.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ os_include/os_netdb.h .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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Addr.h \ Addr.i \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/sys/os_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ os_include/sys/os_mman.h \ SOCK_IO.i \ INET_Addr.h \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ SOCK_Stream.i \ SOCK_Connector.i \ MEM_Stream.h \ MEM_IO.h \ MEM_SAP.h \ PI_Malloc.h \ Malloc.h \ Log_Msg.h \ Log_Priority.h \ Malloc.i \ Malloc_T.h \ Malloc_Allocator.h \ Malloc_Base.h \ Malloc_Allocator.i \ Free_List.h \ Free_List.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Free_List.cpp \ Malloc_T.i \ Malloc_T.cpp \ Memory_Pool.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Signal.h \ Signal.i \ Mem_Map.h \ Mem_Map.i \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ SV_Semaphore_Simple.i \ SV_Semaphore_Complex.i \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Memory_Pool.i \ Based_Pointer_T.h \ Based_Pointer_T.i \ Based_Pointer_T.cpp \ Based_Pointer_Repository.h \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ PI_Malloc.i \ Process_Mutex.h \ Process_Mutex.inl \ MEM_SAP.i \ Message_Block.h \ Message_Block.i \ Message_Block_T.h \ Message_Block_T.i \ Message_Block_T.cpp \ Process_Semaphore.h \ Process_Semaphore.inl \ 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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Addr.h \ Addr.i \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/sys/os_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ MEM_SAP.h \ PI_Malloc.h \ Malloc.h \ Log_Msg.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Malloc.i \ Malloc_T.h \ Malloc_Allocator.h \ Malloc_Base.h \ os_include/sys/os_mman.h \ Malloc_Allocator.i \ Free_List.h \ Free_List.i \ Guard_T.h \ Lock.h \ Lock.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Free_List.cpp \ Malloc_T.i \ Malloc_T.cpp \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ Memory_Pool.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Signal.h \ Signal.i \ Mem_Map.h \ Mem_Map.i \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ SV_Semaphore_Simple.i \ SV_Semaphore_Complex.i \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Memory_Pool.i \ Based_Pointer_T.h \ Based_Pointer_T.i \ Based_Pointer_T.cpp \ Based_Pointer_Repository.h \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ PI_Malloc.i \ Process_Mutex.h \ Process_Mutex.inl \ MEM_SAP.i \ Message_Block.h \ Message_Block.i \ Message_Block_T.h \ Message_Block_T.i \ Message_Block_T.cpp \ Process_Semaphore.h \ Process_Semaphore.inl \ MEM_IO.i \ Handle_Set.h \ os_include/sys/os_select.h \ Handle_Set.i \ os_include/os_strings.h .obj/MEM_SAP.o .obj/MEM_SAP.so .shobj/MEM_SAP.o .shobj/MEM_SAP.so: MEM_SAP.cpp \ MEM_SAP.h \ pre.h \ PI_Malloc.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Malloc.h \ Log_Msg.h \ config-all.h \ OS_main.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Malloc.i \ Malloc_T.h \ Malloc_Allocator.h \ Malloc_Base.h \ os_include/sys/os_mman.h \ Malloc_Allocator.i \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Free_List.h \ Free_List.i \ Guard_T.h \ Lock.h \ Lock.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Free_List.cpp \ Malloc_T.i \ Malloc_T.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Memory_Pool.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Signal.h \ Signal.i \ Mem_Map.h \ Mem_Map.i \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ SV_Semaphore_Simple.i \ SV_Semaphore_Complex.i \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Memory_Pool.i \ Based_Pointer_T.h \ Based_Pointer_T.i \ Based_Pointer_T.cpp \ Based_Pointer_Repository.h \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ PI_Malloc.i \ Process_Mutex.h \ Process_Mutex.inl \ 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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Addr.h \ Addr.i \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/sys/os_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ MEM_SAP.h \ PI_Malloc.h \ Malloc.h \ Log_Msg.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Malloc.i \ Malloc_T.h \ Malloc_Allocator.h \ Malloc_Base.h \ os_include/sys/os_mman.h \ Malloc_Allocator.i \ Free_List.h \ Free_List.i \ Guard_T.h \ Lock.h \ Lock.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Free_List.cpp \ Malloc_T.i \ Malloc_T.cpp \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ Memory_Pool.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Signal.h \ Signal.i \ Mem_Map.h \ Mem_Map.i \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ SV_Semaphore_Simple.i \ SV_Semaphore_Complex.i \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Memory_Pool.i \ Based_Pointer_T.h \ Based_Pointer_T.i \ Based_Pointer_T.cpp \ Based_Pointer_Repository.h \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ PI_Malloc.i \ Process_Mutex.h \ Process_Mutex.inl \ MEM_SAP.i \ Message_Block.h \ Message_Block.i \ Message_Block_T.h \ Message_Block_T.i \ Message_Block_T.cpp \ Process_Semaphore.h \ Process_Semaphore.inl \ MEM_IO.i \ INET_Addr.h \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ MEM_Stream.i .obj/Basic_Stats.o .obj/Basic_Stats.so .shobj/Basic_Stats.o .shobj/Basic_Stats.so: Basic_Stats.cpp \ Basic_Stats.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Basic_Stats.inl \ Log_Msg.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl .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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Basic_Types.h \ config-all.h \ OS_main.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ OS_NS_time.h \ OS_NS_time.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_errno.h \ os_include/os_errno.h \ OS_NS_errno.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ Global_Macros.h \ OS_Errno.h \ OS_Errno.inl \ OS_NS_fcntl.inl \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ High_Res_Timer.i \ Stats.h \ Unbounded_Queue.h \ Node.h \ Node.cpp \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Malloc_Base.h \ os_include/sys/os_mman.h \ Log_Msg.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Basic_Stats.h \ Basic_Stats.inl \ Stats.i \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Guard_T.h \ Lock.h \ Lock.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Object_Manager.h \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp .obj/Profile_Timer.o .obj/Profile_Timer.so .shobj/Profile_Timer.o .shobj/Profile_Timer.so: Profile_Timer.cpp \ Profile_Timer.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ High_Res_Timer.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ OS_NS_time.h \ OS_NS_time.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_errno.h \ os_include/os_errno.h \ OS_NS_errno.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ Global_Macros.h \ OS_Errno.h \ OS_Errno.inl \ OS_NS_fcntl.inl \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ High_Res_Timer.i \ Profile_Timer.i \ OS_NS_sys_resource.h \ OS_NS_sys_resource.inl \ Log_Msg.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl .obj/System_Time.o .obj/System_Time.so .shobj/System_Time.o .shobj/System_Time.so: System_Time.cpp \ System_Time.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Memory_Pool.h \ ACE.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ Default_Constants.h \ ACE.i \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Log_Msg.h \ Log_Priority.h \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Signal.h \ Signal.i \ Mem_Map.h \ Mem_Map.i \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ SV_Semaphore_Simple.i \ SV_Semaphore_Complex.i \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Malloc_Base.h \ Memory_Pool.i \ Malloc_T.h \ Malloc.h \ Malloc.i \ Malloc_Allocator.h \ Malloc_Allocator.i \ Free_List.h \ Free_List.i \ Free_List.cpp \ Malloc_T.i \ Malloc_T.cpp \ Null_Mutex.h \ OS_NS_time.h \ OS_NS_time.inl .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 \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ os_include/sys/os_time.h \ config-all.h \ OS_main.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ os_include/os_errno.h \ SString.h \ SStringfwd.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ String_Base.h \ String_Base_Const.h \ Global_Macros.h \ OS_Errno.h \ OS_Errno.inl \ String_Base.i \ Malloc_Base.h \ os_include/sys/os_mman.h \ Min_Max.h \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ String_Base.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ Default_Constants.h \ ACE.i \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ Log_Msg.h \ Log_Priority.h .obj/Timeprobe.o .obj/Timeprobe.so .shobj/Timeprobe.o .shobj/Timeprobe.so: Timeprobe.cpp \ config-all.h \ pre.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h .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 \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ os_include/os_stddef.h \ Free_List.i \ Guard_T.h \ Lock.h \ Lock.inl \ OS_NS_Thread.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Free_List.cpp \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Log_Msg.h \ Log_Priority.h \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Timer_Queue_T.i \ Timer_Queue_T.cpp \ Reactor_Timer_Interface.h \ Null_Mutex.h \ Timer_Hash_T.cpp \ High_Res_Timer.h \ OS_NS_time.h \ OS_NS_time.inl \ High_Res_Timer.i \ Timer_Heap_T.h \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Malloc_Base.h \ Timer_Heap_T.cpp \ Timer_List_T.h \ Timer_List_T.cpp \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl .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 \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ os_include/os_stddef.h \ Free_List.i \ Guard_T.h \ Lock.h \ Lock.inl \ OS_NS_Thread.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Free_List.cpp \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Log_Msg.h \ Log_Priority.h \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Timer_Queue_T.i \ Timer_Queue_T.cpp \ Reactor_Timer_Interface.h \ Null_Mutex.h \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Malloc_Base.h \ Timer_Heap_T.cpp \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl .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 \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ os_include/os_stddef.h \ Free_List.i \ Guard_T.h \ Lock.h \ Lock.inl \ OS_NS_Thread.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Free_List.cpp \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Log_Msg.h \ Log_Priority.h \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Timer_Queue_T.i \ Timer_Queue_T.cpp \ Reactor_Timer_Interface.h \ Null_Mutex.h \ Timer_List_T.cpp \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl .obj/Timer_Queue.o .obj/Timer_Queue.so .shobj/Timer_Queue.o .shobj/Timer_Queue.so: Timer_Queue.cpp \ Containers.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Containers.i \ Containers_T.h \ config-all.h \ OS_main.h \ Node.h \ Node.cpp \ Array_Base.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Malloc_Base.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/sys/os_mman.h \ Array_Base.inl \ Array_Base.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Log_Msg.h \ Default_Constants.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Unbounded_Queue.h \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Containers_T.i \ Containers_T.cpp \ OS_Memory.h \ OS_NS_stdlib.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ Timer_Queue.h \ Synch_Traits.h \ Lock.h \ Lock.inl \ Timer_Queuefwd.h \ Timer_Queue_T.h \ Free_List.h \ Free_List.i \ Guard_T.h \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Free_List.cpp \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Event_Handler.i \ Timer_Queue_T.i \ Timer_Queue_T.cpp \ Reactor_Timer_Interface.h \ Null_Mutex.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl .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 \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ os_include/os_stddef.h \ Free_List.i \ Guard_T.h \ Lock.h \ Lock.inl \ OS_NS_Thread.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Free_List.cpp \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Log_Msg.h \ Log_Priority.h \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Timer_Queue_T.i \ Timer_Queue_T.cpp \ Reactor_Timer_Interface.h \ Null_Mutex.h \ Timer_Wheel_T.cpp \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl .obj/DLL.o .obj/DLL.so .shobj/DLL.o .shobj/DLL.so: DLL.cpp \ DLL.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ os_include/os_dlfcn.h \ Log_Msg.h \ Default_Constants.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ DLL_Manager.h \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SStringfwd.h \ Thread_Mutex.h \ Thread_Mutex.inl \ OS_NS_dlfcn.h \ OS_NS_dlfcn.inl .obj/DLL_Manager.o .obj/DLL_Manager.so .shobj/DLL_Manager.o .shobj/DLL_Manager.so: DLL_Manager.cpp \ DLL_Manager.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Auto_Ptr.h \ config-all.h \ OS_main.h \ Auto_Ptr.i \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Auto_Ptr.cpp \ SStringfwd.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ os_include/os_dlfcn.h \ Thread_Mutex.h \ OS_NS_Thread.h \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Mutex.inl \ Log_Msg.h \ Log_Priority.h \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Framework_Component.h \ Framework_Component.inl \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ SString.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Malloc_Base.h \ Min_Max.h \ String_Base.cpp \ SString.i \ OS_NS_dlfcn.h \ OS_NS_dlfcn.inl .obj/Dynamic_Service_Base.o .obj/Dynamic_Service_Base.so .shobj/Dynamic_Service_Base.o .shobj/Dynamic_Service_Base.so: Dynamic_Service_Base.cpp \ Dynamic_Service_Base.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Service_Config.h \ config-all.h \ OS_main.h \ Default_Constants.h \ Unbounded_Queue.h \ Node.h \ Node.cpp \ os_include/os_stddef.h \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Malloc_Base.h \ os_include/sys/os_types.h \ os_include/sys/os_mman.h \ Log_Msg.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ SString.h \ SStringfwd.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Min_Max.h \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ String_Base.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ XML_Svc_Conf.h \ Service_Config.i \ Reactor.h \ Timer_Queuefwd.h \ Synch_Traits.h \ Lock.h \ Lock.inl \ Reactor_Timer_Interface.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Atomic_Op.i \ Event_Handler.i \ Reactor.i \ Reactor_Impl.h \ Svc_Conf_Tokens.h \ Service_Repository.h \ Service_Repository.i \ Service_Types.h \ Service_Object.h \ Shared_Object.h \ Shared_Object.i \ DLL.h \ os_include/os_dlfcn.h \ Service_Object.i \ Service_Types.i .obj/Parse_Node.o .obj/Parse_Node.so .shobj/Parse_Node.o .shobj/Parse_Node.so: Parse_Node.cpp \ Parse_Node.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ DLL.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ os_include/os_dlfcn.h \ Parse_Node.i \ Service_Config.h \ Default_Constants.h \ Unbounded_Queue.h \ Node.h \ Node.cpp \ os_include/os_stddef.h \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Malloc_Base.h \ os_include/sys/os_types.h \ os_include/sys/os_mman.h \ Log_Msg.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ SString.h \ SStringfwd.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Min_Max.h \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ String_Base.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ XML_Svc_Conf.h \ Service_Config.i \ Reactor.h \ Timer_Queuefwd.h \ Synch_Traits.h \ Lock.h \ Lock.inl \ Reactor_Timer_Interface.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Atomic_Op.i \ Event_Handler.i \ Reactor.i \ Reactor_Impl.h \ Svc_Conf_Tokens.h \ Service_Repository.h \ Service_Repository.i \ Service_Types.h \ Service_Object.h \ Shared_Object.h \ Shared_Object.i \ Service_Object.i \ Service_Types.i \ Task.h \ Thread_Manager.h \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Thread_Exit.h \ Thread_Control.h \ Thread_Control.inl \ Condition_Thread_Mutex.h \ Condition_Thread_Mutex.inl \ Containers.h \ Containers.i \ Containers_T.h \ Array_Base.h \ Array_Base.inl \ Array_Base.cpp \ Containers_T.i \ Containers_T.cpp \ Free_List.h \ Free_List.i \ Free_List.cpp \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ 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 \ Notification_Strategy.h \ Notification_Strategy.inl \ Message_Queue.i \ Task_T.i \ os_include/os_assert.h \ Task_T.cpp \ Module.h \ os_include/os_dirent.h \ Module.i \ Module.cpp \ Stream_Modules.h \ Stream_Modules.cpp \ Null_Condition.h \ Null_Mutex.h .obj/Service_Config.o .obj/Service_Config.so .shobj/Service_Config.o .shobj/Service_Config.so: Service_Config.cpp \ Service_Config.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Default_Constants.h \ Unbounded_Queue.h \ Node.h \ Node.cpp \ os_include/os_stddef.h \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Malloc_Base.h \ os_include/sys/os_types.h \ os_include/sys/os_mman.h \ Log_Msg.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ SString.h \ SStringfwd.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Min_Max.h \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ String_Base.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ XML_Svc_Conf.h \ Service_Config.i \ Reactor.h \ Timer_Queuefwd.h \ Synch_Traits.h \ Lock.h \ Lock.inl \ Reactor_Timer_Interface.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Atomic_Op.i \ Event_Handler.i \ Reactor.i \ Reactor_Impl.h \ Svc_Conf_Tokens.h \ Svc_Conf.h \ Obstack.h \ Obstack_T.h \ Obchunk.h \ Malloc.h \ Malloc.i \ Malloc_T.h \ Malloc_Allocator.h \ Malloc_Allocator.i \ 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 \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ SV_Semaphore_Simple.i \ SV_Semaphore_Complex.i \ Memory_Pool.i \ Obchunk.i \ Obstack_T.i \ Obstack_T.cpp \ Parse_Node.h \ DLL.h \ os_include/os_dlfcn.h \ Parse_Node.i \ Get_Opt.h \ Containers.h \ Containers.i \ Containers_T.h \ Array_Base.h \ Array_Base.inl \ Array_Base.cpp \ Containers_T.i \ Containers_T.cpp \ 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 \ SOCK.i \ SOCK_IO.i \ INET_Addr.h \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ SOCK_Stream.i \ SOCK_Acceptor.h \ SOCK_Acceptor.i \ Service_Object.h \ Shared_Object.h \ Shared_Object.i \ Service_Object.i \ Service_Manager.i \ Service_Repository.h \ Service_Repository.i \ Service_Types.h \ Service_Types.i \ Thread_Manager.h \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Thread_Exit.h \ Thread_Control.h \ Thread_Control.inl \ Condition_Thread_Mutex.h \ Condition_Thread_Mutex.inl \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ Thread_Manager.i \ OS_NS_time.h \ OS_NS_time.inl .obj/Service_Manager.o .obj/Service_Manager.so .shobj/Service_Manager.o .shobj/Service_Manager.so: Service_Manager.cpp \ Service_Manager.h \ pre.h \ SOCK_Stream.h \ SOCK_IO.h \ SOCK.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Addr.h \ Addr.i \ IPC_SAP.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_NS_stropts.inl \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_QoS.h \ os_include/sys/os_uio.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/sys/os_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ Sock_Connect.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ os_include/sys/os_mman.h \ SOCK_IO.i \ INET_Addr.h \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ SOCK_Stream.i \ SOCK_Acceptor.h \ SOCK_Acceptor.i \ Service_Object.h \ Shared_Object.h \ Shared_Object.i \ Svc_Conf_Tokens.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Log_Msg.h \ Log_Priority.h \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ DLL.h \ os_include/os_dlfcn.h \ Service_Object.i \ Service_Manager.i \ Get_Opt.h \ SStringfwd.h \ Containers.h \ Containers.i \ Containers_T.h \ Node.h \ Node.cpp \ Array_Base.h \ Malloc_Base.h \ Array_Base.inl \ Array_Base.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Unbounded_Queue.h \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Containers_T.i \ Containers_T.cpp \ Get_Opt.i \ Service_Repository.h \ Service_Repository.i \ Service_Config.h \ SString.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Min_Max.h \ String_Base.cpp \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ XML_Svc_Conf.h \ Service_Config.i \ Reactor.h \ Timer_Queuefwd.h \ Reactor_Timer_Interface.h \ Reactor.i \ Reactor_Impl.h \ Service_Types.h \ Service_Types.i \ WFMO_Reactor.h .obj/Service_Object.o .obj/Service_Object.so .shobj/Service_Object.o .shobj/Service_Object.so: Service_Object.cpp \ Service_Object.h \ pre.h \ Shared_Object.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ os_include/sys/os_types.h \ config-all.h \ OS_main.h \ os_include/os_stddef.h \ Shared_Object.i \ Svc_Conf_Tokens.h \ Event_Handler.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ Atomic_Op.h \ Thread_Mutex.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Log_Msg.h \ Log_Priority.h \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ DLL.h \ os_include/os_dlfcn.h \ Service_Object.i \ Service_Types.h \ Service_Types.i \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl .obj/Service_Repository.o .obj/Service_Repository.so .shobj/Service_Repository.o .shobj/Service_Repository.so: Service_Repository.cpp \ Service_Repository.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Default_Constants.h \ config-all.h \ OS_main.h \ Thread_Mutex.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Mutex.inl \ Service_Repository.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Service_Types.h \ Service_Object.h \ Shared_Object.h \ Shared_Object.i \ Svc_Conf_Tokens.h \ Event_Handler.h \ Atomic_Op.h \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Log_Msg.h \ Log_Priority.h \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ DLL.h \ os_include/os_dlfcn.h \ Service_Object.i \ Service_Types.i \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ os_include/sys/os_types.h \ config-all.h \ OS_main.h \ os_include/os_stddef.h \ Shared_Object.i \ Svc_Conf_Tokens.h \ Event_Handler.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ Atomic_Op.h \ Thread_Mutex.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Log_Msg.h \ Log_Priority.h \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ DLL.h \ os_include/os_dlfcn.h \ Service_Object.i \ Service_Types.i \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Stream_Modules.h \ Task.h \ Thread_Manager.h \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Thread_Exit.h \ Thread_Control.h \ Thread_Control.inl \ Condition_Thread_Mutex.h \ Condition_Thread_Mutex.inl \ Unbounded_Queue.h \ Node.h \ Node.cpp \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Malloc_Base.h \ Containers.h \ Containers.i \ Containers_T.h \ Array_Base.h \ Array_Base.inl \ Array_Base.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Containers_T.i \ Containers_T.cpp \ Free_List.h \ Free_List.i \ Free_List.cpp \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ 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 \ Notification_Strategy.h \ Notification_Strategy.inl \ Message_Queue.i \ Task_T.i \ os_include/os_assert.h \ Task_T.cpp \ Module.h \ os_include/os_dirent.h \ Module.i \ Module.cpp \ Stream_Modules.cpp \ Null_Condition.h \ Null_Mutex.h \ Stream.h \ Stream.i \ Stream.cpp .obj/Service_Templates.o .obj/Service_Templates.so .shobj/Service_Templates.o .shobj/Service_Templates.so: Service_Templates.cpp \ Service_Templates.h \ pre.h \ Svc_Conf.h \ Obstack.h \ Obstack_T.h \ Obchunk.h \ Malloc.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Log_Msg.h \ config-all.h \ OS_main.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Malloc.i \ Malloc_T.h \ Malloc_Allocator.h \ Malloc_Base.h \ os_include/sys/os_mman.h \ Malloc_Allocator.i \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Free_List.h \ Free_List.i \ Guard_T.h \ Lock.h \ Lock.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Free_List.cpp \ Malloc_T.i \ Malloc_T.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Memory_Pool.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Signal.h \ Signal.i \ Mem_Map.h \ Mem_Map.i \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ SV_Semaphore_Simple.i \ SV_Semaphore_Complex.i \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Memory_Pool.i \ Obchunk.i \ Obstack_T.i \ Obstack_T.cpp \ Service_Config.h \ Unbounded_Queue.h \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ SString.h \ SStringfwd.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Min_Max.h \ String_Base.cpp \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ XML_Svc_Conf.h \ Service_Config.i \ Reactor.h \ Timer_Queuefwd.h \ Reactor_Timer_Interface.h \ Reactor.i \ Reactor_Impl.h \ Svc_Conf_Tokens.h \ Parse_Node.h \ DLL.h \ os_include/os_dlfcn.h \ Parse_Node.i \ Thread_Manager.h \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Thread_Exit.h \ Thread_Control.h \ Thread_Control.inl \ Condition_Thread_Mutex.h \ Condition_Thread_Mutex.inl \ Containers.h \ Containers.i \ Containers_T.h \ Array_Base.h \ Array_Base.inl \ Array_Base.cpp \ Containers_T.i \ Containers_T.cpp \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ Thread_Manager.i \ Stream_Modules.h \ Task.h \ Service_Object.h \ Shared_Object.h \ Shared_Object.i \ Service_Object.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 \ Notification_Strategy.h \ Notification_Strategy.inl \ Message_Queue.i \ Task_T.i \ os_include/os_assert.h \ Task_T.cpp \ Module.h \ os_include/os_dirent.h \ Module.i \ Module.cpp \ Stream_Modules.cpp \ Null_Condition.h \ Null_Mutex.h \ Stream.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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ os_include/sys/os_types.h \ config-all.h \ OS_main.h \ os_include/os_stddef.h \ Shared_Object.i \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl .obj/XML_Svc_Conf.o .obj/XML_Svc_Conf.so .shobj/XML_Svc_Conf.o .shobj/XML_Svc_Conf.so: XML_Svc_Conf.cpp \ XML_Svc_Conf.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl .obj/Svc_Conf_l.o .obj/Svc_Conf_l.so .shobj/Svc_Conf_l.o .shobj/Svc_Conf_l.so: Svc_Conf_l.cpp \ Object_Manager.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Object_Manager_Base.h \ config-all.h \ OS_main.h \ Cleanup.h \ Cleanup.inl \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ Object_Manager_Base.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Recursive_Thread_Mutex.h \ OS_NS_Thread.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ OS_NS_ctype.h \ OS_NS_ctype.inl \ Svc_Conf.h \ Obstack.h \ Obstack_T.h \ Obchunk.h \ Malloc.h \ Log_Msg.h \ Log_Priority.h \ Malloc.i \ Malloc_T.h \ Malloc_Allocator.h \ Malloc_Base.h \ Malloc_Allocator.i \ Free_List.h \ Free_List.i \ Free_List.cpp \ Malloc_T.i \ Malloc_T.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Memory_Pool.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Signal.h \ Signal.i \ Mem_Map.h \ Mem_Map.i \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ SV_Semaphore_Simple.i \ SV_Semaphore_Complex.i \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Memory_Pool.i \ Obchunk.i \ Obstack_T.i \ Obstack_T.cpp \ Service_Config.h \ Unbounded_Queue.h \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ SString.h \ SStringfwd.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Min_Max.h \ String_Base.cpp \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ XML_Svc_Conf.h \ Service_Config.i \ Reactor.h \ Timer_Queuefwd.h \ Reactor_Timer_Interface.h \ Reactor.i \ Reactor_Impl.h \ Svc_Conf_Tokens.h \ Parse_Node.h \ DLL.h \ os_include/os_dlfcn.h \ Parse_Node.i \ Svc_Conf_Lexer_Guard.h .obj/Svc_Conf_y.o .obj/Svc_Conf_y.so .shobj/Svc_Conf_y.o .shobj/Svc_Conf_y.so: Svc_Conf_y.cpp \ Svc_Conf.h \ pre.h \ Obstack.h \ Obstack_T.h \ Obchunk.h \ Malloc.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Log_Msg.h \ config-all.h \ OS_main.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Malloc.i \ Malloc_T.h \ Malloc_Allocator.h \ Malloc_Base.h \ os_include/sys/os_mman.h \ Malloc_Allocator.i \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Free_List.h \ Free_List.i \ Guard_T.h \ Lock.h \ Lock.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Free_List.cpp \ Malloc_T.i \ Malloc_T.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Memory_Pool.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Signal.h \ Signal.i \ Mem_Map.h \ Mem_Map.i \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ SV_Semaphore_Simple.i \ SV_Semaphore_Complex.i \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Memory_Pool.i \ Obchunk.i \ Obstack_T.i \ Obstack_T.cpp \ Service_Config.h \ Unbounded_Queue.h \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ SString.h \ SStringfwd.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Min_Max.h \ String_Base.cpp \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ XML_Svc_Conf.h \ Service_Config.i \ Reactor.h \ Timer_Queuefwd.h \ Reactor_Timer_Interface.h \ Reactor.i \ Reactor_Impl.h \ Svc_Conf_Tokens.h \ Parse_Node.h \ DLL.h \ os_include/os_dlfcn.h \ Parse_Node.i \ ARGV.h \ ARGV.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 \ Notification_Strategy.h \ Notification_Strategy.inl \ Message_Queue.i \ Task.h \ Service_Object.h \ Shared_Object.h \ Shared_Object.i \ Service_Object.i \ Thread_Manager.h \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Thread_Exit.h \ Thread_Control.h \ Thread_Control.inl \ Condition_Thread_Mutex.h \ Condition_Thread_Mutex.inl \ Containers.h \ Containers.i \ Containers_T.h \ Array_Base.h \ Array_Base.inl \ Array_Base.cpp \ Containers_T.i \ Containers_T.cpp \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ Thread_Manager.i \ Task.i \ Task_T.i \ os_include/os_assert.h \ Task_T.cpp \ Null_Condition.h \ Null_Mutex.h \ os_include/os_dirent.h \ Module.i \ Module.cpp \ Stream_Modules.h \ Stream_Modules.cpp \ Stream.h \ Stream.i \ Stream.cpp \ Service_Types.h \ Service_Types.i .obj/Svc_Conf_Lexer_Guard.o .obj/Svc_Conf_Lexer_Guard.so .shobj/Svc_Conf_Lexer_Guard.o .shobj/Svc_Conf_Lexer_Guard.so: Svc_Conf_Lexer_Guard.cpp \ Svc_Conf_Lexer_Guard.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Svc_Conf.h \ Obstack.h \ Obstack_T.h \ Obchunk.h \ Malloc.h \ Log_Msg.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Malloc.i \ Malloc_T.h \ Malloc_Allocator.h \ Malloc_Base.h \ os_include/sys/os_mman.h \ Malloc_Allocator.i \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Free_List.h \ Free_List.i \ Guard_T.h \ Lock.h \ Lock.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Free_List.cpp \ Malloc_T.i \ Malloc_T.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Memory_Pool.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Signal.h \ Signal.i \ Mem_Map.h \ Mem_Map.i \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ SV_Semaphore_Simple.i \ SV_Semaphore_Complex.i \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Memory_Pool.i \ Obchunk.i \ Obstack_T.i \ Obstack_T.cpp \ Service_Config.h \ Unbounded_Queue.h \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ SString.h \ SStringfwd.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Min_Max.h \ String_Base.cpp \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ XML_Svc_Conf.h \ Service_Config.i \ Reactor.h \ Timer_Queuefwd.h \ Reactor_Timer_Interface.h \ Reactor.i \ Reactor_Impl.h \ Svc_Conf_Tokens.h \ Parse_Node.h \ DLL.h \ os_include/os_dlfcn.h \ Parse_Node.i .obj/CDR_Base.o .obj/CDR_Base.so .shobj/CDR_Base.o .shobj/CDR_Base.so: CDR_Base.cpp \ CDR_Base.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ CDR_Base.inl \ Message_Block.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ Message_Block.i \ Message_Block_T.h \ Message_Block_T.i \ Message_Block_T.cpp \ Malloc_Base.h \ os_include/sys/os_mman.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl .obj/CDR_Stream.o .obj/CDR_Stream.so .shobj/CDR_Stream.o .shobj/CDR_Stream.so: CDR_Stream.cpp \ CDR_Stream.h \ pre.h \ CDR_Base.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ CDR_Base.inl \ SStringfwd.h \ Message_Block.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ Message_Block.i \ Message_Block_T.h \ Message_Block_T.i \ Message_Block_T.cpp \ Malloc_Base.h \ os_include/sys/os_mman.h \ CDR_Stream.i \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ SString.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Min_Max.h \ String_Base.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.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 \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h .obj/Codeset_Registry.o .obj/Codeset_Registry.so .shobj/Codeset_Registry.o .shobj/Codeset_Registry.so: Codeset_Registry.cpp \ Codeset_Registry.h \ pre.h \ SString.h \ SStringfwd.h \ Basic_Types.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ String_Base.h \ String_Base_Const.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ String_Base.i \ Malloc_Base.h \ os_include/sys/os_mman.h \ Min_Max.h \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ String_Base.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ Default_Constants.h \ ACE.i \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ CDR_Base.h \ CDR_Base.inl \ Codeset_Registry.inl .obj/Codeset_Registry_db.o .obj/Codeset_Registry_db.so .shobj/Codeset_Registry_db.o .shobj/Codeset_Registry_db.so: Codeset_Registry_db.cpp \ Codeset_Registry.h \ pre.h \ SString.h \ SStringfwd.h \ Basic_Types.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ String_Base.h \ String_Base_Const.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ String_Base.i \ Malloc_Base.h \ os_include/sys/os_mman.h \ Min_Max.h \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ String_Base.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ Default_Constants.h \ ACE.i \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ CDR_Base.h \ CDR_Base.inl \ Codeset_Registry.inl .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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Default_Constants.h \ config-all.h \ OS_main.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Time_Value.h \ os_include/sys/os_time.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ Message_Block.i \ Message_Block_T.h \ Message_Block_T.i \ Message_Block_T.cpp \ Malloc_Base.h \ os_include/sys/os_mman.h \ IO_Cntl_Msg.h \ Message_Queue_T.h \ Synch_Traits.h \ Lock.h \ Lock.inl \ Guard_T.h \ OS_NS_Thread.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Message_Queue_T.i \ Message_Queue_T.cpp \ Log_Msg.h \ Log_Priority.h \ Notification_Strategy.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Event_Handler.i \ Notification_Strategy.inl \ Message_Queue.i .obj/Reactor_Notification_Strategy.o .obj/Reactor_Notification_Strategy.so .shobj/Reactor_Notification_Strategy.o .shobj/Reactor_Notification_Strategy.so: Reactor_Notification_Strategy.cpp \ Reactor_Notification_Strategy.h \ pre.h \ Notification_Strategy.h \ Event_Handler.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ os_include/os_signal.h \ config-all.h \ OS_main.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_time.h \ os_include/os_ucontext.h \ Atomic_Op.h \ Thread_Mutex.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Log_Msg.h \ Log_Priority.h \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Notification_Strategy.inl \ Reactor_Notification_Strategy.inl \ Reactor.h \ Timer_Queuefwd.h \ Reactor_Timer_Interface.h \ Reactor.i \ Reactor_Impl.h .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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ os_include/sys/os_types.h \ config-all.h \ OS_main.h \ os_include/os_stddef.h \ Shared_Object.i \ Svc_Conf_Tokens.h \ Event_Handler.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ Atomic_Op.h \ Thread_Mutex.h \ OS_NS_Thread.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Default_Constants.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Log_Msg.h \ Log_Priority.h \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ DLL.h \ os_include/os_dlfcn.h \ Service_Object.i \ Thread_Manager.h \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Thread_Exit.h \ Thread_Control.h \ Thread_Control.inl \ Condition_Thread_Mutex.h \ Condition_Thread_Mutex.inl \ Unbounded_Queue.h \ Node.h \ Node.cpp \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Malloc_Base.h \ Containers.h \ Containers.i \ Containers_T.h \ Array_Base.h \ Array_Base.inl \ Array_Base.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Containers_T.i \ Containers_T.cpp \ Free_List.h \ Free_List.i \ Free_List.cpp \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ 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 \ Notification_Strategy.h \ Notification_Strategy.inl \ Message_Queue.i \ Task_T.i \ os_include/os_assert.h \ Task_T.cpp \ Module.h \ os_include/os_dirent.h \ Module.i \ Module.cpp \ Stream_Modules.h \ Stream_Modules.cpp \ Null_Condition.h \ Null_Mutex.h .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 \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Log_Msg.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Map_Manager.i \ Guard_T.h \ Lock.h \ Lock.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Map_Manager.cpp \ Malloc_Base.h \ Based_Pointer_Repository.h \ Synch_Traits.h \ Singleton.h \ TSS_T.h \ Thread_Mutex.h \ Thread_Mutex.inl \ TSS_T.inl \ TSS_T.cpp \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ Null_Mutex.h .obj/Malloc.o .obj/Malloc.so .shobj/Malloc.o .shobj/Malloc.so: Malloc.cpp \ Malloc.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Log_Msg.h \ config-all.h \ OS_main.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Malloc.i \ Malloc_T.h \ Malloc_Allocator.h \ Malloc_Base.h \ os_include/sys/os_mman.h \ Malloc_Allocator.i \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Free_List.h \ Free_List.i \ Guard_T.h \ Lock.h \ Lock.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Free_List.cpp \ Malloc_T.i \ Malloc_T.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Memory_Pool.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Signal.h \ Signal.i \ Mem_Map.h \ Mem_Map.i \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ SV_Semaphore_Simple.i \ SV_Semaphore_Complex.i \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Memory_Pool.i \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp .obj/PI_Malloc.o .obj/PI_Malloc.so .shobj/PI_Malloc.o .shobj/PI_Malloc.so: PI_Malloc.cpp \ PI_Malloc.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Malloc.h \ Log_Msg.h \ config-all.h \ OS_main.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Malloc.i \ Malloc_T.h \ Malloc_Allocator.h \ Malloc_Base.h \ os_include/sys/os_mman.h \ Malloc_Allocator.i \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Free_List.h \ Free_List.i \ Guard_T.h \ Lock.h \ Lock.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Free_List.cpp \ Malloc_T.i \ Malloc_T.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Memory_Pool.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Signal.h \ Signal.i \ Mem_Map.h \ Mem_Map.i \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ SV_Semaphore_Simple.i \ SV_Semaphore_Complex.i \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Memory_Pool.i \ Based_Pointer_T.h \ Based_Pointer_T.i \ Based_Pointer_T.cpp \ Based_Pointer_Repository.h \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ PI_Malloc.i \ Process_Mutex.h \ Process_Mutex.inl .obj/Malloc_Allocator.o .obj/Malloc_Allocator.so .shobj/Malloc_Allocator.o .shobj/Malloc_Allocator.so: Malloc_Allocator.cpp \ Malloc_Allocator.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Malloc_Base.h \ os_include/sys/os_types.h \ config-all.h \ OS_main.h \ os_include/os_stddef.h \ os_include/sys/os_mman.h \ Malloc_Allocator.i \ os_include/os_errno.h \ Log_Msg.h \ Global_Macros.h \ OS_Errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Object_Manager.h \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ Recursive_Thread_Mutex.h \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp .obj/Malloc_Instantiations.o .obj/Malloc_Instantiations.so .shobj/Malloc_Instantiations.o .shobj/Malloc_Instantiations.so: Malloc_Instantiations.cpp \ Malloc.h \ pre.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Log_Msg.h \ config-all.h \ OS_main.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Malloc.i \ Malloc_T.h \ Malloc_Allocator.h \ Malloc_Base.h \ os_include/sys/os_mman.h \ Malloc_Allocator.i \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Free_List.h \ Free_List.i \ Guard_T.h \ Lock.h \ Lock.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Free_List.cpp \ Malloc_T.i \ Malloc_T.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Memory_Pool.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Signal.h \ Signal.i \ Mem_Map.h \ Mem_Map.i \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ SV_Semaphore_Simple.i \ SV_Semaphore_Complex.i \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Memory_Pool.i \ Null_Mutex.h .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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ os_include/sys/os_mman.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ Default_Constants.h \ Mem_Map.i \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ OS_NS_fcntl.inl \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ OS_NS_sys_stat.h \ OS_NS_sys_stat.inl \ Log_Msg.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl .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 \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ Default_Constants.h \ ACE.i \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Log_Msg.h \ Log_Priority.h \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Signal.h \ Signal.i \ Mem_Map.h \ Mem_Map.i \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ SV_Semaphore_Simple.i \ SV_Semaphore_Complex.i \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Malloc_Base.h \ Memory_Pool.i \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ OS_NS_sys_stat.h \ OS_NS_sys_stat.inl \ OS_NS_sys_shm.h \ os_include/sys/os_shm.h \ OS_NS_sys_shm.inl \ Based_Pointer_T.h \ Based_Pointer_T.i \ Based_Pointer_T.cpp \ Based_Pointer_Repository.h \ Singleton.h \ TSS_T.h \ TSS_T.inl \ TSS_T.cpp \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp .obj/Obchunk.o .obj/Obchunk.so .shobj/Obchunk.o .shobj/Obchunk.so: Obchunk.cpp \ Obchunk.h \ pre.h \ Malloc.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Log_Msg.h \ config-all.h \ OS_main.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Malloc.i \ Malloc_T.h \ Malloc_Allocator.h \ Malloc_Base.h \ os_include/sys/os_mman.h \ Malloc_Allocator.i \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Free_List.h \ Free_List.i \ Guard_T.h \ Lock.h \ Lock.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Free_List.cpp \ Malloc_T.i \ Malloc_T.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Memory_Pool.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Signal.h \ Signal.i \ Mem_Map.h \ Mem_Map.i \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ SV_Semaphore_Simple.i \ SV_Semaphore_Complex.i \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Memory_Pool.i \ Obchunk.i .obj/Obstack.o .obj/Obstack.so .shobj/Obstack.o .shobj/Obstack.so: Obstack.cpp \ Obstack.h \ pre.h \ Obstack_T.h \ Obchunk.h \ Malloc.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Log_Msg.h \ config-all.h \ OS_main.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Malloc.i \ Malloc_T.h \ Malloc_Allocator.h \ Malloc_Base.h \ os_include/sys/os_mman.h \ Malloc_Allocator.i \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Free_List.h \ Free_List.i \ Guard_T.h \ Lock.h \ Lock.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Free_List.cpp \ Malloc_T.i \ Malloc_T.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Memory_Pool.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Atomic_Op_T.cpp \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Signal.h \ Signal.i \ Mem_Map.h \ Mem_Map.i \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ SV_Semaphore_Simple.i \ SV_Semaphore_Complex.i \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Memory_Pool.i \ Obchunk.i \ Obstack_T.i \ Obstack_T.cpp .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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_stddef.h \ Read_Buffer.i \ Log_Msg.h \ Default_Constants.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Malloc_Base.h \ os_include/sys/os_mman.h \ Service_Config.h \ Unbounded_Queue.h \ Node.h \ Node.cpp \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ SString.h \ SStringfwd.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Min_Max.h \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ String_Base.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ XML_Svc_Conf.h \ Service_Config.i \ Reactor.h \ Timer_Queuefwd.h \ Synch_Traits.h \ Lock.h \ Lock.inl \ Reactor_Timer_Interface.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Atomic_Op.i \ Event_Handler.i \ 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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ os_include/os_stddef.h .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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ os_include/os_stddef.h \ Mem_Map.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ config-all.h \ OS_main.h \ OS_Errno.inl \ os_include/sys/os_mman.h \ os_include/sys/os_types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ Default_Constants.h \ Mem_Map.i \ OS_NS_unistd.h \ Time_Value.h \ os_include/sys/os_time.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ Basic_Types.i \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ OS_NS_fcntl.inl \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ 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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ os_include/os_stddef.h \ SV_Shared_Memory.h \ os_include/sys/os_stat.h \ config-all.h \ OS_main.h \ os_include/sys/os_types.h \ os_include/sys/os_ipc.h \ Default_Constants.h \ SV_Shared_Memory.i \ OS_NS_sys_shm.h \ os_include/sys/os_shm.h \ OS_NS_sys_shm.inl \ OS_NS_errno.h \ os_include/os_errno.h \ OS_NS_errno.inl \ Global_Macros.h \ OS_Errno.h \ OS_Errno.inl \ Shared_Memory_SV.i .obj/Codecs.o .obj/Codecs.so .shobj/Codecs.o .shobj/Codecs.so: Codecs.cpp \ Codecs.h \ pre.h \ Basic_Types.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Log_Msg.h \ Default_Constants.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_ctype.h \ OS_NS_ctype.inl .obj/Local_Tokens.o .obj/Local_Tokens.so .shobj/Local_Tokens.o .shobj/Local_Tokens.so: Local_Tokens.cpp \ Local_Tokens.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Local_Tokens.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 \ Sock_Connect.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Basic_Types.h \ config-all.h \ OS_main.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ Addr.h \ Addr.i \ INET_Addr.i \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_stdio.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_stdio.inl \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ OS_NS_fcntl.inl \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ SOCK_Connector.h \ SOCK_Stream.h \ SOCK_IO.h \ SOCK.h \ IPC_SAP.h \ Flag_Manip.h \ Flag_Manip.i \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ os_include/sys/os_mman.h \ SOCK_IO.i \ SOCK_Stream.i \ SOCK_Connector.i \ Synch_Options.h \ Synch_Options.i \ Local_Tokens.h \ Local_Tokens.i \ Token_Request_Reply.h \ Token_Request_Reply.i \ Remote_Tokens.i \ Singleton.h \ TSS_T.h \ Lock.h \ Lock.inl \ Thread_Mutex.h \ Thread_Mutex.inl \ TSS_T.inl \ TSS_T.cpp \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Log_Msg.h \ Log_Priority.h \ Guard_T.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp .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 \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Log_Msg.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Map_Manager.i \ Guard_T.h \ Lock.h \ Lock.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Map_Manager.cpp \ Malloc_Base.h \ Local_Tokens.h \ Local_Tokens.i \ SString.h \ SStringfwd.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Min_Max.h \ String_Base.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.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 \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Map_Manager.h \ Log_Msg.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Map_Manager.i \ Guard_T.h \ Lock.h \ Lock.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Map_Manager.cpp \ Malloc_Base.h \ Local_Tokens.h \ Local_Tokens.i \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp .obj/Token_Manager.o .obj/Token_Manager.so .shobj/Token_Manager.o .shobj/Token_Manager.so: Token_Manager.cpp \ Token_Manager.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Map_Manager.h \ Log_Msg.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Basic_Types.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Map_Manager.i \ Guard_T.h \ Lock.h \ Lock.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Map_Manager.cpp \ Malloc_Base.h \ Local_Tokens.h \ Local_Tokens.i \ Token_Manager.i \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp .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 \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Local_Tokens.i \ Time_Value.h \ os_include/sys/os_time.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ os_include/os_errno.h \ Token_Request_Reply.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 \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ Flag_Manip.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ Default_Constants.h \ ACE.i \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_NS_macros.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ os_include/sys/os_mman.h \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Local_Name_Space.h \ SString.h \ SStringfwd.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Malloc_Base.h \ Min_Max.h \ String_Base.cpp \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ Malloc_T.h \ Malloc.h \ Log_Msg.h \ Log_Priority.h \ Malloc.i \ Memory_Pool.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ Signal.h \ Signal.i \ Mem_Map.h \ Mem_Map.i \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ SV_Semaphore_Simple.i \ SV_Semaphore_Complex.i \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Memory_Pool.i \ Malloc_Allocator.h \ Malloc_Allocator.i \ Free_List.h \ Free_List.i \ Free_List.cpp \ Malloc_T.i \ Malloc_T.cpp \ Local_Name_Space_T.h \ Name_Space.h \ Naming_Context.h \ Service_Object.h \ Shared_Object.h \ Shared_Object.i \ Svc_Conf_Tokens.h \ DLL.h \ os_include/os_dlfcn.h \ Service_Object.i \ os_include/os_netdb.h \ Null_Mutex.h \ Hash_Map_Manager_T.h \ Functor.h \ Functor.i \ Functor_T.h \ Functor_T.i \ Functor_T.cpp \ Hash_Map_Manager_T.i \ Hash_Map_Manager_T.cpp \ Local_Name_Space_T.cpp \ OS_NS_regex.h \ OS_NS_regex.inl \ os_include/os_regex.h \ RW_Process_Mutex.h \ File_Lock.h \ File_Lock.inl \ RW_Process_Mutex.inl .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 \ Sock_Connect.h \ ACE_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ Basic_Types.h \ config-all.h \ OS_main.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ Addr.h \ Addr.i \ INET_Addr.i \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_stdio.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_stdio.inl \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_fcntl.h \ OS_NS_fcntl.inl \ Default_Constants.h \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ SOCK_Connector.h \ SOCK_Stream.h \ SOCK_IO.h \ SOCK.h \ IPC_SAP.h \ Flag_Manip.h \ Flag_Manip.i \ IPC_SAP.i \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ SOCK.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ ACE.h \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ ACE.i \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ os_include/sys/os_mman.h \ SOCK_IO.i \ SOCK_Stream.i \ SOCK_Connector.i \ Service_Config.h \ Unbounded_Queue.h \ Node.h \ Node.cpp \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Malloc_Base.h \ Log_Msg.h \ Log_Priority.h \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ SString.h \ SStringfwd.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Min_Max.h \ String_Base.cpp \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ XML_Svc_Conf.h \ Service_Config.i \ Reactor.h \ Timer_Queuefwd.h \ Synch_Traits.h \ Lock.h \ Lock.inl \ Reactor_Timer_Interface.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Atomic_Op.i \ Event_Handler.i \ 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 \ Basic_Types.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Log_Msg.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Default_Constants.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/arpa/os_inet.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h .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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ SString.h \ SStringfwd.h \ Basic_Types.h \ config-all.h \ OS_main.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ String_Base.h \ String_Base_Const.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ String_Base.i \ Malloc_Base.h \ os_include/sys/os_mman.h \ Min_Max.h \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ String_Base.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ Default_Constants.h \ ACE.i \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ Unbounded_Set.h \ Node.h \ Node.cpp \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Log_Msg.h \ Log_Priority.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 \ SStringfwd.h \ Basic_Types.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ Containers.h \ Containers.i \ Containers_T.h \ Node.h \ Node.cpp \ Array_Base.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ Malloc_Base.h \ os_include/sys/os_mman.h \ Array_Base.inl \ Array_Base.cpp \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ Log_Msg.h \ Default_Constants.h \ Log_Priority.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Unbounded_Queue.h \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Containers_T.i \ Containers_T.cpp \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ os_include/os_search.h \ OS_Memory.inl \ Get_Opt.i \ Naming_Context.h \ Service_Object.h \ Shared_Object.h \ Shared_Object.i \ Svc_Conf_Tokens.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_macros.h \ OS_NS_errno.h \ OS_NS_errno.inl \ OS_NS_Thread.inl \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_unistd.h \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Lock.h \ Lock.inl \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Atomic_Op.i \ Synch_Traits.h \ Event_Handler.i \ DLL.h \ os_include/os_dlfcn.h \ Service_Object.i \ Name_Space.h \ SString.h \ String_Base.h \ String_Base_Const.h \ String_Base.i \ Min_Max.h \ String_Base.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ ACE.i \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ os_include/os_netdb.h \ Remote_Name_Space.h \ Name_Proxy.h \ INET_Addr.h \ Addr.h \ Addr.i \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ SOCK_Connector.h \ SOCK_Stream.h \ SOCK_IO.h \ SOCK.h \ IPC_SAP.h \ IPC_SAP.i \ SOCK.i \ SOCK_IO.i \ SOCK_Stream.i \ SOCK_Connector.i \ Service_Config.h \ XML_Svc_Conf.h \ Service_Config.i \ Reactor.h \ Timer_Queuefwd.h \ Reactor_Timer_Interface.h \ Reactor.i \ Reactor_Impl.h \ Synch_Options.h \ Synch_Options.i \ Name_Request_Reply.h \ Local_Name_Space_T.h \ Local_Name_Space.h \ Malloc_T.h \ Malloc.h \ Malloc.i \ Memory_Pool.h \ Signal.h \ Signal.i \ Mem_Map.h \ Mem_Map.i \ SV_Semaphore_Complex.h \ SV_Semaphore_Simple.h \ SV_Semaphore_Simple.i \ SV_Semaphore_Complex.i \ Memory_Pool.i \ Malloc_Allocator.h \ Malloc_Allocator.i \ Free_List.h \ Free_List.i \ Free_List.cpp \ Malloc_T.i \ Malloc_T.cpp \ Null_Mutex.h \ Hash_Map_Manager_T.h \ Functor.h \ Functor.i \ Functor_T.h \ Functor_T.i \ Functor_T.cpp \ Hash_Map_Manager_T.i \ Hash_Map_Manager_T.cpp \ Local_Name_Space_T.cpp \ OS_NS_regex.h \ OS_NS_regex.inl \ os_include/os_regex.h \ Registry_Name_Space.h \ RW_Process_Mutex.h \ File_Lock.h \ File_Lock.inl \ RW_Process_Mutex.inl .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 \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h .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_export.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ SString.h \ SStringfwd.h \ Basic_Types.h \ config-all.h \ OS_main.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ String_Base.h \ String_Base_Const.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ String_Base.i \ Malloc_Base.h \ os_include/sys/os_mman.h \ Min_Max.h \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ String_Base.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ Default_Constants.h \ ACE.i \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ Name_Proxy.h \ INET_Addr.h \ Addr.h \ Addr.i \ INET_Addr.i \ OS_NS_arpa_inet.h \ os_include/arpa/os_inet.h \ OS_NS_arpa_inet.inl \ SOCK_Connector.h \ SOCK_Stream.h \ SOCK_IO.h \ SOCK.h \ IPC_SAP.h \ IPC_SAP.i \ SOCK.i \ SOCK_IO.i \ SOCK_Stream.i \ SOCK_Connector.i \ Service_Config.h \ Unbounded_Queue.h \ Node.h \ Node.cpp \ Unbounded_Queue.inl \ Unbounded_Queue.cpp \ Log_Msg.h \ Log_Priority.h \ Unbounded_Set.h \ Unbounded_Set.inl \ Unbounded_Set.cpp \ XML_Svc_Conf.h \ Service_Config.i \ Reactor.h \ Timer_Queuefwd.h \ Synch_Traits.h \ Lock.h \ Lock.inl \ Reactor_Timer_Interface.h \ Event_Handler.h \ Atomic_Op.h \ Thread_Mutex.h \ Thread_Mutex.inl \ Atomic_Op_T.h \ Atomic_Op_T.i \ Guard_T.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Atomic_Op_T.cpp \ Atomic_Op.i \ Event_Handler.i \ Reactor.i \ Reactor_Impl.h \ Svc_Conf_Tokens.h \ Synch_Options.h \ Synch_Options.i \ Name_Request_Reply.h \ Name_Space.h .obj/NT_Service.o .obj/NT_Service.so .shobj/NT_Service.o .shobj/NT_Service.so: NT_Service.cpp \ config-all.h \ pre.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h .obj/UUID.o .obj/UUID.so .shobj/UUID.o .shobj/UUID.so: UUID.cpp \ UUID.h \ pre.h \ config-all.h \ config.h \ $(ACE_PLATFORM_CONFIG) \ post.h \ ace_wchar.h \ ace_wchar.inl \ OS_main.h \ ACE_export.h \ SString.h \ SStringfwd.h \ Basic_Types.h \ os_include/os_limits.h \ os_include/os_unistd.h \ os_include/sys/os_types.h \ os_include/os_stddef.h \ os_include/os_inttypes.h \ os_include/os_stdint.h \ os_include/os_stdio.h \ os_include/os_stdarg.h \ os_include/os_float.h \ os_include/os_stdlib.h \ os_include/sys/os_wait.h \ os_include/os_signal.h \ os_include/os_time.h \ os_include/os_ucontext.h \ os_include/sys/os_resource.h \ os_include/sys/os_time.h \ Basic_Types.i \ String_Base.h \ String_Base_Const.h \ Global_Macros.h \ OS_Errno.h \ os_include/os_errno.h \ OS_Errno.inl \ String_Base.i \ Malloc_Base.h \ os_include/sys/os_mman.h \ Min_Max.h \ OS_NS_string.h \ OS_NS_string.inl \ OS_NS_wchar.h \ os_include/os_wchar.h \ os_include/os_string.h \ os_include/os_ctype.h \ OS_NS_wchar.inl \ OS_Memory.h \ OS_NS_stdlib.h \ OS_NS_stdlib.inl \ Object_Manager_Base.h \ Cleanup.h \ Cleanup.inl \ Object_Manager_Base.inl \ os_include/os_search.h \ OS_Memory.inl \ String_Base.cpp \ ACE.h \ Flag_Manip.h \ Flag_Manip.i \ OS_NS_fcntl.h \ os_include/os_fcntl.h \ os_include/sys/os_stat.h \ OS_NS_fcntl.inl \ OS_NS_errno.h \ OS_NS_errno.inl \ Handle_Ops.h \ Handle_Ops.i \ Lib_Find.h \ Lib_Find.i \ Init_ACE.h \ Init_ACE.i \ Sock_Connect.h \ os_include/netinet/os_in.h \ os_include/sys/os_socket.h \ os_include/sys/os_uio.h \ Sock_Connect.i \ Default_Constants.h \ ACE.i \ OS_NS_unistd.h \ Time_Value.h \ Time_Value.inl \ OS_NS_sys_time.h \ OS_NS_sys_time.inl \ OS_NS_unistd.inl \ OS_NS_sys_utsname.h \ os_include/sys/os_utsname.h \ OS_NS_sys_utsname.inl \ OS_NS_macros.h \ OS_NS_Thread.h \ os_include/os_pthread.h \ Base_Thread_Adapter.h \ OS_Log_Msg_Attributes.h \ iosfwd.h \ OS_Log_Msg_Attributes.inl \ Base_Thread_Adapter.inl \ os_include/sys/os_sem.h \ os_include/sys/os_ipc.h \ os_include/os_semaphore.h \ OS_NS_signal.h \ OS_NS_signal.inl \ OS_NS_Thread.inl \ OS_NS_sys_mman.h \ OS_NS_sys_mman.inl \ OS_NS_stdio.h \ OS_NS_stdio.inl \ OS_NS_pwd.h \ os_include/os_pwd.h \ OS_NS_pwd.inl \ OS_NS_sys_socket.h \ os_include/net/os_if.h \ OS_NS_stropts.h \ os_include/os_stropts.h \ OS_NS_stropts.inl \ OS_QoS.h \ OS_NS_sys_socket.inl \ OS_NS_sys_uio.h \ OS_NS_sys_uio.inl \ Auto_Ptr.h \ Auto_Ptr.i \ Auto_Ptr.cpp \ SString.i \ Singleton.h \ TSS_T.h \ Lock.h \ Lock.inl \ Thread_Mutex.h \ Thread_Mutex.inl \ TSS_T.inl \ TSS_T.cpp \ Thread.h \ Thread_Adapter.h \ Thread_Adapter.inl \ Thread.i \ Log_Msg.h \ Log_Priority.h \ Guard_T.h \ Guard_T.inl \ RW_Thread_Mutex.h \ RW_Mutex.h \ RW_Mutex.inl \ RW_Thread_Mutex.inl \ Guard_T.cpp \ Singleton.i \ Singleton.cpp \ Object_Manager.h \ Recursive_Thread_Mutex.h \ Recursive_Thread_Mutex.inl \ Static_Object_Lock.h \ Object_Manager.i \ Managed_Object.h \ Managed_Object.i \ Managed_Object.cpp \ Framework_Component.h \ Framework_Component.inl \ Framework_Component_T.h \ Framework_Component_T.inl \ Framework_Component_T.cpp \ Synch_Traits.h \ UUID.inl \ OS_NS_netdb.h \ os_include/os_netdb.h \ OS_NS_netdb.inl # IF YOU PUT ANYTHING HERE IT WILL GO AWAY