summaryrefslogtreecommitdiff
path: root/ace/Makefile
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-25 23:27:19 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-25 23:27:19 +0000
commit07641bf3bda79873da15bd4c551806f230213d43 (patch)
tree93c1a7ae2cbb60ad88b4a06ce9b0bd9a41639279 /ace/Makefile
parent2ecfe972ecdaf8e8f5807f22d55c060efe837712 (diff)
downloadATCD-07641bf3bda79873da15bd4c551806f230213d43.tar.gz
ChangeLogTag:Fri Aug 25 16:15:50 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'ace/Makefile')
-rw-r--r--ace/Makefile1234
1 files changed, 978 insertions, 256 deletions
diff --git a/ace/Makefile b/ace/Makefile
index 11684bb4595..3170b0cadff 100644
--- a/ace/Makefile
+++ b/ace/Makefile
@@ -15,6 +15,10 @@ OS_FILES = \
OS_Memory \
OS_String \
OS_TLI \
+ Thread_Hook \
+ Thread_Adapter \
+ Thread_Exit \
+ Thread_Control \
Sched_Params
UTILS_FILES = \
ACE \
@@ -551,12 +555,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -579,12 +584,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -602,10 +608,11 @@ endif # GHS
OS.i \
Sched_Params.h \
Sched_Params.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
+ Thread_Adapter.h \
+ Thread_Adapter.inl \
+ Thread_Exit.h \
+ Thread_Control.h \
+ Thread_Control.inl
.obj/OS_Dirent.o .obj/OS_Dirent.so .shobj/OS_Dirent.o .shobj/OS_Dirent.so: OS_Dirent.cpp \
OS_Dirent.h \
@@ -613,12 +620,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Export.h \
OS_Dirent.inl \
OS_String.h \
@@ -630,12 +638,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Export.h \
OS_Memory.inl
@@ -645,31 +654,353 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Export.h \
OS_String.inl \
OS_Memory.h \
OS_Memory.inl
-.obj/OS_TLI.o .obj/OS_TLI.so .shobj/OS_TLI.o .shobj/OS_TLI.so: OS_TLI.cpp OS_TLI.h \
+.obj/OS_TLI.o .obj/OS_TLI.so .shobj/OS_TLI.o .shobj/OS_TLI.so: OS_TLI.cpp \
+ OS_TLI.h \
pre.h \
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Export.h \
OS_TLI.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 \
+ config-linux-lxpthreads.h \
+ config-linux.h \
+ config-linux-common.h \
+ config-g++-common.h \
+ post.h \
+ ACE_export.h \
+ svc_export.h \
+ ace_wchar.h \
+ OS.h \
+ OS_Dirent.h \
+ OS_Export.h \
+ OS_Dirent.inl \
+ OS_String.h \
+ OS_String.inl \
+ OS_Memory.h \
+ OS_Memory.inl \
+ OS_TLI.h \
+ OS_TLI.inl \
+ Min_Max.h \
+ streams.h \
+ Basic_Types.h \
+ Basic_Types.i \
+ Trace.h \
+ OS.i \
+ Thread_Manager.h \
+ Thread.h \
+ ACE.h \
+ ACE.i \
+ Thread.i \
+ Thread_Adapter.h \
+ Thread_Adapter.inl \
+ Synch.h \
+ SV_Semaphore_Complex.h \
+ SV_Semaphore_Simple.h \
+ SV_Semaphore_Simple.i \
+ SV_Semaphore_Complex.i \
+ Synch.i \
+ Synch_T.h \
+ Event_Handler.h \
+ Event_Handler.i \
+ Synch_T.i \
+ Atomic_Op.i \
+ Synch_T.cpp \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
+ Containers.h \
+ Malloc_Base.h \
+ Containers.i \
+ Containers_T.h \
+ Containers_T.i \
+ Containers_T.cpp \
+ Malloc.h \
+ Based_Pointer_T.h \
+ Based_Pointer_T.i \
+ Based_Pointer_T.cpp \
+ Based_Pointer_Repository.h \
+ Singleton.h \
+ Singleton.i \
+ Singleton.cpp \
+ Object_Manager.h \
+ Object_Manager.i \
+ Managed_Object.h \
+ Managed_Object.i \
+ Managed_Object.cpp \
+ Malloc.i \
+ Malloc_T.h \
+ Free_List.h \
+ Free_List.i \
+ Free_List.cpp \
+ Malloc_T.i \
+ Malloc_T.cpp \
+ Memory_Pool.h \
+ Signal.h \
+ Signal.i \
+ Mem_Map.h \
+ Mem_Map.i \
+ Memory_Pool.i \
+ Thread_Manager.i
+
+.obj/Thread_Adapter.o .obj/Thread_Adapter.so .shobj/Thread_Adapter.o .shobj/Thread_Adapter.so: Thread_Adapter.cpp \
+ Thread_Adapter.h \
+ pre.h \
+ config-all.h \
+ config.h \
+ config-linux-lxpthreads.h \
+ config-linux.h \
+ config-linux-common.h \
+ config-g++-common.h \
+ post.h \
+ ACE_export.h \
+ svc_export.h \
+ ace_wchar.h \
+ OS.h \
+ OS_Dirent.h \
+ OS_Export.h \
+ OS_Dirent.inl \
+ OS_String.h \
+ OS_String.inl \
+ OS_Memory.h \
+ OS_Memory.inl \
+ OS_TLI.h \
+ OS_TLI.inl \
+ Min_Max.h \
+ streams.h \
+ Basic_Types.h \
+ Basic_Types.i \
+ Trace.h \
+ OS.i \
+ Thread_Adapter.inl \
+ Thread_Manager.h \
+ Thread.h \
+ ACE.h \
+ ACE.i \
+ Thread.i \
+ Synch.h \
+ SV_Semaphore_Complex.h \
+ SV_Semaphore_Simple.h \
+ SV_Semaphore_Simple.i \
+ SV_Semaphore_Complex.i \
+ Synch.i \
+ Synch_T.h \
+ Event_Handler.h \
+ Event_Handler.i \
+ Synch_T.i \
+ Atomic_Op.i \
+ Synch_T.cpp \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
+ Containers.h \
+ Malloc_Base.h \
+ Containers.i \
+ Containers_T.h \
+ Containers_T.i \
+ Containers_T.cpp \
+ Malloc.h \
+ Based_Pointer_T.h \
+ Based_Pointer_T.i \
+ Based_Pointer_T.cpp \
+ Based_Pointer_Repository.h \
+ Singleton.h \
+ Singleton.i \
+ Singleton.cpp \
+ Object_Manager.h \
+ Object_Manager.i \
+ Managed_Object.h \
+ Managed_Object.i \
+ Managed_Object.cpp \
+ Malloc.i \
+ Malloc_T.h \
+ Free_List.h \
+ Free_List.i \
+ Free_List.cpp \
+ Malloc_T.i \
+ Malloc_T.cpp \
+ Memory_Pool.h \
+ Signal.h \
+ Signal.i \
+ Mem_Map.h \
+ Mem_Map.i \
+ Memory_Pool.i \
+ Thread_Manager.i \
+ Thread_Exit.h \
+ Thread_Control.h \
+ Thread_Control.inl \
+ 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 \
+ config-linux-lxpthreads.h \
+ config-linux.h \
+ config-linux-common.h \
+ config-g++-common.h \
+ post.h \
+ ACE_export.h \
+ svc_export.h \
+ ace_wchar.h \
+ OS.h \
+ OS_Dirent.h \
+ OS_Export.h \
+ OS_Dirent.inl \
+ OS_String.h \
+ OS_String.inl \
+ OS_Memory.h \
+ OS_Memory.inl \
+ OS_TLI.h \
+ OS_TLI.inl \
+ Min_Max.h \
+ streams.h \
+ Basic_Types.h \
+ Basic_Types.i \
+ Trace.h \
+ OS.i \
+ Thread_Control.h \
+ Thread_Control.inl \
+ Synch.h \
+ ACE.h \
+ ACE.i \
+ SV_Semaphore_Complex.h \
+ SV_Semaphore_Simple.h \
+ SV_Semaphore_Simple.i \
+ SV_Semaphore_Complex.i \
+ Synch.i \
+ Synch_T.h \
+ Event_Handler.h \
+ Event_Handler.i \
+ Synch_T.i \
+ Thread.h \
+ Thread.i \
+ Atomic_Op.i \
+ Synch_T.cpp \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
+ Managed_Object.h \
+ Object_Manager.h \
+ Object_Manager.i \
+ Managed_Object.i \
+ Managed_Object.cpp
+
+.obj/Thread_Control.o .obj/Thread_Control.so .shobj/Thread_Control.o .shobj/Thread_Control.so: Thread_Control.cpp \
+ Thread_Control.h \
+ pre.h \
+ config-all.h \
+ config.h \
+ config-linux-lxpthreads.h \
+ config-linux.h \
+ config-linux-common.h \
+ config-g++-common.h \
+ post.h \
+ ACE_export.h \
+ svc_export.h \
+ ace_wchar.h \
+ OS.h \
+ OS_Dirent.h \
+ OS_Export.h \
+ OS_Dirent.inl \
+ OS_String.h \
+ OS_String.inl \
+ OS_Memory.h \
+ OS_Memory.inl \
+ OS_TLI.h \
+ OS_TLI.inl \
+ Min_Max.h \
+ streams.h \
+ Basic_Types.h \
+ Basic_Types.i \
+ Trace.h \
+ OS.i \
+ Thread_Control.inl \
+ Thread_Manager.h \
+ Thread.h \
+ ACE.h \
+ ACE.i \
+ Thread.i \
+ Thread_Adapter.h \
+ Thread_Adapter.inl \
+ Synch.h \
+ SV_Semaphore_Complex.h \
+ SV_Semaphore_Simple.h \
+ SV_Semaphore_Simple.i \
+ SV_Semaphore_Complex.i \
+ Synch.i \
+ Synch_T.h \
+ Event_Handler.h \
+ Event_Handler.i \
+ Synch_T.i \
+ Atomic_Op.i \
+ Synch_T.cpp \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
+ Containers.h \
+ Malloc_Base.h \
+ Containers.i \
+ Containers_T.h \
+ Containers_T.i \
+ Containers_T.cpp \
+ Malloc.h \
+ Based_Pointer_T.h \
+ Based_Pointer_T.i \
+ Based_Pointer_T.cpp \
+ Based_Pointer_Repository.h \
+ Singleton.h \
+ Singleton.i \
+ Singleton.cpp \
+ Object_Manager.h \
+ Object_Manager.i \
+ Managed_Object.h \
+ Managed_Object.i \
+ Managed_Object.cpp \
+ Malloc.i \
+ Malloc_T.h \
+ Free_List.h \
+ Free_List.i \
+ Free_List.cpp \
+ Malloc_T.i \
+ Malloc_T.cpp \
+ Memory_Pool.h \
+ Signal.h \
+ Signal.i \
+ Mem_Map.h \
+ Mem_Map.i \
+ Memory_Pool.i \
+ Thread_Manager.i
+
.obj/Sched_Params.o .obj/Sched_Params.so .shobj/Sched_Params.o .shobj/Sched_Params.so: Sched_Params.cpp \
Sched_Params.h \
pre.h \
@@ -677,12 +1008,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -706,12 +1038,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -803,12 +1136,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -909,12 +1243,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -931,19 +1266,21 @@ endif # GHS
Trace.h \
OS.i
-.obj/ARGV.o .obj/ARGV.so .shobj/ARGV.o .shobj/ARGV.so: ARGV.cpp ARGV.h \
+.obj/ARGV.o .obj/ARGV.so .shobj/ARGV.o .shobj/ARGV.so: ARGV.cpp \
+ ARGV.h \
pre.h \
ACE.h \
OS.h \
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -1019,12 +1356,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -1130,12 +1468,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -1212,12 +1551,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -1315,18 +1655,20 @@ endif # GHS
Hash_Map_With_Allocator_T.i \
Hash_Map_With_Allocator_T.cpp
-.obj/Dirent.o .obj/Dirent.so .shobj/Dirent.o .shobj/Dirent.so: Dirent.cpp Dirent.h \
+.obj/Dirent.o .obj/Dirent.so .shobj/Dirent.o .shobj/Dirent.so: Dirent.cpp \
+ Dirent.h \
pre.h \
OS_Dirent.h \
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Export.h \
OS_Dirent.inl \
Dirent.i \
@@ -1356,12 +1698,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -1415,12 +1758,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -1449,12 +1793,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -1484,12 +1829,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -1592,12 +1938,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -1675,12 +2022,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -1704,12 +2052,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -1836,12 +2185,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -1870,12 +2220,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -1900,12 +2251,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -1993,19 +2345,21 @@ endif # GHS
Auto_Ptr.i \
Auto_Ptr.cpp
-.obj/Stats.o .obj/Stats.so .shobj/Stats.o .shobj/Stats.so: Stats.cpp Stats.h \
+.obj/Stats.o .obj/Stats.so .shobj/Stats.o .shobj/Stats.so: Stats.cpp \
+ Stats.h \
pre.h \
ACE.h \
OS.h \
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -2081,12 +2435,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -2163,12 +2518,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -2200,12 +2556,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -2232,12 +2589,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -2324,12 +2682,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -2410,12 +2769,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -2493,12 +2853,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -2580,12 +2941,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -2667,12 +3029,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -2766,7 +3129,8 @@ endif # GHS
Reactor_Impl.h \
Svc_Conf_Tokens.h
-.obj/Dump.o .obj/Dump.so .shobj/Dump.o .shobj/Dump.so: Dump.cpp Synch_T.h \
+.obj/Dump.o .obj/Dump.so .shobj/Dump.o .shobj/Dump.so: Dump.cpp \
+ Synch_T.h \
pre.h \
Event_Handler.h \
ACE.h \
@@ -2774,12 +3138,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -2826,12 +3191,13 @@ endif # GHS
pre.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
ACE.h \
OS.h \
OS_Dirent.h \
@@ -2853,6 +3219,8 @@ endif # GHS
Thread_Manager.h \
Thread.h \
Thread.i \
+ Thread_Adapter.h \
+ Thread_Adapter.inl \
Synch.h \
SV_Semaphore_Complex.h \
SV_Semaphore_Simple.h \
@@ -2926,12 +3294,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -2961,12 +3330,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -3054,12 +3424,13 @@ endif # GHS
pre.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
Trace.h \
OS.h \
OS_Dirent.h \
@@ -3091,12 +3462,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -3194,6 +3566,8 @@ endif # GHS
Synch_Options.h \
Synch_Options.i \
Thread_Manager.h \
+ Thread_Adapter.h \
+ Thread_Adapter.inl \
Thread_Manager.i \
Hash_Map_Manager.h \
Functor.h \
@@ -3217,17 +3591,19 @@ endif # GHS
Method_Request.h \
Activation_Queue.i
-.obj/Process.o .obj/Process.so .shobj/Process.o .shobj/Process.so: Process.cpp OS.h \
+.obj/Process.o .obj/Process.so .shobj/Process.o .shobj/Process.so: Process.cpp \
+ OS.h \
pre.h \
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -3311,12 +3687,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -3397,19 +3774,21 @@ endif # GHS
Reactor_Impl.h \
Process_Manager.i
-.obj/Synch.o .obj/Synch.so .shobj/Synch.o .shobj/Synch.so: Synch.cpp Thread.h \
+.obj/Synch.o .obj/Synch.so .shobj/Synch.o .shobj/Synch.so: Synch.cpp \
+ Thread.h \
pre.h \
ACE.h \
OS.h \
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -3452,12 +3831,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -3476,19 +3856,21 @@ endif # GHS
ACE.i \
Synch_Options.i
-.obj/Thread.o .obj/Thread.so .shobj/Thread.o .shobj/Thread.so: Thread.cpp Thread.h \
+.obj/Thread.o .obj/Thread.so .shobj/Thread.o .shobj/Thread.so: Thread.cpp \
+ Thread.h \
pre.h \
ACE.h \
OS.h \
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -3516,12 +3898,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -3555,6 +3938,8 @@ endif # GHS
Log_Priority.h \
Log_Record.i \
Thread_Manager.h \
+ Thread_Adapter.h \
+ Thread_Adapter.inl \
Containers.h \
Malloc_Base.h \
Containers.i \
@@ -3592,21 +3977,26 @@ endif # GHS
Dynamic.i \
Auto_Ptr.h \
Auto_Ptr.i \
- Auto_Ptr.cpp
+ Auto_Ptr.cpp \
+ Thread_Exit.h \
+ Thread_Control.h \
+ Thread_Control.inl
-.obj/Token.o .obj/Token.so .shobj/Token.o .shobj/Token.so: Token.cpp Thread.h \
+.obj/Token.o .obj/Token.so .shobj/Token.o .shobj/Token.so: Token.cpp \
+ Thread.h \
pre.h \
ACE.h \
OS.h \
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -3651,12 +4041,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -3737,6 +4128,8 @@ endif # GHS
Reactor.i \
Reactor_Impl.h \
Thread_Manager.h \
+ Thread_Adapter.h \
+ Thread_Adapter.inl \
Thread_Manager.i
.obj/FlReactor.o .obj/FlReactor.so .shobj/FlReactor.o .shobj/FlReactor.so: FlReactor.cpp \
@@ -3752,12 +4145,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -3850,12 +4244,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -3889,12 +4284,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -3992,6 +4388,8 @@ endif # GHS
Synch_Options.h \
Synch_Options.i \
Thread_Manager.h \
+ Thread_Adapter.h \
+ Thread_Adapter.inl \
Thread_Manager.i \
Hash_Map_Manager.h \
Functor.h \
@@ -4021,12 +4419,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -4051,12 +4450,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -4153,12 +4553,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -4261,6 +4662,8 @@ endif # GHS
Synch_Options.h \
Synch_Options.i \
Thread_Manager.h \
+ Thread_Adapter.h \
+ Thread_Adapter.inl \
Thread_Manager.i \
Hash_Map_Manager.h \
Functor.h \
@@ -4300,12 +4703,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -4404,6 +4808,8 @@ endif # GHS
Synch_Options.h \
Synch_Options.i \
Thread_Manager.h \
+ Thread_Adapter.h \
+ Thread_Adapter.inl \
Thread_Manager.i \
Hash_Map_Manager.h \
Functor.h \
@@ -4453,12 +4859,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -4553,12 +4960,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -4668,12 +5076,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -4703,12 +5112,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -4803,12 +5213,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -4925,12 +5336,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -5028,6 +5440,8 @@ endif # GHS
Synch_Options.h \
Synch_Options.i \
Thread_Manager.h \
+ Thread_Adapter.h \
+ Thread_Adapter.inl \
Thread_Manager.i \
Hash_Map_Manager.h \
Functor.h \
@@ -5060,12 +5474,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -5185,12 +5600,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -5282,12 +5698,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -5310,12 +5727,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -5340,12 +5758,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -5371,12 +5790,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -5464,6 +5884,8 @@ endif # GHS
Synch_Options.h \
Synch_Options.i \
Thread_Manager.h \
+ Thread_Adapter.h \
+ Thread_Adapter.inl \
Thread_Manager.i \
Hash_Map_Manager.h \
Functor.h \
@@ -5503,12 +5925,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -5531,7 +5954,8 @@ endif # GHS
Log_Priority.h \
Log_Record.i
-.obj/LSOCK.o .obj/LSOCK.so .shobj/LSOCK.o .shobj/LSOCK.so: LSOCK.cpp LSOCK.h \
+.obj/LSOCK.o .obj/LSOCK.so .shobj/LSOCK.o .shobj/LSOCK.so: LSOCK.cpp \
+ LSOCK.h \
pre.h \
SOCK.h \
ACE.h \
@@ -5539,12 +5963,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -5587,12 +6012,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -5642,12 +6068,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -5695,12 +6122,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -5751,12 +6179,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -5801,12 +6230,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -5843,19 +6273,21 @@ endif # GHS
LSOCK.i \
LSOCK_Stream.i
-.obj/SOCK.o .obj/SOCK.so .shobj/SOCK.o .shobj/SOCK.so: SOCK.cpp SOCK.h \
+.obj/SOCK.o .obj/SOCK.so .shobj/SOCK.o .shobj/SOCK.so: SOCK.cpp \
+ SOCK.h \
pre.h \
ACE.h \
OS.h \
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -5896,12 +6328,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -5959,12 +6392,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -6007,12 +6441,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -6055,12 +6490,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -6116,12 +6552,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -6164,56 +6601,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
- OS_Dirent.h \
- OS_Export.h \
- OS_Dirent.inl \
- OS_String.h \
- OS_String.inl \
- OS_Memory.h \
- OS_Memory.inl \
- OS_TLI.h \
- OS_TLI.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i \
- ACE.i \
- Addr.h \
- Addr.i \
- IPC_SAP.h \
- IPC_SAP.i \
- QoS_Session.h \
- INET_Addr.h \
- INET_Addr.i \
- SOCK.i \
- SOCK_Dgram.i \
- SOCK_Dgram_Mcast.i
-
-.obj/SOCK_Dgram_Mcast_QoS.o .obj/SOCK_Dgram_Mcast_QoS.so .shobj/SOCK_Dgram_Mcast_QoS.o .shobj/SOCK_Dgram_Mcast_QoS.so: SOCK_Dgram_Mcast_QoS.cpp \
- SOCK_Dgram_Mcast_QoS.h \
- pre.h \
- SOCK_Dgram_Mcast.h \
- SOCK_Dgram.h \
- SOCK.h \
- ACE.h \
- OS.h \
- config-all.h \
- config.h \
- config-linux-lxpthreads.h \
- config-linux-common.h \
- config-g++-common.h \
- post.h \
ace_wchar.h \
- ACE_export.h \
- svc_export.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -6239,12 +6633,7 @@ endif # GHS
INET_Addr.i \
SOCK.i \
SOCK_Dgram.i \
- SOCK_Dgram_Mcast.i \
- SOCK_Dgram_Mcast_QoS.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
+ SOCK_Dgram_Mcast.i
.obj/SOCK_IO.o .obj/SOCK_IO.so .shobj/SOCK_IO.o .shobj/SOCK_IO.so: SOCK_IO.cpp \
SOCK_IO.h \
@@ -6255,12 +6644,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -6299,12 +6689,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -6332,18 +6723,20 @@ endif # GHS
SOCK_IO.i \
SOCK_Stream.i
-.obj/Addr.o .obj/Addr.so .shobj/Addr.o .shobj/Addr.so: Addr.cpp Addr.h \
+.obj/Addr.o .obj/Addr.so .shobj/Addr.o .shobj/Addr.so: Addr.cpp \
+ Addr.h \
pre.h \
OS.h \
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -6373,12 +6766,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -6411,12 +6805,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -6450,12 +6845,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -6490,12 +6886,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -6521,12 +6918,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -6553,12 +6951,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -6592,12 +6991,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -6634,12 +7034,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -6674,12 +7075,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -6718,12 +7120,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -6756,7 +7159,8 @@ endif # GHS
Log_Record.i \
DEV_Connector.i
-.obj/DEV_IO.o .obj/DEV_IO.so .shobj/DEV_IO.o .shobj/DEV_IO.so: DEV_IO.cpp DEV_IO.h \
+.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 \
@@ -6765,12 +7169,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -6802,7 +7207,8 @@ endif # GHS
Log_Priority.h \
Log_Record.i
-.obj/FIFO.o .obj/FIFO.so .shobj/FIFO.o .shobj/FIFO.so: FIFO.cpp FIFO.h \
+.obj/FIFO.o .obj/FIFO.so .shobj/FIFO.o .shobj/FIFO.so: FIFO.cpp \
+ FIFO.h \
pre.h \
IPC_SAP.h \
ACE.h \
@@ -6810,12 +7216,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -6849,12 +7256,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -6890,12 +7298,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -6931,12 +7340,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -6972,12 +7382,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -7011,12 +7422,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -7044,7 +7456,8 @@ endif # GHS
Log_Priority.h \
Log_Record.i
-.obj/FILE.o .obj/FILE.so .shobj/FILE.o .shobj/FILE.so: FILE.cpp FILE.h \
+.obj/FILE.o .obj/FILE.so .shobj/FILE.o .shobj/FILE.so: FILE.cpp \
+ FILE.h \
pre.h \
IO_SAP.h \
ACE.h \
@@ -7052,12 +7465,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -7095,12 +7509,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -7143,12 +7558,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -7188,12 +7604,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -7218,19 +7635,21 @@ endif # GHS
Log_Priority.h \
Log_Record.i
-.obj/IO_SAP.o .obj/IO_SAP.so .shobj/IO_SAP.o .shobj/IO_SAP.so: IO_SAP.cpp IO_SAP.h \
+.obj/IO_SAP.o .obj/IO_SAP.so .shobj/IO_SAP.o .shobj/IO_SAP.so: IO_SAP.cpp \
+ IO_SAP.h \
pre.h \
ACE.h \
OS.h \
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -7260,12 +7679,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -7293,19 +7713,21 @@ endif # GHS
IOStream_T.i \
IOStream_T.cpp
-.obj/Pipe.o .obj/Pipe.so .shobj/Pipe.o .shobj/Pipe.so: Pipe.cpp Pipe.h \
+.obj/Pipe.o .obj/Pipe.so .shobj/Pipe.o .shobj/Pipe.so: Pipe.cpp \
+ Pipe.h \
pre.h \
ACE.h \
OS.h \
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -7346,7 +7768,8 @@ endif # GHS
Log_Priority.h \
Log_Record.i
-.obj/Signal.o .obj/Signal.so .shobj/Signal.o .shobj/Signal.so: Signal.cpp Synch_T.h \
+.obj/Signal.o .obj/Signal.so .shobj/Signal.o .shobj/Signal.so: Signal.cpp \
+ Synch_T.h \
pre.h \
Event_Handler.h \
ACE.h \
@@ -7354,12 +7777,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -7433,12 +7857,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -7462,7 +7887,8 @@ endif # GHS
SString.i \
Malloc_Base.h
-.obj/SPIPE.o .obj/SPIPE.so .shobj/SPIPE.o .shobj/SPIPE.so: SPIPE.cpp SPIPE.h \
+.obj/SPIPE.o .obj/SPIPE.so .shobj/SPIPE.o .shobj/SPIPE.so: SPIPE.cpp \
+ SPIPE.h \
pre.h \
IPC_SAP.h \
ACE.h \
@@ -7470,12 +7896,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -7513,12 +7940,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -7561,12 +7989,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -7609,12 +8038,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -7650,12 +8080,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -7682,12 +8113,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -7721,12 +8153,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -7758,12 +8191,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -7794,12 +8228,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -7830,12 +8265,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -7870,12 +8306,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -7912,12 +8349,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -7959,12 +8397,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -7987,18 +8426,20 @@ endif # GHS
INET_Addr.h \
INET_Addr.i
-.obj/TTY_IO.o .obj/TTY_IO.so .shobj/TTY_IO.o .shobj/TTY_IO.so: TTY_IO.cpp TTY_IO.h \
- pre.h \
+.obj/TTY_IO.o .obj/TTY_IO.so .shobj/TTY_IO.o .shobj/TTY_IO.so: TTY_IO.cpp \
+ TTY_IO.h \
OS.h \
+ pre.h \
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -8044,12 +8485,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -8084,12 +8526,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -8192,6 +8635,8 @@ endif # GHS
Synch_Options.h \
Synch_Options.i \
Thread_Manager.h \
+ Thread_Adapter.h \
+ Thread_Adapter.inl \
Thread_Manager.i \
Hash_Map_Manager.h \
Functor.h \
@@ -8247,12 +8692,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -8355,6 +8801,8 @@ endif # GHS
Synch_Options.h \
Synch_Options.i \
Thread_Manager.h \
+ Thread_Adapter.h \
+ Thread_Adapter.inl \
Thread_Manager.i \
Hash_Map_Manager.h \
Functor.h \
@@ -8408,12 +8856,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -8516,6 +8965,8 @@ endif # GHS
Synch_Options.h \
Synch_Options.i \
Thread_Manager.h \
+ Thread_Adapter.h \
+ Thread_Adapter.inl \
Thread_Manager.i \
Hash_Map_Manager.h \
Functor.h \
@@ -8569,12 +9020,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -8676,12 +9128,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -8720,12 +9173,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -8819,7 +9273,8 @@ endif # GHS
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 \
+.obj/MEM_IO.o .obj/MEM_IO.so .shobj/MEM_IO.o .shobj/MEM_IO.so: MEM_IO.cpp \
+ MEM_IO.h \
pre.h \
SOCK.h \
ACE.h \
@@ -8827,12 +9282,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -8927,12 +9383,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -9010,12 +9467,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -9106,12 +9564,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -9144,12 +9603,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -9237,6 +9697,8 @@ endif # GHS
Service_Repository.i \
Task.h \
Thread_Manager.h \
+ Thread_Adapter.h \
+ Thread_Adapter.inl \
Thread_Manager.i \
Task.i \
Task_T.h \
@@ -9289,12 +9751,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -9412,6 +9875,8 @@ endif # GHS
Auto_Ptr.cpp \
Proactor.h \
Thread_Manager.h \
+ Thread_Adapter.h \
+ Thread_Adapter.inl \
Thread_Manager.i \
Process_Manager.h \
Process.h \
@@ -9426,12 +9891,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -9555,6 +10021,8 @@ endif # GHS
Synch_Options.h \
Synch_Options.i \
Thread_Manager.h \
+ Thread_Adapter.h \
+ Thread_Adapter.inl \
Thread_Manager.i \
Hash_Map_Manager.h \
Functor.h \
@@ -9581,12 +10049,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -9636,12 +10105,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -9696,12 +10166,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -9742,6 +10213,8 @@ endif # GHS
Stream_Modules.h \
Task.h \
Thread_Manager.h \
+ Thread_Adapter.h \
+ Thread_Adapter.inl \
Containers.h \
Malloc_Base.h \
Containers.i \
@@ -9841,12 +10314,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -9871,12 +10345,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -9978,12 +10453,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -10093,6 +10569,8 @@ endif # GHS
Synch_Options.h \
Synch_Options.i \
Thread_Manager.h \
+ Thread_Adapter.h \
+ Thread_Adapter.inl \
Thread_Manager.i \
Hash_Map_Manager.h \
Functor.h \
@@ -10133,12 +10611,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -10219,12 +10698,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
- svc_export.h
+ svc_export.h \
+ ace_wchar.h
.obj/Message_Block.o .obj/Message_Block.so .shobj/Message_Block.o .shobj/Message_Block.so: Message_Block.cpp \
Message_Block.h \
@@ -10234,12 +10714,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -10321,12 +10802,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -10424,6 +10906,8 @@ endif # GHS
Synch_Options.h \
Synch_Options.i \
Thread_Manager.h \
+ Thread_Adapter.h \
+ Thread_Adapter.inl \
Thread_Manager.i \
Hash_Map_Manager.h \
Functor.h \
@@ -10445,7 +10929,8 @@ endif # GHS
Strategies.i \
Message_Queue.i
-.obj/Task.o .obj/Task.so .shobj/Task.o .shobj/Task.so: Task.cpp Task.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 \
@@ -10454,12 +10939,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -10483,6 +10969,8 @@ endif # GHS
Thread_Manager.h \
Thread.h \
Thread.i \
+ Thread_Adapter.h \
+ Thread_Adapter.inl \
Synch.h \
SV_Semaphore_Complex.h \
SV_Semaphore_Simple.h \
@@ -10594,12 +11082,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -10688,19 +11177,21 @@ endif # GHS
Reactor_Impl.h \
Svc_Conf_Tokens.h
-.obj/Malloc.o .obj/Malloc.so .shobj/Malloc.o .shobj/Malloc.so: Malloc.cpp Malloc.h \
+.obj/Malloc.o .obj/Malloc.so .shobj/Malloc.o .shobj/Malloc.so: Malloc.cpp \
+ Malloc.h \
pre.h \
ACE.h \
OS.h \
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -10775,12 +11266,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -10811,12 +11303,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -10895,12 +11388,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -10976,12 +11470,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -11076,12 +11571,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -11108,12 +11604,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -11143,12 +11640,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -11177,12 +11675,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -11285,12 +11784,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -11409,12 +11909,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -11517,12 +12018,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -11623,12 +12125,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -11732,12 +12235,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -11840,12 +12344,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -11930,6 +12435,8 @@ endif # GHS
Pipe.h \
Pipe.i \
Thread_Manager.h \
+ Thread_Adapter.h \
+ Thread_Adapter.inl \
Thread_Manager.i
.obj/CORBA_Ref.o .obj/CORBA_Ref.so .shobj/CORBA_Ref.o .shobj/CORBA_Ref.so: CORBA_Ref.cpp \
@@ -11940,12 +12447,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -11975,12 +12483,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -12112,12 +12621,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -12229,12 +12739,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -12268,12 +12779,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -12387,12 +12899,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -12525,12 +13038,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -12555,12 +13069,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -12670,6 +13185,103 @@ endif # GHS
Auto_Ptr.i \
Auto_Ptr.cpp
+.obj/SOCK_Dgram_Mcast_QoS.o .obj/SOCK_Dgram_Mcast_QoS.so .shobj/SOCK_Dgram_Mcast_QoS.o .shobj/SOCK_Dgram_Mcast_QoS.so: SOCK_Dgram_Mcast_QoS.cpp \
+ SOCK_Dgram_Mcast_QoS.h \
+ pre.h \
+ SOCK_Dgram_Mcast.h \
+ SOCK_Dgram.h \
+ SOCK.h \
+ ACE.h \
+ OS.h \
+ config-all.h \
+ config.h \
+ config-linux-lxpthreads.h \
+ config-linux.h \
+ config-linux-common.h \
+ config-g++-common.h \
+ post.h \
+ ACE_export.h \
+ svc_export.h \
+ ace_wchar.h \
+ OS_Dirent.h \
+ OS_Export.h \
+ OS_Dirent.inl \
+ OS_String.h \
+ OS_String.inl \
+ OS_Memory.h \
+ OS_Memory.inl \
+ OS_TLI.h \
+ OS_TLI.inl \
+ Min_Max.h \
+ streams.h \
+ Basic_Types.h \
+ Basic_Types.i \
+ Trace.h \
+ OS.i \
+ ACE.i \
+ Addr.h \
+ Addr.i \
+ IPC_SAP.h \
+ IPC_SAP.i \
+ QoS_Session.h \
+ INET_Addr.h \
+ INET_Addr.i \
+ SOCK.i \
+ SOCK_Dgram.i \
+ SOCK_Dgram_Mcast.i \
+ QoS_Manager.h \
+ Containers_T.h \
+ Containers.h \
+ Malloc_Base.h \
+ Containers.i \
+ Containers_T.i \
+ Containers_T.cpp \
+ Malloc.h \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
+ Based_Pointer_T.h \
+ Based_Pointer_T.i \
+ Based_Pointer_T.cpp \
+ Based_Pointer_Repository.h \
+ Singleton.h \
+ Synch.h \
+ SV_Semaphore_Complex.h \
+ SV_Semaphore_Simple.h \
+ SV_Semaphore_Simple.i \
+ SV_Semaphore_Complex.i \
+ Synch.i \
+ Synch_T.h \
+ Event_Handler.h \
+ Event_Handler.i \
+ Synch_T.i \
+ Thread.h \
+ Thread.i \
+ Atomic_Op.i \
+ Synch_T.cpp \
+ Singleton.i \
+ Singleton.cpp \
+ Object_Manager.h \
+ Object_Manager.i \
+ Managed_Object.h \
+ Managed_Object.i \
+ Managed_Object.cpp \
+ Malloc.i \
+ Malloc_T.h \
+ Free_List.h \
+ Free_List.i \
+ Free_List.cpp \
+ Malloc_T.i \
+ Malloc_T.cpp \
+ Memory_Pool.h \
+ Signal.h \
+ Signal.i \
+ Mem_Map.h \
+ Mem_Map.i \
+ Memory_Pool.i \
+ SOCK_Dgram_Mcast_QoS.i
+
.obj/QoS_Session_Impl.o .obj/QoS_Session_Impl.so .shobj/QoS_Session_Impl.o .shobj/QoS_Session_Impl.so: QoS_Session_Impl.cpp \
SOCK.h \
pre.h \
@@ -12678,12 +13290,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -12772,12 +13385,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -12858,12 +13472,13 @@ endif # GHS
config-all.h \
config.h \
config-linux-lxpthreads.h \
+ config-linux.h \
config-linux-common.h \
config-g++-common.h \
post.h \
- ace_wchar.h \
ACE_export.h \
svc_export.h \
+ ace_wchar.h \
OS_Dirent.h \
OS_Export.h \
OS_Dirent.inl \
@@ -12935,4 +13550,111 @@ endif # GHS
Mem_Map.i \
Memory_Pool.i
+.obj/QoS_Decorator.o .obj/QoS_Decorator.so .shobj/QoS_Decorator.o .shobj/QoS_Decorator.so: QoS_Decorator.cpp \
+ QoS_Decorator.h \
+ pre.h \
+ Reactor.h \
+ Handle_Set.h \
+ ACE.h \
+ OS.h \
+ config-all.h \
+ config.h \
+ config-linux-lxpthreads.h \
+ config-linux.h \
+ config-linux-common.h \
+ config-g++-common.h \
+ post.h \
+ ACE_export.h \
+ svc_export.h \
+ ace_wchar.h \
+ OS_Dirent.h \
+ OS_Export.h \
+ OS_Dirent.inl \
+ OS_String.h \
+ OS_String.inl \
+ OS_Memory.h \
+ OS_Memory.inl \
+ OS_TLI.h \
+ OS_TLI.inl \
+ Min_Max.h \
+ streams.h \
+ Basic_Types.h \
+ Basic_Types.i \
+ Trace.h \
+ OS.i \
+ ACE.i \
+ Handle_Set.i \
+ Timer_Queue.h \
+ Synch.h \
+ SV_Semaphore_Complex.h \
+ SV_Semaphore_Simple.h \
+ SV_Semaphore_Simple.i \
+ SV_Semaphore_Complex.i \
+ Synch.i \
+ Synch_T.h \
+ Event_Handler.h \
+ Event_Handler.i \
+ Synch_T.i \
+ Thread.h \
+ Thread.i \
+ Atomic_Op.i \
+ Synch_T.cpp \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
+ Timer_Queue_T.h \
+ Free_List.h \
+ Free_List.i \
+ Free_List.cpp \
+ Timer_Queue_T.i \
+ Timer_Queue_T.cpp \
+ Signal.h \
+ Containers.h \
+ Malloc_Base.h \
+ Containers.i \
+ Containers_T.h \
+ Containers_T.i \
+ Containers_T.cpp \
+ Malloc.h \
+ Based_Pointer_T.h \
+ Based_Pointer_T.i \
+ Based_Pointer_T.cpp \
+ Based_Pointer_Repository.h \
+ Singleton.h \
+ Singleton.i \
+ Singleton.cpp \
+ Object_Manager.h \
+ Object_Manager.i \
+ Managed_Object.h \
+ Managed_Object.i \
+ Managed_Object.cpp \
+ Malloc.i \
+ Malloc_T.h \
+ Malloc_T.i \
+ Malloc_T.cpp \
+ Memory_Pool.h \
+ Mem_Map.h \
+ Mem_Map.i \
+ Memory_Pool.i \
+ Signal.i \
+ Reactor.i \
+ Reactor_Impl.h \
+ INET_Addr.h \
+ Addr.h \
+ Addr.i \
+ INET_Addr.i \
+ SOCK_Dgram_Mcast_QoS.h \
+ SOCK_Dgram_Mcast.h \
+ SOCK_Dgram.h \
+ SOCK.h \
+ IPC_SAP.h \
+ IPC_SAP.i \
+ QoS_Session.h \
+ SOCK.i \
+ SOCK_Dgram.i \
+ SOCK_Dgram_Mcast.i \
+ QoS_Manager.h \
+ SOCK_Dgram_Mcast_QoS.i
+
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY