diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-11-10 18:21:48 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-11-10 18:21:48 +0000 |
commit | 3d88c950c22cd154e69f82db809545834c8479df (patch) | |
tree | 9b1556afcbeba89de173de3465982c73f4c615f4 /ace/Makefile.am | |
parent | 94e4585f9df55dbbf0375863b8a40ab962b19443 (diff) | |
download | ATCD-3d88c950c22cd154e69f82db809545834c8479df.tar.gz |
Minor cosmetic update.
Diffstat (limited to 'ace/Makefile.am')
-rw-r--r-- | ace/Makefile.am | 1316 |
1 files changed, 658 insertions, 658 deletions
diff --git a/ace/Makefile.am b/ace/Makefile.am index 913c3652961..65ae423d0db 100644 --- a/ace/Makefile.am +++ b/ace/Makefile.am @@ -116,225 +116,225 @@ endif # Build a libtool library, libACE.la for installation in libdir. lib_LTLIBRARIES = \ - $(LIBACE) \ - $(LIBACE_OS) \ - $(LIBACE_UTILS) \ - $(LIBACE_LOGGING) \ - $(LIBACE_THREADS) \ - $(LIBACE_DEMUX) \ - $(LIBACE_CONNECTION) \ - $(LIBACE_SOCKETS) \ - $(LIBACE_IPC) \ - $(LIBACE_SVCCONF) \ - $(LIBACE_STREAMS) \ - $(LIBACE_MEMORY) \ - $(LIBACE_TOKEN) \ - $(LIBACE_OTHER) + $(LIBACE) \ + $(LIBACE_OS) \ + $(LIBACE_UTILS) \ + $(LIBACE_LOGGING) \ + $(LIBACE_THREADS) \ + $(LIBACE_DEMUX) \ + $(LIBACE_CONNECTION) \ + $(LIBACE_SOCKETS) \ + $(LIBACE_IPC) \ + $(LIBACE_SVCCONF) \ + $(LIBACE_STREAMS) \ + $(LIBACE_MEMORY) \ + $(LIBACE_TOKEN) \ + $(LIBACE_OTHER) libACE_OS_la_SOURCES = \ - Basic_Types.cpp \ - OS.cpp \ - Sched_Params.cpp + Basic_Types.cpp \ + OS.cpp \ + Sched_Params.cpp libACE_Utils_la_SOURCES = \ - ACE.cpp \ - Active_Map_Manager.cpp \ - Arg_Shifter.cpp \ - ARGV.cpp \ - Containers.cpp \ - Dirent.cpp \ - Dynamic.cpp \ - Filecache.cpp \ - Functor.cpp \ - Get_Opt.cpp \ - Hash_Map_Manager.cpp \ - High_Res_Timer.cpp \ - Method_Request.cpp \ - Object_Manager.cpp \ - Profile_Timer.cpp \ - Registry.cpp \ - SString.cpp \ - Stats.cpp \ - System_Time.cpp \ - Time_Request_Reply.cpp \ - Timeprobe.cpp \ - Timer_Hash.cpp \ - Timer_Heap.cpp \ - Timer_List.cpp \ - Timer_Queue.cpp \ - Timer_Wheel.cpp \ - $(ACE_GETHRTIME_CPP) + ACE.cpp \ + Active_Map_Manager.cpp \ + Arg_Shifter.cpp \ + ARGV.cpp \ + Containers.cpp \ + Dirent.cpp \ + Dynamic.cpp \ + Filecache.cpp \ + Functor.cpp \ + Get_Opt.cpp \ + Hash_Map_Manager.cpp \ + High_Res_Timer.cpp \ + Method_Request.cpp \ + Object_Manager.cpp \ + Profile_Timer.cpp \ + Registry.cpp \ + SString.cpp \ + Stats.cpp \ + System_Time.cpp \ + Time_Request_Reply.cpp \ + Timeprobe.cpp \ + Timer_Hash.cpp \ + Timer_Heap.cpp \ + Timer_List.cpp \ + Timer_Queue.cpp \ + Timer_Wheel.cpp \ + $(ACE_GETHRTIME_CPP) # We only want `gethrtime.cpp' if building on Pentium(tm) so we need # to let Automake know that `gethrtime.cpp' is conditionally built. EXTRA_libACE_Utils_la_SOURCES = gethrtime.cpp libACE_Logging_la_SOURCES = \ - Dump.cpp \ - Log_Msg.cpp \ - Log_Record.cpp \ - Trace.cpp + Dump.cpp \ + Log_Msg.cpp \ + Log_Record.cpp \ + Trace.cpp libACE_Threads_la_SOURCES = \ - Activation_Queue.cpp \ - Process.cpp \ - Process_Manager.cpp \ - Synch.cpp \ - Synch_Options.cpp \ - Thread.cpp \ - Thread_Manager.cpp \ - Token.cpp + Activation_Queue.cpp \ + Process.cpp \ + Process_Manager.cpp \ + Synch.cpp \ + Synch_Options.cpp \ + Thread.cpp \ + Thread_Manager.cpp \ + Token.cpp libACE_Demux_la_SOURCES = \ - Event_Handler.cpp \ - FlReactor.cpp \ - Handle_Set.cpp \ - Msg_WFMO_Reactor.cpp \ - POSIX_Proactor.cpp \ - Priority_Reactor.cpp \ - Proactor.cpp \ - Reactor.cpp \ - Select_Reactor.cpp \ - Select_Reactor_Base.cpp \ - TP_Reactor.cpp \ - TkReactor.cpp \ - WFMO_Reactor.cpp \ - XtReactor.cpp + Event_Handler.cpp \ + FlReactor.cpp \ + Handle_Set.cpp \ + Msg_WFMO_Reactor.cpp \ + POSIX_Proactor.cpp \ + Priority_Reactor.cpp \ + Proactor.cpp \ + Reactor.cpp \ + Select_Reactor.cpp \ + Select_Reactor_Base.cpp \ + TP_Reactor.cpp \ + TkReactor.cpp \ + WFMO_Reactor.cpp \ + XtReactor.cpp libACE_Connection_la_SOURCES = \ - Asynch_IO.cpp \ - Asynch_IO_Impl.cpp \ - POSIX_Asynch_IO.cpp \ - Strategies.cpp + Asynch_IO.cpp \ + Asynch_IO_Impl.cpp \ + POSIX_Asynch_IO.cpp \ + Strategies.cpp libACE_Sockets_la_SOURCES = \ - IPC_SAP.cpp \ - LSOCK.cpp \ - LSOCK_Acceptor.cpp \ - LSOCK_CODgram.cpp \ - LSOCK_Connector.cpp \ - LSOCK_Dgram.cpp \ - LSOCK_Stream.cpp \ - SOCK.cpp \ - SOCK_Acceptor.cpp \ - SOCK_CODgram.cpp \ - SOCK_Connector.cpp \ - SOCK_Dgram.cpp \ - SOCK_Dgram_Bcast.cpp \ - SOCK_Dgram_Mcast.cpp \ - SOCK_IO.cpp \ - SOCK_Stream.cpp + IPC_SAP.cpp \ + LSOCK.cpp \ + LSOCK_Acceptor.cpp \ + LSOCK_CODgram.cpp \ + LSOCK_Connector.cpp \ + LSOCK_Dgram.cpp \ + LSOCK_Stream.cpp \ + SOCK.cpp \ + SOCK_Acceptor.cpp \ + SOCK_CODgram.cpp \ + SOCK_Connector.cpp \ + SOCK_Dgram.cpp \ + SOCK_Dgram_Bcast.cpp \ + SOCK_Dgram_Mcast.cpp \ + SOCK_IO.cpp \ + SOCK_Stream.cpp libACE_IPC_la_SOURCES = \ - Addr.cpp \ - ATM_Addr.cpp \ - ATM_Acceptor.cpp \ - ATM_Connector.cpp \ - ATM_Params.cpp \ - ATM_QoS.cpp \ - ATM_Stream.cpp \ - DEV.cpp \ - DEV_Addr.cpp \ - DEV_Connector.cpp \ - DEV_IO.cpp \ - FIFO.cpp \ - FIFO_Recv.cpp \ - FIFO_Recv_Msg.cpp \ - FIFO_Send.cpp \ - FIFO_Send_Msg.cpp \ - FILE_Addr.cpp \ - FILE.cpp \ - FILE_Connector.cpp \ - FILE_IO.cpp \ - INET_Addr.cpp \ - IO_SAP.cpp \ - IOStream.cpp \ - Pipe.cpp \ - Signal.cpp \ - SPIPE_Addr.cpp \ - SPIPE.cpp \ - SPIPE_Acceptor.cpp \ - SPIPE_Connector.cpp \ - SPIPE_Stream.cpp \ - SV_Message.cpp \ - SV_Message_Queue.cpp \ - SV_Semaphore_Complex.cpp \ - SV_Semaphore_Simple.cpp \ - SV_Shared_Memory.cpp \ - TLI.cpp \ - TLI_Acceptor.cpp \ - TLI_Connector.cpp \ - TLI_Stream.cpp \ - TTY_IO.cpp \ - UNIX_Addr.cpp \ - UPIPE_Acceptor.cpp \ - UPIPE_Connector.cpp \ - UPIPE_Stream.cpp \ - XTI_ATM_Mcast.cpp + Addr.cpp \ + ATM_Addr.cpp \ + ATM_Acceptor.cpp \ + ATM_Connector.cpp \ + ATM_Params.cpp \ + ATM_QoS.cpp \ + ATM_Stream.cpp \ + DEV.cpp \ + DEV_Addr.cpp \ + DEV_Connector.cpp \ + DEV_IO.cpp \ + FIFO.cpp \ + FIFO_Recv.cpp \ + FIFO_Recv_Msg.cpp \ + FIFO_Send.cpp \ + FIFO_Send_Msg.cpp \ + FILE_Addr.cpp \ + FILE.cpp \ + FILE_Connector.cpp \ + FILE_IO.cpp \ + INET_Addr.cpp \ + IO_SAP.cpp \ + IOStream.cpp \ + Pipe.cpp \ + Signal.cpp \ + SPIPE_Addr.cpp \ + SPIPE.cpp \ + SPIPE_Acceptor.cpp \ + SPIPE_Connector.cpp \ + SPIPE_Stream.cpp \ + SV_Message.cpp \ + SV_Message_Queue.cpp \ + SV_Semaphore_Complex.cpp \ + SV_Semaphore_Simple.cpp \ + SV_Shared_Memory.cpp \ + TLI.cpp \ + TLI_Acceptor.cpp \ + TLI_Connector.cpp \ + TLI_Stream.cpp \ + TTY_IO.cpp \ + UNIX_Addr.cpp \ + UPIPE_Acceptor.cpp \ + UPIPE_Connector.cpp \ + UPIPE_Stream.cpp \ + XTI_ATM_Mcast.cpp libACE_Svcconf_la_SOURCES = \ - DLL.cpp \ - Parse_Node.cpp \ - Service_Config.cpp \ - Service_Manager.cpp \ - Service_Object.cpp \ - Service_Repository.cpp \ - Service_Types.cpp \ - Shared_Object.cpp \ - Svc_Conf_l.cpp \ - Svc_Conf_y.cpp + DLL.cpp \ + Parse_Node.cpp \ + Service_Config.cpp \ + Service_Manager.cpp \ + Service_Object.cpp \ + Service_Repository.cpp \ + Service_Types.cpp \ + Shared_Object.cpp \ + Svc_Conf_l.cpp \ + Svc_Conf_y.cpp libACE_Streams_la_SOURCES = \ - CDR_Stream.cpp \ - Codeset_IBM1047.cpp \ - Message_Block.cpp \ - Message_Queue.cpp \ - Task.cpp + CDR_Stream.cpp \ + Codeset_IBM1047.cpp \ + Message_Block.cpp \ + Message_Queue.cpp \ + Task.cpp libACE_Memory_la_SOURCES = \ - Based_Pointer_Repository.cpp \ - Malloc.cpp \ - Mem_Map.cpp \ - Memory_Pool.cpp \ - Obstack.cpp \ - Read_Buffer.cpp \ - Shared_Memory.cpp \ - Shared_Memory_MM.cpp \ - Shared_Memory_SV.cpp + Based_Pointer_Repository.cpp \ + Malloc.cpp \ + Mem_Map.cpp \ + Memory_Pool.cpp \ + Obstack.cpp \ + Read_Buffer.cpp \ + Shared_Memory.cpp \ + Shared_Memory_MM.cpp \ + Shared_Memory_SV.cpp libACE_Token_la_SOURCES = \ - Local_Tokens.cpp \ - Remote_Tokens.cpp \ - Token_Collection.cpp \ - Token_Invariants.cpp \ - Token_Manager.cpp \ - Token_Request_Reply.cpp + Local_Tokens.cpp \ + Remote_Tokens.cpp \ + Token_Collection.cpp \ + Token_Invariants.cpp \ + Token_Manager.cpp \ + Token_Request_Reply.cpp libACE_Other_la_SOURCES = \ - CORBA_Handler.cpp \ - CORBA_Ref.cpp \ - Local_Name_Space.cpp \ - Name_Proxy.cpp \ - Name_Request_Reply.cpp \ - Name_Space.cpp \ - Naming_Context.cpp \ - Registry_Name_Space.cpp \ - Remote_Name_Space.cpp + CORBA_Handler.cpp \ + CORBA_Ref.cpp \ + Local_Name_Space.cpp \ + Name_Proxy.cpp \ + Name_Request_Reply.cpp \ + Name_Space.cpp \ + Naming_Context.cpp \ + Registry_Name_Space.cpp \ + Remote_Name_Space.cpp libACE_la_SOURCES = \ - $(libACE_OS_la_SOURCES) \ - $(libACE_Utils_la_SOURCES) \ - $(libACE_Logging_la_SOURCES) \ - $(libACE_Threads_la_SOURCES) \ - $(libACE_Demux_la_SOURCES) \ - $(libACE_Connection_la_SOURCES) \ - $(libACE_Sockets_la_SOURCES) \ - $(libACE_IPC_la_SOURCES) \ - $(libACE_Svcconf_la_SOURCES) \ - $(libACE_Streams_la_SOURCES) \ - $(libACE_Memory_la_SOURCES) \ - $(libACE_Token_la_SOURCES) \ - $(libACE_Other_la_SOURCES) + $(libACE_OS_la_SOURCES) \ + $(libACE_Utils_la_SOURCES) \ + $(libACE_Logging_la_SOURCES) \ + $(libACE_Threads_la_SOURCES) \ + $(libACE_Demux_la_SOURCES) \ + $(libACE_Connection_la_SOURCES) \ + $(libACE_Sockets_la_SOURCES) \ + $(libACE_IPC_la_SOURCES) \ + $(libACE_Svcconf_la_SOURCES) \ + $(libACE_Streams_la_SOURCES) \ + $(libACE_Memory_la_SOURCES) \ + $(libACE_Token_la_SOURCES) \ + $(libACE_Other_la_SOURCES) # We only want `gethrtime.cpp' if building on Pentium(tm) so we need # to let Automake know that `gethrtime.cpp' is conditionally built. @@ -377,67 +377,67 @@ EXTRA_libACE_la_SOURCES = gethrtime.cpp ## it to be used but we do it that way to make the version numbers ## that ACE uses match those created by libtool from "-version-info." ##libACE_la_LDFLAGS = $(X_LIBS) \ -## -version-info 10:4:6 ## 10-6=4 --> libACE.so.4.6.4 +## -version-info 10:4:6 ## 10-6=4 --> libACE.so.4.6.4 libACE_la_LDFLAGS = $(X_LIBS) \ - -version-info @ACE_CURRENT@:@ACE_REVISION@:@ACE_AGE@ + -version-info @ACE_CURRENT@:@ACE_REVISION@:@ACE_AGE@ # We also add any X libraries to the list. libACE_la_LIBADD = $(X_PRE_LIBS) $(ACE_XLIBS) $(X_EXTRA_LIBS) ## These are template source files. ACE_TEMPLATE_FILES = \ - Acceptor.cpp \ - Active_Map_Manager_T.cpp \ - Asynch_Acceptor.cpp \ - Auto_Ptr.cpp \ - Based_Pointer_T.cpp \ - Connector.cpp \ - Containers_T.cpp \ - Cache_Map_Manager_T.cpp \ - Cached_Connect_Strategy_T.cpp \ - Caching_Strategies_T.cpp \ - Caching_Utility_T.cpp \ - Cleanup_Strategies_T.cpp \ - Dump_T.cpp \ - Dynamic_Service.cpp \ - Env_Value_T.cpp \ - Event_Handler_T.cpp \ - Free_List.cpp \ - Functor_T.cpp \ - Future.cpp \ - Future_Set.cpp \ - Hash_Map_Manager_T.cpp \ - Hash_Cache_Map_Manager_T.cpp \ - IOStream_T.cpp \ - LOCK_SOCK_Acceptor.cpp \ - Local_Name_Space_T.cpp \ - Malloc_T.cpp \ - Managed_Object.cpp \ - Map_Manager.cpp \ - Map_T.cpp \ - Message_Block_T.cpp \ - Message_Queue_T.cpp \ - Module.cpp \ - Pair_T.cpp \ - RB_Tree.cpp \ - Select_Reactor_T.cpp \ - Singleton.cpp \ - Strategies_T.cpp \ - Stream.cpp \ - Stream_Modules.cpp \ - Svc_Handler.cpp \ - Synch_T.cpp \ - Task_T.cpp \ - Template_Instantiations.cpp \ - Timeprobe_T.cpp \ - Timer_Hash_T.cpp \ - Timer_Heap_T.cpp \ - Timer_List_T.cpp \ - Timer_Queue_Adapters.cpp \ - Timer_Queue_T.cpp \ - Timer_Wheel_T.cpp \ - Typed_SV_Message.cpp \ - Typed_SV_Message_Queue.cpp + Acceptor.cpp \ + Active_Map_Manager_T.cpp \ + Asynch_Acceptor.cpp \ + Auto_Ptr.cpp \ + Based_Pointer_T.cpp \ + Connector.cpp \ + Containers_T.cpp \ + Cache_Map_Manager_T.cpp \ + Cached_Connect_Strategy_T.cpp \ + Caching_Strategies_T.cpp \ + Caching_Utility_T.cpp \ + Cleanup_Strategies_T.cpp \ + Dump_T.cpp \ + Dynamic_Service.cpp \ + Env_Value_T.cpp \ + Event_Handler_T.cpp \ + Free_List.cpp \ + Functor_T.cpp \ + Future.cpp \ + Future_Set.cpp \ + Hash_Map_Manager_T.cpp \ + Hash_Cache_Map_Manager_T.cpp \ + IOStream_T.cpp \ + LOCK_SOCK_Acceptor.cpp \ + Local_Name_Space_T.cpp \ + Malloc_T.cpp \ + Managed_Object.cpp \ + Map_Manager.cpp \ + Map_T.cpp \ + Message_Block_T.cpp \ + Message_Queue_T.cpp \ + Module.cpp \ + Pair_T.cpp \ + RB_Tree.cpp \ + Select_Reactor_T.cpp \ + Singleton.cpp \ + Strategies_T.cpp \ + Stream.cpp \ + Stream_Modules.cpp \ + Svc_Handler.cpp \ + Synch_T.cpp \ + Task_T.cpp \ + Template_Instantiations.cpp \ + Timeprobe_T.cpp \ + Timer_Hash_T.cpp \ + Timer_Heap_T.cpp \ + Timer_List_T.cpp \ + Timer_Queue_Adapters.cpp \ + Timer_Queue_T.cpp \ + Timer_Wheel_T.cpp \ + Typed_SV_Message.cpp \ + Typed_SV_Message_Queue.cpp ## It would be good to remove pkgincludedir. However, we want to install ## headers in "$(prefix)/ace" not "$(prefix)/ACE" because the source files @@ -446,425 +446,425 @@ ACE_TEMPLATE_FILES = \ ## It is for this reason that we must redefine "pkgincludedir." ## However, if we set the package to "ace" instead of "ACE" then we won't ## need to set the "pkgincludedir." -## -Ossama +## -Ossama ##pkgincludedir = $(prefix)/include/ace pkginclude_HEADERS = \ - ACE.h \ - ACE.i \ - ARGV.h \ - ARGV.i \ - ATM_Addr.h \ - ATM_Addr.i \ - ATM_Acceptor.h \ - ATM_Acceptor.i \ - ATM_Addr.h \ - ATM_Addr.i \ - ATM_Connector.h \ - ATM_Connector.i \ - ATM_Params.h \ - ATM_Params.i \ - ATM_QoS.h \ - ATM_QoS.i \ - ATM_Stream.h \ - ATM_Stream.i \ - Acceptor.h \ - Acceptor.i \ - Activation_Queue.h \ - Activation_Queue.i \ - Active_Map_Manager.h \ - Active_Map_Manager.i \ - Active_Map_Manager_T.h \ - Active_Map_Manager_T.i \ - Addr.h \ - Addr.i \ - Arg_Shifter.h \ - Array.h \ - Asynch_Acceptor.h \ - Asynch_Acceptor.i \ - Asynch_IO.h \ - Asynch_IO.i \ - Asynch_IO_Impl.h \ - Asynch_IO_Impl.i \ - Atomic_Op.i \ - Auto_Ptr.h \ - Auto_Ptr.i \ - Based_Pointer_Repository.h \ - Based_Pointer_T.h \ - Based_Pointer_T.i \ - Basic_Types.h \ - Basic_Types.i \ - CDR_Stream.h \ - CDR_Stream.i \ - CORBA_Handler.h \ - CORBA_Handler.i \ - CORBA_Ref.h \ - CORBA_Ref.i \ - CORBA_macros.h \ - Cache_Map_Manager_T.h \ - Cache_Map_Manager_T.i \ - Cached_Connect_Strategy_T.h \ - Cached_Connect_Strategy_T.i \ - Caching_Strategies_T.h \ - Caching_Strategies_T.i \ - Caching_Utility_T.h \ - Caching_Utility_T.i \ - Cleanup_Strategies_T.h \ - Cleanup_Strategies_T.i \ - Codeset_IBM1047.h \ - Connector.h \ - Connector.i \ - Containers.h \ - Containers.i \ - Containers_T.h \ - Containers_T.i \ - DEV.h \ - DEV.i \ - DEV_Addr.h \ - DEV_Addr.i \ - DEV_Connector.h \ - DEV_Connector.i \ - DEV_IO.h \ - DEV_IO.i \ - DLL.h \ - Date_Time.h \ - Date_Time.i \ - Dirent.h \ - Dirent.i \ - Dump.h \ - Dump_T.h \ - Dynamic.h \ - Dynamic.i \ - Dynamic_Service.h \ - Dynamic_Service.i \ - Env_Value_T.h \ - Env_Value_T.i \ - Event_Handler.h \ - Event_Handler.i \ - Event_Handler_T.h \ - Event_Handler_T.i \ - FIFO.h \ - FIFO.i \ - FIFO_Recv.h \ - FIFO_Recv.i \ - FIFO_Recv_Msg.h \ - FIFO_Recv_Msg.i \ - FIFO_Send.h \ - FIFO_Send.i \ - FIFO_Send_Msg.h \ - FIFO_Send_Msg.i \ - FILE.h \ - FILE.i \ - FILE_Addr.h \ - FILE_Addr.i \ - FILE_Connector.h \ - FILE_Connector.i \ - FILE_IO.h \ - FILE_IO.i \ - Filecache.h \ - FlReactor.h \ - FlReactor.i \ - Free_List.h \ - Free_List.i \ - Functor.h \ - Functor.i \ - Functor_T.h \ - Functor_T.i \ - Future.h \ - Future_Set.h \ - Get_Opt.h \ - Get_Opt.i \ - Handle_Set.h \ - Handle_Set.i \ - Hash_Cache_Map_Manager_T.h \ - Hash_Cache_Map_Manager_T.i \ - Hash_Map_Manager.h \ - Hash_Map_Manager.i \ - Hash_Map_Manager_T.h \ - Hash_Map_Manager_T.i \ - High_Res_Timer.h \ - High_Res_Timer.i \ - INET_Addr.h \ - INET_Addr.i \ - IOStream.h \ - IOStream_T.h \ - IOStream_T.i \ - IO_Cntl_Msg.h \ - IO_Cntl_Msg.i \ - IO_SAP.h \ - IO_SAP.i \ - IPC_SAP.h \ - IPC_SAP.i \ - LOCK_SOCK_Acceptor.h \ - LSOCK.h \ - LSOCK.i \ - LSOCK_Acceptor.h \ - LSOCK_Acceptor.i \ - LSOCK_CODgram.h \ - LSOCK_CODgram.i \ - LSOCK_Connector.h \ - LSOCK_Connector.i \ - LSOCK_Dgram.h \ - LSOCK_Dgram.i \ - LSOCK_Stream.h \ - LSOCK_Stream.i \ - Local_Name_Space.h \ - Local_Name_Space_T.h \ - Local_Tokens.h \ - Local_Tokens.i \ - Log_Msg.h \ - Log_Msg.i \ - Log_Priority.h \ - Log_Record.h \ - Log_Record.i \ - Malloc.h \ - Malloc.i \ - Malloc_Base.h \ - Malloc_T.h \ - Malloc_T.i \ - Managed_Object.h \ - Managed_Object.i \ - Map.h \ - Map.i \ - Map_Manager.h \ - Map_Manager.i \ - Map_T.h \ - Map_T.i \ - Mem_Map.h \ - Mem_Map.i \ - Memory_Pool.h \ - Memory_Pool.i \ - Message_Block.h \ - Message_Block.i \ - Message_Block_T.h \ - Message_Block_T.i \ - Message_Queue.h \ - Message_Queue.i \ - Message_Queue_T.h \ - Message_Queue_T.i \ - Method_Object.h \ - Method_Request.h \ - Module.h \ - Module.i \ - Msg_WFMO_Reactor.h \ - Msg_WFMO_Reactor.i \ - Multiplexor.h \ - Multiplexor.i \ - NT_Service.h \ - NT_Service.i \ - Name_Proxy.h \ - Name_Request_Reply.h \ - Name_Space.h \ - Naming_Context.h \ - OS.h \ - OS.i \ - Object_Manager.h \ - Object_Manager.i \ - Obstack.h \ - Obstack.i \ - POSIX_Asynch_IO.h \ - POSIX_Asynch_IO.i \ - POSIX_Proactor.h \ - POSIX_Proactor.i \ - Pair.h \ - Pair.i \ - Pair_T.h \ - Pair_T.i \ - Parse_Node.h \ - Parse_Node.i \ - Pipe.h \ - Pipe.i \ - Priority_Reactor.h \ - Priority_Reactor.i \ - Proactor.h \ - Proactor.i \ - Proactor_Impl.h \ - Process.h \ - Process.i \ - Process_Manager.h \ - Process_Manager.i \ - Profile_Timer.h \ - Profile_Timer.i \ - RB_Tree.h \ - RB_Tree.i \ - Reactor.h \ - Reactor.i \ - Reactor_Impl.h \ - Read_Buffer.h \ - Read_Buffer.i \ - Registry.h \ - Registry_Name_Space.h \ - Remote_Name_Space.h \ - Remote_Tokens.h \ - Remote_Tokens.i \ - SOCK.h \ - SOCK.i \ - SOCK_Acceptor.h \ - SOCK_Acceptor.i \ - SOCK_CODgram.h \ - SOCK_CODgram.i \ - SOCK_Connector.h \ - SOCK_Connector.i \ - SOCK_Dgram.h \ - SOCK_Dgram.i \ - SOCK_Dgram_Bcast.h \ - SOCK_Dgram_Bcast.i \ - SOCK_Dgram_Mcast.h \ - SOCK_Dgram_Mcast.i \ - SOCK_IO.h \ - SOCK_IO.i \ - SOCK_Stream.h \ - SOCK_Stream.i \ - SPIPE.h \ - SPIPE.i \ - SPIPE_Acceptor.h \ - SPIPE_Acceptor.i \ - SPIPE_Addr.h \ - SPIPE_Addr.i \ - SPIPE_Connector.h \ - SPIPE_Connector.i \ - SPIPE_Stream.h \ - SPIPE_Stream.i \ - SString.h \ - SString.i \ - SV_Message.h \ - SV_Message.i \ - SV_Message_Queue.h \ - SV_Message_Queue.i \ - SV_Semaphore_Complex.h \ - SV_Semaphore_Complex.i \ - SV_Semaphore_Simple.h \ - SV_Semaphore_Simple.i \ - SV_Shared_Memory.h \ - SV_Shared_Memory.i \ - Sched_Params.h \ - Sched_Params.i \ - Select_Reactor.h \ - Select_Reactor.i \ - Select_Reactor_Base.h \ - Select_Reactor_Base.i \ - Select_Reactor_T.h \ - Select_Reactor_T.i \ - Service_Config.h \ - Service_Config.i \ - Service_Manager.h \ - Service_Manager.i \ - Service_Object.h \ - Service_Object.i \ - Service_Repository.h \ - Service_Repository.i \ - Service_Types.h \ - Service_Types.i \ - Shared_Memory.h \ - Shared_Memory_MM.h \ - Shared_Memory_MM.i \ - Shared_Memory_SV.h \ - Shared_Memory_SV.i \ - Shared_Object.h \ - Shared_Object.i \ - Signal.h \ - Signal.i \ - Singleton.h \ - Singleton.i \ - Stats.h \ - Stats.i \ - Strategies.h \ - Strategies.i \ - Strategies_T.h \ - Strategies_T.i \ - Stream.h \ - Stream.i \ - Stream_Modules.h \ - Stream_Modules.i \ - Svc_Conf.h \ - Svc_Conf_Tokens.h \ - Svc_Handler.h \ - Svc_Handler.i \ - Synch.h \ - Synch.i \ - Synch_Options.h \ - Synch_Options.i \ - Synch_T.h \ - Synch_T.i \ - System_Time.h \ - TLI.h \ - TLI.i \ - TLI_Acceptor.h \ - TLI_Acceptor.i \ - TLI_Connector.h \ - TLI_Connector.i \ - TLI_Stream.h \ - TLI_Stream.i \ - TP_Reactor.h \ - TP_Reactor.i \ - TTY_IO.h \ - Task.h \ - Task.i \ - Task_T.h \ - Task_T.i \ - Thread.h \ - Thread.i \ - Thread_Manager.h \ - Thread_Manager.i \ - Time_Request_Reply.h \ - Time_Value.h \ - Timeprobe.h \ - Timeprobe.i \ - Timeprobe_T.h \ - Timer_Hash.h \ - Timer_Hash_T.h \ - Timer_Heap.h \ - Timer_Heap_T.h \ - Timer_List.h \ - Timer_List_T.h \ - Timer_Queue.h \ - Timer_Queue_Adapters.h \ - Timer_Queue_Adapters.i \ - Timer_Queue_T.h \ - Timer_Queue_T.i \ - Timer_Wheel.h \ - Timer_Wheel_T.h \ - TkReactor.h \ - Token.h \ - Token.i \ - Token_Collection.h \ - Token_Collection.i \ - Token_Invariants.h \ - Token_Invariants.i \ - Token_Manager.h \ - Token_Manager.i \ - Token_Request_Reply.h \ - Token_Request_Reply.i \ - Trace.h \ - Trace.i \ - Typed_SV_Message.h \ - Typed_SV_Message.i \ - Typed_SV_Message_Queue.h \ - Typed_SV_Message_Queue.i \ - UNIX_Addr.h \ - UNIX_Addr.i \ - UPIPE_Acceptor.h \ - UPIPE_Acceptor.i \ - UPIPE_Addr.h \ - UPIPE_Connector.h \ - UPIPE_Connector.i \ - UPIPE_Stream.h \ - UPIPE_Stream.i \ - Version.h \ - WFMO_Reactor.h \ - WFMO_Reactor.i \ - WIN32_Asynch_IO.h \ - WIN32_Asynch_IO.i \ - WIN32_Proactor.h \ - WIN32_Proactor.i \ - XTI_ATM_Mcast.h \ - XTI_ATM_Mcast.i \ - XtReactor.h \ - config.h \ - inc_user_config.h \ - iosfwd.h \ - streams.h \ - ws2tcpip.h \ - $(ACE_TEMPLATE_FILES) + ACE.h \ + ACE.i \ + ARGV.h \ + ARGV.i \ + ATM_Addr.h \ + ATM_Addr.i \ + ATM_Acceptor.h \ + ATM_Acceptor.i \ + ATM_Addr.h \ + ATM_Addr.i \ + ATM_Connector.h \ + ATM_Connector.i \ + ATM_Params.h \ + ATM_Params.i \ + ATM_QoS.h \ + ATM_QoS.i \ + ATM_Stream.h \ + ATM_Stream.i \ + Acceptor.h \ + Acceptor.i \ + Activation_Queue.h \ + Activation_Queue.i \ + Active_Map_Manager.h \ + Active_Map_Manager.i \ + Active_Map_Manager_T.h \ + Active_Map_Manager_T.i \ + Addr.h \ + Addr.i \ + Arg_Shifter.h \ + Array.h \ + Asynch_Acceptor.h \ + Asynch_Acceptor.i \ + Asynch_IO.h \ + Asynch_IO.i \ + Asynch_IO_Impl.h \ + Asynch_IO_Impl.i \ + Atomic_Op.i \ + Auto_Ptr.h \ + Auto_Ptr.i \ + Based_Pointer_Repository.h \ + Based_Pointer_T.h \ + Based_Pointer_T.i \ + Basic_Types.h \ + Basic_Types.i \ + CDR_Stream.h \ + CDR_Stream.i \ + CORBA_Handler.h \ + CORBA_Handler.i \ + CORBA_Ref.h \ + CORBA_Ref.i \ + CORBA_macros.h \ + Cache_Map_Manager_T.h \ + Cache_Map_Manager_T.i \ + Cached_Connect_Strategy_T.h \ + Cached_Connect_Strategy_T.i \ + Caching_Strategies_T.h \ + Caching_Strategies_T.i \ + Caching_Utility_T.h \ + Caching_Utility_T.i \ + Cleanup_Strategies_T.h \ + Cleanup_Strategies_T.i \ + Codeset_IBM1047.h \ + Connector.h \ + Connector.i \ + Containers.h \ + Containers.i \ + Containers_T.h \ + Containers_T.i \ + DEV.h \ + DEV.i \ + DEV_Addr.h \ + DEV_Addr.i \ + DEV_Connector.h \ + DEV_Connector.i \ + DEV_IO.h \ + DEV_IO.i \ + DLL.h \ + Date_Time.h \ + Date_Time.i \ + Dirent.h \ + Dirent.i \ + Dump.h \ + Dump_T.h \ + Dynamic.h \ + Dynamic.i \ + Dynamic_Service.h \ + Dynamic_Service.i \ + Env_Value_T.h \ + Env_Value_T.i \ + Event_Handler.h \ + Event_Handler.i \ + Event_Handler_T.h \ + Event_Handler_T.i \ + FIFO.h \ + FIFO.i \ + FIFO_Recv.h \ + FIFO_Recv.i \ + FIFO_Recv_Msg.h \ + FIFO_Recv_Msg.i \ + FIFO_Send.h \ + FIFO_Send.i \ + FIFO_Send_Msg.h \ + FIFO_Send_Msg.i \ + FILE.h \ + FILE.i \ + FILE_Addr.h \ + FILE_Addr.i \ + FILE_Connector.h \ + FILE_Connector.i \ + FILE_IO.h \ + FILE_IO.i \ + Filecache.h \ + FlReactor.h \ + FlReactor.i \ + Free_List.h \ + Free_List.i \ + Functor.h \ + Functor.i \ + Functor_T.h \ + Functor_T.i \ + Future.h \ + Future_Set.h \ + Get_Opt.h \ + Get_Opt.i \ + Handle_Set.h \ + Handle_Set.i \ + Hash_Cache_Map_Manager_T.h \ + Hash_Cache_Map_Manager_T.i \ + Hash_Map_Manager.h \ + Hash_Map_Manager.i \ + Hash_Map_Manager_T.h \ + Hash_Map_Manager_T.i \ + High_Res_Timer.h \ + High_Res_Timer.i \ + INET_Addr.h \ + INET_Addr.i \ + IOStream.h \ + IOStream_T.h \ + IOStream_T.i \ + IO_Cntl_Msg.h \ + IO_Cntl_Msg.i \ + IO_SAP.h \ + IO_SAP.i \ + IPC_SAP.h \ + IPC_SAP.i \ + LOCK_SOCK_Acceptor.h \ + LSOCK.h \ + LSOCK.i \ + LSOCK_Acceptor.h \ + LSOCK_Acceptor.i \ + LSOCK_CODgram.h \ + LSOCK_CODgram.i \ + LSOCK_Connector.h \ + LSOCK_Connector.i \ + LSOCK_Dgram.h \ + LSOCK_Dgram.i \ + LSOCK_Stream.h \ + LSOCK_Stream.i \ + Local_Name_Space.h \ + Local_Name_Space_T.h \ + Local_Tokens.h \ + Local_Tokens.i \ + Log_Msg.h \ + Log_Msg.i \ + Log_Priority.h \ + Log_Record.h \ + Log_Record.i \ + Malloc.h \ + Malloc.i \ + Malloc_Base.h \ + Malloc_T.h \ + Malloc_T.i \ + Managed_Object.h \ + Managed_Object.i \ + Map.h \ + Map.i \ + Map_Manager.h \ + Map_Manager.i \ + Map_T.h \ + Map_T.i \ + Mem_Map.h \ + Mem_Map.i \ + Memory_Pool.h \ + Memory_Pool.i \ + Message_Block.h \ + Message_Block.i \ + Message_Block_T.h \ + Message_Block_T.i \ + Message_Queue.h \ + Message_Queue.i \ + Message_Queue_T.h \ + Message_Queue_T.i \ + Method_Object.h \ + Method_Request.h \ + Module.h \ + Module.i \ + Msg_WFMO_Reactor.h \ + Msg_WFMO_Reactor.i \ + Multiplexor.h \ + Multiplexor.i \ + NT_Service.h \ + NT_Service.i \ + Name_Proxy.h \ + Name_Request_Reply.h \ + Name_Space.h \ + Naming_Context.h \ + OS.h \ + OS.i \ + Object_Manager.h \ + Object_Manager.i \ + Obstack.h \ + Obstack.i \ + POSIX_Asynch_IO.h \ + POSIX_Asynch_IO.i \ + POSIX_Proactor.h \ + POSIX_Proactor.i \ + Pair.h \ + Pair.i \ + Pair_T.h \ + Pair_T.i \ + Parse_Node.h \ + Parse_Node.i \ + Pipe.h \ + Pipe.i \ + Priority_Reactor.h \ + Priority_Reactor.i \ + Proactor.h \ + Proactor.i \ + Proactor_Impl.h \ + Process.h \ + Process.i \ + Process_Manager.h \ + Process_Manager.i \ + Profile_Timer.h \ + Profile_Timer.i \ + RB_Tree.h \ + RB_Tree.i \ + Reactor.h \ + Reactor.i \ + Reactor_Impl.h \ + Read_Buffer.h \ + Read_Buffer.i \ + Registry.h \ + Registry_Name_Space.h \ + Remote_Name_Space.h \ + Remote_Tokens.h \ + Remote_Tokens.i \ + SOCK.h \ + SOCK.i \ + SOCK_Acceptor.h \ + SOCK_Acceptor.i \ + SOCK_CODgram.h \ + SOCK_CODgram.i \ + SOCK_Connector.h \ + SOCK_Connector.i \ + SOCK_Dgram.h \ + SOCK_Dgram.i \ + SOCK_Dgram_Bcast.h \ + SOCK_Dgram_Bcast.i \ + SOCK_Dgram_Mcast.h \ + SOCK_Dgram_Mcast.i \ + SOCK_IO.h \ + SOCK_IO.i \ + SOCK_Stream.h \ + SOCK_Stream.i \ + SPIPE.h \ + SPIPE.i \ + SPIPE_Acceptor.h \ + SPIPE_Acceptor.i \ + SPIPE_Addr.h \ + SPIPE_Addr.i \ + SPIPE_Connector.h \ + SPIPE_Connector.i \ + SPIPE_Stream.h \ + SPIPE_Stream.i \ + SString.h \ + SString.i \ + SV_Message.h \ + SV_Message.i \ + SV_Message_Queue.h \ + SV_Message_Queue.i \ + SV_Semaphore_Complex.h \ + SV_Semaphore_Complex.i \ + SV_Semaphore_Simple.h \ + SV_Semaphore_Simple.i \ + SV_Shared_Memory.h \ + SV_Shared_Memory.i \ + Sched_Params.h \ + Sched_Params.i \ + Select_Reactor.h \ + Select_Reactor.i \ + Select_Reactor_Base.h \ + Select_Reactor_Base.i \ + Select_Reactor_T.h \ + Select_Reactor_T.i \ + Service_Config.h \ + Service_Config.i \ + Service_Manager.h \ + Service_Manager.i \ + Service_Object.h \ + Service_Object.i \ + Service_Repository.h \ + Service_Repository.i \ + Service_Types.h \ + Service_Types.i \ + Shared_Memory.h \ + Shared_Memory_MM.h \ + Shared_Memory_MM.i \ + Shared_Memory_SV.h \ + Shared_Memory_SV.i \ + Shared_Object.h \ + Shared_Object.i \ + Signal.h \ + Signal.i \ + Singleton.h \ + Singleton.i \ + Stats.h \ + Stats.i \ + Strategies.h \ + Strategies.i \ + Strategies_T.h \ + Strategies_T.i \ + Stream.h \ + Stream.i \ + Stream_Modules.h \ + Stream_Modules.i \ + Svc_Conf.h \ + Svc_Conf_Tokens.h \ + Svc_Handler.h \ + Svc_Handler.i \ + Synch.h \ + Synch.i \ + Synch_Options.h \ + Synch_Options.i \ + Synch_T.h \ + Synch_T.i \ + System_Time.h \ + TLI.h \ + TLI.i \ + TLI_Acceptor.h \ + TLI_Acceptor.i \ + TLI_Connector.h \ + TLI_Connector.i \ + TLI_Stream.h \ + TLI_Stream.i \ + TP_Reactor.h \ + TP_Reactor.i \ + TTY_IO.h \ + Task.h \ + Task.i \ + Task_T.h \ + Task_T.i \ + Thread.h \ + Thread.i \ + Thread_Manager.h \ + Thread_Manager.i \ + Time_Request_Reply.h \ + Time_Value.h \ + Timeprobe.h \ + Timeprobe.i \ + Timeprobe_T.h \ + Timer_Hash.h \ + Timer_Hash_T.h \ + Timer_Heap.h \ + Timer_Heap_T.h \ + Timer_List.h \ + Timer_List_T.h \ + Timer_Queue.h \ + Timer_Queue_Adapters.h \ + Timer_Queue_Adapters.i \ + Timer_Queue_T.h \ + Timer_Queue_T.i \ + Timer_Wheel.h \ + Timer_Wheel_T.h \ + TkReactor.h \ + Token.h \ + Token.i \ + Token_Collection.h \ + Token_Collection.i \ + Token_Invariants.h \ + Token_Invariants.i \ + Token_Manager.h \ + Token_Manager.i \ + Token_Request_Reply.h \ + Token_Request_Reply.i \ + Trace.h \ + Trace.i \ + Typed_SV_Message.h \ + Typed_SV_Message.i \ + Typed_SV_Message_Queue.h \ + Typed_SV_Message_Queue.i \ + UNIX_Addr.h \ + UNIX_Addr.i \ + UPIPE_Acceptor.h \ + UPIPE_Acceptor.i \ + UPIPE_Addr.h \ + UPIPE_Connector.h \ + UPIPE_Connector.i \ + UPIPE_Stream.h \ + UPIPE_Stream.i \ + Version.h \ + WFMO_Reactor.h \ + WFMO_Reactor.i \ + WIN32_Asynch_IO.h \ + WIN32_Asynch_IO.i \ + WIN32_Proactor.h \ + WIN32_Proactor.i \ + XTI_ATM_Mcast.h \ + XTI_ATM_Mcast.i \ + XtReactor.h \ + config.h \ + inc_user_config.h \ + iosfwd.h \ + streams.h \ + ws2tcpip.h \ + $(ACE_TEMPLATE_FILES) ## Make sure config.h and $(ACE_TEMPLATE_FILES) are in the above header list! ## Make sure the following get into the distribution |