summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog26
-rw-r--r--ChangeLogs/ChangeLog-02a26
-rw-r--r--ChangeLogs/ChangeLog-03a26
-rw-r--r--ace/Makefile1172
-rw-r--r--ace/Makefile.am1
-rw-r--r--ace/Makefile.bor1
-rw-r--r--ace/OS.h159
-rw-r--r--ace/OS.i361
-rw-r--r--ace/OS_TLI.cpp13
-rw-r--r--ace/OS_TLI.h194
-rw-r--r--ace/OS_TLI.inl342
-rw-r--r--ace/ace-dll.icc2
-rw-r--r--ace/ace-lib.icc1
-rwxr-xr-xace/ace.icc1
-rw-r--r--ace/ace_dll.dsp27
-rw-r--r--ace/ace_lib.dsp27
-rw-r--r--ace/config-all.h18
17 files changed, 1660 insertions, 737 deletions
diff --git a/ChangeLog b/ChangeLog
index c6880907a6a..afe52c275a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,27 @@
+Tue Jun 6 20:02:18 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * ace/OS.h:
+ * ace/OS.i:
+ * ace/OS_TLI.cpp:
+ * ace/OS_TLI.h:
+ * ace/OS_TLI.inl:
+ * ace/config-all.h:
+ * ace/Makefile:
+ * ace/Makefile.am:
+ * ace/Makefile.bor:
+ * ace/ace-dll.icc:
+ * ace/ace-lib.icc:
+ * ace/ace.icc:
+ * ace/ace_dll.dsp:
+ * ace/ace_lib.dsp:
+ Moved the TLI wrappers to ACE_OS_TLI.
+
Tue Jun 6 17:57:14 2000 Vishal Kachroo <vishal@cs.wustl.edu>
- * examples/QOS/server.cpp:
- * examples/QOS/client.cpp:
- Changed these to reflect changes to the ACE QoS API.
-
+ * examples/QOS/server.cpp:
+ * examples/QOS/client.cpp:
+ Changed these to reflect changes to the ACE QoS API.
+
Tue Jun 06 15:44:03 2000 David L. Levine <levine@cs.wustl.edu>
* ace/config-lynxos.h: added support for LynxOS 3.1.0.
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index c6880907a6a..afe52c275a8 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,9 +1,27 @@
+Tue Jun 6 20:02:18 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * ace/OS.h:
+ * ace/OS.i:
+ * ace/OS_TLI.cpp:
+ * ace/OS_TLI.h:
+ * ace/OS_TLI.inl:
+ * ace/config-all.h:
+ * ace/Makefile:
+ * ace/Makefile.am:
+ * ace/Makefile.bor:
+ * ace/ace-dll.icc:
+ * ace/ace-lib.icc:
+ * ace/ace.icc:
+ * ace/ace_dll.dsp:
+ * ace/ace_lib.dsp:
+ Moved the TLI wrappers to ACE_OS_TLI.
+
Tue Jun 6 17:57:14 2000 Vishal Kachroo <vishal@cs.wustl.edu>
- * examples/QOS/server.cpp:
- * examples/QOS/client.cpp:
- Changed these to reflect changes to the ACE QoS API.
-
+ * examples/QOS/server.cpp:
+ * examples/QOS/client.cpp:
+ Changed these to reflect changes to the ACE QoS API.
+
Tue Jun 06 15:44:03 2000 David L. Levine <levine@cs.wustl.edu>
* ace/config-lynxos.h: added support for LynxOS 3.1.0.
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index c6880907a6a..afe52c275a8 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,9 +1,27 @@
+Tue Jun 6 20:02:18 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * ace/OS.h:
+ * ace/OS.i:
+ * ace/OS_TLI.cpp:
+ * ace/OS_TLI.h:
+ * ace/OS_TLI.inl:
+ * ace/config-all.h:
+ * ace/Makefile:
+ * ace/Makefile.am:
+ * ace/Makefile.bor:
+ * ace/ace-dll.icc:
+ * ace/ace-lib.icc:
+ * ace/ace.icc:
+ * ace/ace_dll.dsp:
+ * ace/ace_lib.dsp:
+ Moved the TLI wrappers to ACE_OS_TLI.
+
Tue Jun 6 17:57:14 2000 Vishal Kachroo <vishal@cs.wustl.edu>
- * examples/QOS/server.cpp:
- * examples/QOS/client.cpp:
- Changed these to reflect changes to the ACE QoS API.
-
+ * examples/QOS/server.cpp:
+ * examples/QOS/client.cpp:
+ Changed these to reflect changes to the ACE QoS API.
+
Tue Jun 06 15:44:03 2000 David L. Levine <levine@cs.wustl.edu>
* ace/config-lynxos.h: added support for LynxOS 3.1.0.
diff --git a/ace/Makefile b/ace/Makefile
index f15023822ad..12f8081f151 100644
--- a/ace/Makefile
+++ b/ace/Makefile
@@ -14,6 +14,7 @@ OS_FILES = \
OS_Dirent \
OS_Memory \
OS_String \
+ OS_TLI \
Sched_Params
UTILS_FILES = \
ACE \
@@ -550,6 +551,10 @@ endif # GHS
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 \
@@ -558,7 +563,8 @@ endif # GHS
OS.i \
Template_Instantiations.cpp
-.obj/OS.o .obj/OS.so .shobj/OS.o .shobj/OS.so: OS.cpp OS.h \
+.obj/OS.o .obj/OS.so .shobj/OS.o .shobj/OS.so: OS.cpp \
+ OS.h \
pre.h \
config-all.h \
config.h \
@@ -574,6 +580,10 @@ endif # GHS
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 \
@@ -604,6 +614,21 @@ endif # GHS
OS_String.h \
OS_String.inl
+.obj/OS_Memory.o .obj/OS_Memory.so .shobj/OS_Memory.o .shobj/OS_Memory.so: OS_Memory.cpp \
+ OS_Memory.h \
+ pre.h \
+ config-all.h \
+ config.h \
+ config-linux-lxpthreads.h \
+ config-linux-common.h \
+ config-g++-common.h \
+ post.h \
+ ace_wchar.h \
+ ACE_export.h \
+ svc_export.h \
+ OS_Export.h \
+ OS_Memory.inl
+
.obj/OS_String.o .obj/OS_String.so .shobj/OS_String.o .shobj/OS_String.so: OS_String.cpp \
OS_String.h \
pre.h \
@@ -618,15 +643,23 @@ endif # GHS
svc_export.h \
OS_Export.h \
OS_String.inl \
- OS.h \
- OS_Dirent.h \
- OS_Dirent.inl \
- Min_Max.h \
- streams.h \
- Basic_Types.h \
- Basic_Types.i \
- Trace.h \
- OS.i
+ OS_Memory.h \
+ OS_Memory.inl
+
+.obj/OS_TLI.o .obj/OS_TLI.so .shobj/OS_TLI.o .shobj/OS_TLI.so: OS_TLI.cpp \
+ OS_TLI.h \
+ pre.h \
+ config-all.h \
+ config.h \
+ config-linux-lxpthreads.h \
+ config-linux-common.h \
+ config-g++-common.h \
+ post.h \
+ ace_wchar.h \
+ ACE_export.h \
+ svc_export.h \
+ OS_Export.h \
+ OS_TLI.inl
.obj/Sched_Params.o .obj/Sched_Params.so .shobj/Sched_Params.o .shobj/Sched_Params.so: Sched_Params.cpp \
Sched_Params.h \
@@ -646,6 +679,10 @@ endif # GHS
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 \
@@ -654,7 +691,8 @@ endif # GHS
OS.i \
Sched_Params.i
-.obj/ACE.o .obj/ACE.so .shobj/ACE.o .shobj/ACE.so: ACE.cpp ACE.h \
+.obj/ACE.o .obj/ACE.so .shobj/ACE.o .shobj/ACE.so: ACE.cpp \
+ ACE.h \
pre.h \
OS.h \
config-all.h \
@@ -671,6 +709,10 @@ endif # GHS
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 \
@@ -698,6 +740,10 @@ endif # GHS
Version.h \
Message_Block.h \
Malloc.h \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
Based_Pointer_T.h \
Based_Pointer_T.i \
Based_Pointer_T.cpp \
@@ -717,10 +763,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Malloc.i \
@@ -764,6 +806,10 @@ endif # GHS
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 \
@@ -866,6 +912,10 @@ endif # GHS
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 \
@@ -873,7 +923,8 @@ 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 \
@@ -891,6 +942,10 @@ endif # GHS
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 \
@@ -905,6 +960,10 @@ endif # GHS
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 \
@@ -924,10 +983,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -968,6 +1023,10 @@ endif # GHS
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 \
@@ -1075,6 +1134,10 @@ endif # GHS
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 \
@@ -1090,6 +1153,10 @@ endif # GHS
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 \
@@ -1109,10 +1176,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -1153,6 +1216,10 @@ endif # GHS
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 \
@@ -1171,6 +1238,10 @@ endif # GHS
Functor_T.i \
Functor_T.cpp \
Hash_Map_Manager_T.h \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
Hash_Map_Manager_T.i \
Synch.h \
SV_Semaphore_Complex.h \
@@ -1186,10 +1257,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Hash_Map_Manager_T.cpp \
Service_Config.h \
Service_Object.h \
@@ -1241,7 +1308,8 @@ 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 \
@@ -1261,6 +1329,10 @@ endif # GHS
OS.h \
OS_String.h \
OS_String.inl \
+ OS_Memory.h \
+ OS_Memory.inl \
+ OS_TLI.h \
+ OS_TLI.inl \
Min_Max.h \
streams.h \
Basic_Types.h \
@@ -1289,6 +1361,10 @@ endif # GHS
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 \
@@ -1344,6 +1420,10 @@ endif # GHS
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 \
@@ -1374,6 +1454,10 @@ endif # GHS
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 \
@@ -1405,6 +1489,10 @@ endif # GHS
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 \
@@ -1419,6 +1507,10 @@ endif # GHS
Functor_T.i \
Functor_T.cpp \
Hash_Map_Manager_T.h \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
Hash_Map_Manager_T.i \
Synch.h \
SV_Semaphore_Complex.h \
@@ -1434,10 +1526,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Hash_Map_Manager_T.cpp \
Service_Config.h \
Service_Object.h \
@@ -1509,6 +1597,10 @@ endif # GHS
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 \
@@ -1525,6 +1617,10 @@ endif # GHS
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 \
@@ -1544,10 +1640,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -1588,6 +1680,10 @@ endif # GHS
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 \
@@ -1613,6 +1709,10 @@ endif # GHS
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 \
@@ -1741,6 +1841,10 @@ endif # GHS
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 \
@@ -1771,6 +1875,10 @@ endif # GHS
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 \
@@ -1797,6 +1905,10 @@ endif # GHS
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 \
@@ -1805,6 +1917,10 @@ endif # GHS
OS.i \
ACE.i \
Malloc_Base.h \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
Based_Pointer_T.h \
Based_Pointer_T.i \
Based_Pointer_T.cpp \
@@ -1824,10 +1940,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -1875,7 +1987,8 @@ 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 \
@@ -1893,6 +2006,10 @@ endif # GHS
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 \
@@ -1907,6 +2024,10 @@ endif # GHS
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 \
@@ -1926,10 +2047,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -1970,6 +2087,10 @@ endif # GHS
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 \
@@ -2048,6 +2169,10 @@ endif # GHS
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 \
@@ -2081,6 +2206,10 @@ endif # GHS
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 \
@@ -2109,6 +2238,10 @@ endif # GHS
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 \
@@ -2197,6 +2330,10 @@ endif # GHS
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 \
@@ -2279,6 +2416,10 @@ endif # GHS
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 \
@@ -2358,6 +2499,10 @@ endif # GHS
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 \
@@ -2372,6 +2517,10 @@ endif # GHS
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 \
@@ -2391,10 +2540,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -2441,6 +2586,10 @@ endif # GHS
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 \
@@ -2524,6 +2673,10 @@ endif # GHS
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 \
@@ -2608,7 +2761,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 \
@@ -2627,6 +2781,10 @@ endif # GHS
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 \
@@ -2677,6 +2835,10 @@ endif # GHS
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 \
@@ -2771,6 +2933,10 @@ endif # GHS
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 \
@@ -2801,6 +2967,10 @@ endif # GHS
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 \
@@ -2832,6 +3002,10 @@ endif # GHS
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 \
@@ -2943,7 +3117,8 @@ 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 \
@@ -2959,6 +3134,10 @@ endif # GHS
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 \
@@ -2979,6 +3158,10 @@ endif # GHS
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 \
@@ -2998,10 +3181,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -3044,6 +3223,10 @@ endif # GHS
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 \
@@ -3115,7 +3298,8 @@ 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 \
@@ -3133,6 +3317,10 @@ endif # GHS
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 \
@@ -3177,6 +3365,10 @@ endif # GHS
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 \
@@ -3186,7 +3378,8 @@ 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 \
@@ -3204,6 +3397,10 @@ endif # GHS
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 \
@@ -3233,6 +3430,10 @@ endif # GHS
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 \
@@ -3296,7 +3497,8 @@ endif # GHS
Auto_Ptr.i \
Auto_Ptr.cpp
-.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 \
@@ -3314,6 +3516,10 @@ endif # GHS
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 \
@@ -3360,6 +3566,10 @@ endif # GHS
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 \
@@ -3371,6 +3581,10 @@ endif # GHS
Message_Block.h \
Malloc.h \
Malloc_Base.h \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
Based_Pointer_T.h \
Based_Pointer_T.i \
Based_Pointer_T.cpp \
@@ -3388,10 +3602,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -3457,6 +3667,10 @@ endif # GHS
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 \
@@ -3551,6 +3765,10 @@ endif # GHS
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 \
@@ -3586,6 +3804,10 @@ endif # GHS
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 \
@@ -3714,6 +3936,10 @@ endif # GHS
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 \
@@ -3740,6 +3966,10 @@ endif # GHS
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 \
@@ -3754,6 +3984,10 @@ endif # GHS
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 \
@@ -3773,10 +4007,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -3838,6 +4068,10 @@ endif # GHS
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 \
@@ -3857,6 +4091,10 @@ endif # GHS
ACE.i \
Malloc.h \
Malloc_Base.h \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
Based_Pointer_T.h \
Based_Pointer_T.i \
Based_Pointer_T.cpp \
@@ -3876,10 +4114,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Malloc.i \
@@ -3981,6 +4215,10 @@ endif # GHS
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 \
@@ -4130,6 +4368,10 @@ endif # GHS
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 \
@@ -4226,6 +4468,10 @@ endif # GHS
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 \
@@ -4341,6 +4587,10 @@ endif # GHS
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 \
@@ -4437,6 +4687,10 @@ endif # GHS
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 \
@@ -4555,6 +4809,10 @@ endif # GHS
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 \
@@ -4686,6 +4944,10 @@ endif # GHS
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 \
@@ -4807,6 +5069,10 @@ endif # GHS
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 \
@@ -4900,6 +5166,10 @@ endif # GHS
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 \
@@ -4924,6 +5194,10 @@ endif # GHS
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 \
@@ -4950,6 +5224,10 @@ endif # GHS
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 \
@@ -4977,6 +5255,10 @@ endif # GHS
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 \
@@ -5105,6 +5387,10 @@ endif # GHS
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 \
@@ -5118,7 +5404,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 \
@@ -5137,6 +5424,10 @@ endif # GHS
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 \
@@ -5181,6 +5472,10 @@ endif # GHS
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 \
@@ -5201,15 +5496,15 @@ endif # GHS
Time_Value.h \
SOCK_Acceptor.i \
UNIX_Addr.h \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
UNIX_Addr.i \
LSOCK_Stream.h \
LSOCK.h \
LSOCK.i \
- LSOCK_Stream.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
+ LSOCK_Stream.i
.obj/LSOCK_CODgram.o .obj/LSOCK_CODgram.so .shobj/LSOCK_CODgram.o .shobj/LSOCK_CODgram.so: LSOCK_CODgram.cpp \
LSOCK_CODgram.h \
@@ -5232,6 +5527,10 @@ endif # GHS
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 \
@@ -5281,6 +5580,10 @@ endif # GHS
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 \
@@ -5302,15 +5605,15 @@ endif # GHS
SOCK_Connector.i \
LSOCK_Stream.h \
UNIX_Addr.h \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
UNIX_Addr.i \
LSOCK.h \
LSOCK.i \
LSOCK_Stream.i \
- LSOCK_Connector.i \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
+ LSOCK_Connector.i
.obj/LSOCK_Dgram.o .obj/LSOCK_Dgram.so .shobj/LSOCK_Dgram.o .shobj/LSOCK_Dgram.so: LSOCK_Dgram.cpp \
LSOCK_Dgram.h \
@@ -5333,6 +5636,10 @@ endif # GHS
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 \
@@ -5379,6 +5686,10 @@ endif # GHS
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 \
@@ -5397,16 +5708,17 @@ endif # GHS
SOCK_IO.i \
SOCK_Stream.i \
UNIX_Addr.h \
- UNIX_Addr.i \
- LSOCK.h \
- LSOCK.i \
- LSOCK_Stream.i \
Log_Msg.h \
Log_Record.h \
Log_Priority.h \
- Log_Record.i
+ Log_Record.i \
+ UNIX_Addr.i \
+ LSOCK.h \
+ LSOCK.i \
+ LSOCK_Stream.i
-.obj/SOCK.o .obj/SOCK.so .shobj/SOCK.o .shobj/SOCK.so: SOCK.cpp SOCK.h \
+.obj/SOCK.o .obj/SOCK.so .shobj/SOCK.o .shobj/SOCK.so: SOCK.cpp \
+ SOCK.h \
pre.h \
ACE.h \
OS.h \
@@ -5424,6 +5736,10 @@ endif # GHS
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 \
@@ -5466,6 +5782,10 @@ endif # GHS
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 \
@@ -5485,6 +5805,10 @@ endif # GHS
SOCK_Stream.i \
Time_Value.h \
SOCK_Acceptor.i \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
Synch.h \
SV_Semaphore_Complex.h \
SV_Semaphore_Simple.h \
@@ -5498,11 +5822,7 @@ endif # GHS
Thread.h \
Thread.i \
Atomic_Op.i \
- Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i
+ Synch_T.cpp
.obj/SOCK_CODgram.o .obj/SOCK_CODgram.so .shobj/SOCK_CODgram.o .shobj/SOCK_CODgram.so: SOCK_CODgram.cpp \
SOCK_CODgram.h \
@@ -5525,6 +5845,10 @@ endif # GHS
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 \
@@ -5569,6 +5893,10 @@ endif # GHS
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 \
@@ -5613,6 +5941,10 @@ endif # GHS
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 \
@@ -5670,6 +6002,10 @@ endif # GHS
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 \
@@ -5714,6 +6050,10 @@ endif # GHS
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 \
@@ -5754,6 +6094,10 @@ endif # GHS
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 \
@@ -5797,6 +6141,10 @@ endif # GHS
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 \
@@ -5837,6 +6185,10 @@ endif # GHS
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 \
@@ -5855,7 +6207,8 @@ 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 \
@@ -5872,6 +6225,10 @@ endif # GHS
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 \
@@ -5903,6 +6260,10 @@ endif # GHS
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 \
@@ -5937,6 +6298,10 @@ endif # GHS
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 \
@@ -5972,6 +6337,10 @@ endif # GHS
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 \
@@ -6008,6 +6377,10 @@ endif # GHS
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 \
@@ -6035,6 +6408,10 @@ endif # GHS
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 \
@@ -6063,6 +6440,10 @@ endif # GHS
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 \
@@ -6098,6 +6479,10 @@ endif # GHS
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 \
@@ -6110,10 +6495,15 @@ endif # GHS
Addr.i \
INET_Addr.h \
INET_Addr.i \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
ATM_Addr.h \
ATM_Addr.i
-.obj/DEV.o .obj/DEV.so .shobj/DEV.o .shobj/DEV.so: DEV.cpp DEV.h \
+.obj/DEV.o .obj/DEV.so .shobj/DEV.o .shobj/DEV.so: DEV.cpp \
+ DEV.h \
pre.h \
IO_SAP.h \
ACE.h \
@@ -6132,6 +6522,10 @@ endif # GHS
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 \
@@ -6168,6 +6562,10 @@ endif # GHS
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 \
@@ -6208,6 +6606,10 @@ endif # GHS
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 \
@@ -6231,7 +6633,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 \
@@ -6251,6 +6654,10 @@ endif # GHS
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 \
@@ -6273,7 +6680,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 \
@@ -6292,6 +6700,10 @@ endif # GHS
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 \
@@ -6327,6 +6739,10 @@ endif # GHS
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 \
@@ -6364,6 +6780,10 @@ endif # GHS
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 \
@@ -6401,6 +6821,10 @@ endif # GHS
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 \
@@ -6438,6 +6862,10 @@ endif # GHS
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 \
@@ -6473,6 +6901,10 @@ endif # GHS
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 \
@@ -6491,7 +6923,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 \
@@ -6510,6 +6943,10 @@ endif # GHS
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 \
@@ -6549,6 +6986,10 @@ endif # GHS
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 \
@@ -6566,11 +7007,11 @@ endif # GHS
Malloc_Base.h \
FILE.i \
FILE_IO.i \
- FILE_Connector.i \
Log_Msg.h \
Log_Record.h \
Log_Priority.h \
- Log_Record.i
+ Log_Record.i \
+ FILE_Connector.i
.obj/FILE_IO.o .obj/FILE_IO.so .shobj/FILE_IO.o .shobj/FILE_IO.so: FILE_IO.cpp \
FILE_IO.h \
@@ -6593,6 +7034,10 @@ endif # GHS
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 \
@@ -6634,6 +7079,10 @@ endif # GHS
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 \
@@ -6649,7 +7098,8 @@ 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 \
@@ -6667,6 +7117,10 @@ endif # GHS
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 \
@@ -6698,6 +7152,10 @@ endif # GHS
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 \
@@ -6716,7 +7174,8 @@ 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 \
@@ -6734,6 +7193,10 @@ endif # GHS
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 \
@@ -6785,6 +7248,10 @@ endif # GHS
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 \
@@ -6860,6 +7327,10 @@ endif # GHS
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 \
@@ -6874,7 +7345,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 \
@@ -6893,6 +7365,10 @@ endif # GHS
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 \
@@ -6932,6 +7408,10 @@ endif # GHS
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 \
@@ -6976,6 +7456,10 @@ endif # GHS
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 \
@@ -7020,6 +7504,10 @@ endif # GHS
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 \
@@ -7057,6 +7545,10 @@ endif # GHS
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 \
@@ -7085,6 +7577,10 @@ endif # GHS
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 \
@@ -7120,6 +7616,10 @@ endif # GHS
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 \
@@ -7153,6 +7653,10 @@ endif # GHS
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 \
@@ -7185,6 +7689,10 @@ endif # GHS
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 \
@@ -7198,7 +7706,8 @@ endif # GHS
Log_Priority.h \
Log_Record.i
-.obj/TLI.o .obj/TLI.so .shobj/TLI.o .shobj/TLI.so: TLI.cpp TLI.h \
+.obj/TLI.o .obj/TLI.so .shobj/TLI.o .shobj/TLI.so: TLI.cpp \
+ TLI.h \
pre.h \
IPC_SAP.h \
ACE.h \
@@ -7217,6 +7726,10 @@ endif # GHS
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 \
@@ -7226,7 +7739,11 @@ endif # GHS
ACE.i \
IPC_SAP.i \
Addr.h \
- Addr.i
+ Addr.i \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i
.obj/TLI_Acceptor.o .obj/TLI_Acceptor.so .shobj/TLI_Acceptor.o .shobj/TLI_Acceptor.so: TLI_Acceptor.cpp \
TLI_Acceptor.h \
@@ -7249,6 +7766,10 @@ endif # GHS
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 \
@@ -7262,7 +7783,11 @@ endif # GHS
Time_Value.h \
TLI_Stream.h \
INET_Addr.h \
- INET_Addr.i
+ INET_Addr.i \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i
.obj/TLI_Connector.o .obj/TLI_Connector.so .shobj/TLI_Connector.o .shobj/TLI_Connector.so: TLI_Connector.cpp \
Handle_Set.h \
@@ -7283,6 +7808,10 @@ endif # GHS
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 \
@@ -7299,7 +7828,11 @@ endif # GHS
Addr.h \
Addr.i \
INET_Addr.h \
- INET_Addr.i
+ INET_Addr.i \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i
.obj/TLI_Stream.o .obj/TLI_Stream.so .shobj/TLI_Stream.o .shobj/TLI_Stream.so: TLI_Stream.cpp \
TLI_Stream.h \
@@ -7322,6 +7855,10 @@ endif # GHS
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 \
@@ -7335,7 +7872,8 @@ 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 \
+.obj/TTY_IO.o .obj/TTY_IO.so .shobj/TTY_IO.o .shobj/TTY_IO.so: TTY_IO.cpp \
+ TTY_IO.h \
pre.h \
OS.h \
config-all.h \
@@ -7352,6 +7890,10 @@ endif # GHS
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 \
@@ -7399,6 +7941,10 @@ endif # GHS
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 \
@@ -7406,6 +7952,12 @@ endif # GHS
Trace.h \
OS.i \
Addr.i \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
+ ACE.h \
+ ACE.i \
UNIX_Addr.i
.obj/UPIPE_Acceptor.o .obj/UPIPE_Acceptor.so .shobj/UPIPE_Acceptor.o .shobj/UPIPE_Acceptor.so: UPIPE_Acceptor.cpp \
@@ -7429,6 +7981,10 @@ endif # GHS
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 \
@@ -7440,6 +7996,10 @@ endif # GHS
Message_Block.h \
Malloc.h \
Malloc_Base.h \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
Based_Pointer_T.h \
Based_Pointer_T.i \
Based_Pointer_T.cpp \
@@ -7459,10 +8019,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -7588,6 +8144,10 @@ endif # GHS
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 \
@@ -7599,6 +8159,10 @@ endif # GHS
Message_Block.h \
Malloc.h \
Malloc_Base.h \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
Based_Pointer_T.h \
Based_Pointer_T.i \
Based_Pointer_T.cpp \
@@ -7618,10 +8182,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -7745,6 +8305,10 @@ endif # GHS
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 \
@@ -7756,6 +8320,10 @@ endif # GHS
Message_Block.h \
Malloc.h \
Malloc_Base.h \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
Based_Pointer_T.h \
Based_Pointer_T.i \
Based_Pointer_T.cpp \
@@ -7775,10 +8343,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -7902,6 +8466,10 @@ endif # GHS
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 \
@@ -7926,6 +8494,10 @@ endif # GHS
MEM_SAP.h \
Malloc.h \
Malloc_Base.h \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
Based_Pointer_T.h \
Based_Pointer_T.i \
Based_Pointer_T.cpp \
@@ -7945,10 +8517,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -8005,6 +8573,10 @@ endif # GHS
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 \
@@ -8045,6 +8617,10 @@ endif # GHS
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 \
@@ -8069,6 +8645,10 @@ endif # GHS
MEM_SAP.h \
Malloc.h \
Malloc_Base.h \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
Based_Pointer_T.h \
Based_Pointer_T.i \
Based_Pointer_T.cpp \
@@ -8088,10 +8668,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -8129,7 +8705,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 \
@@ -8148,6 +8725,10 @@ endif # GHS
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 \
@@ -8166,6 +8747,10 @@ endif # GHS
MEM_SAP.h \
Malloc.h \
Malloc_Base.h \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
Based_Pointer_T.h \
Based_Pointer_T.i \
Based_Pointer_T.cpp \
@@ -8185,10 +8770,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -8244,6 +8825,10 @@ endif # GHS
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 \
@@ -8252,6 +8837,10 @@ endif # GHS
OS.i \
ACE.i \
Malloc_Base.h \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
Based_Pointer_T.h \
Based_Pointer_T.i \
Based_Pointer_T.cpp \
@@ -8271,10 +8860,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -8323,6 +8908,10 @@ endif # GHS
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 \
@@ -8341,6 +8930,10 @@ endif # GHS
MEM_SAP.h \
Malloc.h \
Malloc_Base.h \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
Based_Pointer_T.h \
Based_Pointer_T.i \
Based_Pointer_T.cpp \
@@ -8360,10 +8953,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -8398,7 +8987,8 @@ endif # GHS
MEM_IO.i \
MEM_Stream.i
-.obj/DLL.o .obj/DLL.so .shobj/DLL.o .shobj/DLL.so: DLL.cpp DLL.h \
+.obj/DLL.o .obj/DLL.so .shobj/DLL.o .shobj/DLL.so: DLL.cpp \
+ DLL.h \
pre.h \
OS.h \
config-all.h \
@@ -8415,6 +9005,10 @@ endif # GHS
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 \
@@ -8449,6 +9043,10 @@ endif # GHS
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 \
@@ -8590,6 +9188,10 @@ endif # GHS
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 \
@@ -8598,6 +9200,10 @@ endif # GHS
OS.i \
ACE.i \
Malloc_Base.h \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
Based_Pointer_T.h \
Based_Pointer_T.i \
Based_Pointer_T.cpp \
@@ -8617,10 +9223,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -8719,6 +9321,10 @@ endif # GHS
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 \
@@ -8870,6 +9476,10 @@ endif # GHS
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 \
@@ -8921,6 +9531,10 @@ endif # GHS
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 \
@@ -8977,6 +9591,10 @@ endif # GHS
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 \
@@ -9118,6 +9736,10 @@ endif # GHS
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 \
@@ -9144,6 +9766,10 @@ endif # GHS
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 \
@@ -9156,6 +9782,10 @@ endif # GHS
ACE.h \
ACE.i \
Malloc_Base.h \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
Based_Pointer_T.h \
Based_Pointer_T.i \
Based_Pointer_T.cpp \
@@ -9175,10 +9805,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -9247,6 +9873,10 @@ endif # GHS
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 \
@@ -9261,6 +9891,10 @@ endif # GHS
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 \
@@ -9280,10 +9914,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -9398,6 +10028,10 @@ endif # GHS
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 \
@@ -9407,6 +10041,10 @@ endif # GHS
ACE.i \
Malloc.h \
Malloc_Base.h \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
Based_Pointer_T.h \
Based_Pointer_T.i \
Based_Pointer_T.cpp \
@@ -9426,10 +10064,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -9495,6 +10129,10 @@ endif # GHS
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 \
@@ -9504,6 +10142,10 @@ endif # GHS
ACE.i \
Malloc.h \
Malloc_Base.h \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
Based_Pointer_T.h \
Based_Pointer_T.i \
Based_Pointer_T.cpp \
@@ -9523,10 +10165,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -9578,6 +10216,10 @@ endif # GHS
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 \
@@ -9587,6 +10229,10 @@ endif # GHS
ACE.i \
Malloc.h \
Malloc_Base.h \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
Based_Pointer_T.h \
Based_Pointer_T.i \
Based_Pointer_T.cpp \
@@ -9606,10 +10252,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -9687,7 +10329,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 \
@@ -9707,6 +10350,10 @@ endif # GHS
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 \
@@ -9843,6 +10490,10 @@ endif # GHS
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 \
@@ -9922,7 +10573,8 @@ 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 \
@@ -9940,6 +10592,10 @@ endif # GHS
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 \
@@ -9948,6 +10604,10 @@ endif # GHS
OS.i \
ACE.i \
Malloc_Base.h \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
Based_Pointer_T.h \
Based_Pointer_T.i \
Based_Pointer_T.cpp \
@@ -9967,10 +10627,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -10016,6 +10672,10 @@ endif # GHS
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 \
@@ -10048,6 +10708,10 @@ endif # GHS
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 \
@@ -10128,6 +10792,10 @@ endif # GHS
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 \
@@ -10136,6 +10804,10 @@ endif # GHS
OS.i \
ACE.i \
Malloc_Base.h \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
Based_Pointer_T.h \
Based_Pointer_T.i \
Based_Pointer_T.cpp \
@@ -10155,10 +10827,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -10205,6 +10873,10 @@ endif # GHS
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 \
@@ -10214,6 +10886,10 @@ endif # GHS
ACE.i \
Malloc.h \
Malloc_Base.h \
+ Log_Msg.h \
+ Log_Record.h \
+ Log_Priority.h \
+ Log_Record.i \
Based_Pointer_T.h \
Based_Pointer_T.i \
Based_Pointer_T.cpp \
@@ -10233,10 +10909,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -10301,6 +10973,10 @@ endif # GHS
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 \
@@ -10329,6 +11005,10 @@ endif # GHS
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 \
@@ -10360,6 +11040,10 @@ endif # GHS
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 \
@@ -10390,6 +11074,10 @@ endif # GHS
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 \
@@ -10494,6 +11182,10 @@ endif # GHS
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 \
@@ -10614,6 +11306,10 @@ endif # GHS
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 \
@@ -10718,6 +11414,10 @@ endif # GHS
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 \
@@ -10820,6 +11520,10 @@ endif # GHS
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 \
@@ -10925,6 +11629,10 @@ endif # GHS
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 \
@@ -11029,6 +11737,10 @@ endif # GHS
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 \
@@ -11125,6 +11837,10 @@ endif # GHS
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 \
@@ -11156,6 +11872,10 @@ endif # GHS
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 \
@@ -11173,6 +11893,10 @@ endif # GHS
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 \
@@ -11192,10 +11916,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -11289,6 +12009,10 @@ endif # GHS
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 \
@@ -11402,6 +12126,10 @@ endif # GHS
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 \
@@ -11437,6 +12165,10 @@ endif # GHS
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 \
@@ -11453,6 +12185,10 @@ endif # GHS
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 \
@@ -11472,10 +12208,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -11552,6 +12284,10 @@ endif # GHS
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 \
@@ -11570,6 +12306,10 @@ endif # GHS
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 \
@@ -11589,10 +12329,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -11686,6 +12422,10 @@ endif # GHS
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 \
@@ -11712,6 +12452,10 @@ endif # GHS
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 \
@@ -11728,6 +12472,10 @@ endif # GHS
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 \
@@ -11747,10 +12495,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -11831,6 +12575,10 @@ endif # GHS
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 \
@@ -11854,6 +12602,10 @@ endif # GHS
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 \
@@ -11873,10 +12625,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -11921,6 +12669,10 @@ endif # GHS
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 \
@@ -11938,6 +12690,10 @@ endif # GHS
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 \
@@ -11957,10 +12713,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
@@ -12003,6 +12755,10 @@ endif # GHS
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 \
@@ -12021,6 +12777,10 @@ endif # GHS
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 \
@@ -12040,10 +12800,6 @@ endif # GHS
Thread.i \
Atomic_Op.i \
Synch_T.cpp \
- Log_Msg.h \
- Log_Record.h \
- Log_Priority.h \
- Log_Record.i \
Singleton.i \
Singleton.cpp \
Object_Manager.h \
diff --git a/ace/Makefile.am b/ace/Makefile.am
index a95f6ad50f8..4009c16b754 100644
--- a/ace/Makefile.am
+++ b/ace/Makefile.am
@@ -137,6 +137,7 @@ libACE_OS_la_SOURCES = \
OS_Dirent.cpp \
OS_Memory.cpp \
OS_String.cpp \
+ OS_TLI.cpp \
Sched_Params.cpp
libACE_Utils_la_SOURCES = \
diff --git a/ace/Makefile.bor b/ace/Makefile.bor
index 2edf9204bbc..c7e0cb1ac53 100644
--- a/ace/Makefile.bor
+++ b/ace/Makefile.bor
@@ -95,6 +95,7 @@ OBJFILES = \
$(OBJDIR)\OS_Dirent.obj \
$(OBJDIR)\OS_Memory.obj \
$(OBJDIR)\OS_String.obj \
+ $(OBJDIR)\OS_TLI.obj \
$(OBJDIR)\Pair.obj \
$(OBJDIR)\Parse_Node.obj \
$(OBJDIR)\Pipe.obj \
diff --git a/ace/OS.h b/ace/OS.h
index b5d53c282c4..b2cc19e0b73 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -29,6 +29,7 @@
#include "ace/OS_Dirent.h"
#include "ace/OS_String.h"
#include "ace/OS_Memory.h"
+#include "ace/OS_TLI.h"
// States of a recyclable object.
enum ACE_Recyclable_State
@@ -875,9 +876,6 @@ typedef struct
# define ACE_DEFAULT_GLOBALNAME ACE_TEXT ("globalnames")
# endif /* ACE_DEFAULT_GLOBALNAME */
-typedef int ACE_HANDLE;
-typedef ACE_HANDLE ACE_SOCKET;
-# define ACE_INVALID_HANDLE -1
typedef int ACE_exitcode;
typedef ACE_HANDLE ACE_SHLIB_HANDLE;
@@ -3202,24 +3200,8 @@ typedef int uid_t;
typedef int gid_t;
# endif /* __BORLANDC__ */
typedef char *caddr_t;
-struct rlimit { };
-struct t_call { };
-struct t_bind { };
-struct t_info { };
-struct t_optmgmt { };
-struct t_discon { };
-struct t_unitdata { };
-struct t_uderr { };
-struct netbuf { };
-
-// This is for file descriptors.
-typedef HANDLE ACE_HANDLE;
-
-// For Win32 compatibility.
-typedef SOCKET ACE_SOCKET;
typedef DWORD ACE_exitcode;
-# define ACE_INVALID_HANDLE INVALID_HANDLE_VALUE
# define ACE_SYSCALL_FAILED 0xFFFFFFFF
// Needed to map calls to NT transparently.
@@ -3384,11 +3366,6 @@ protected:
// Number of waiting threads.
};
-// Provide compatibility with Windows NT.
-typedef int ACE_HANDLE;
-// For Win32 compatibility.
-typedef ACE_HANDLE ACE_SOCKET;
-
struct ACE_OVERLAPPED
{
u_long Internal;
@@ -3654,34 +3631,6 @@ typedef void (*__sighandler_t)(int); // keep Signal compilation happy
# include /**/ <alloca.h>
# endif /* ACE_HAS_ALLOCA_H */
-# if defined (ACE_HAS_TIUSER_H) || defined (ACE_HAS_XTI) || defined (ACE_HAS_FORE_ATM_XTI)
-# if defined (ACE_HAS_BROKEN_XTI_MACROS)
-# undef TCP_NODELAY
-# undef TCP_MAXSEG
-# endif /* ACE_HAS_BROKEN_XTI_MACROS */
-# if defined (ACE_HAS_TIUSER_H_BROKEN_EXTERN_C)
-extern "C" {
-# endif /* ACE_HAS_TIUSER_H_BROKEN_EXTERN_C */
-# if defined (ACE_HAS_FORE_ATM_XTI)
-# include /**/ <fore_xti/xti_user_types.h>
-# include /**/ <fore_xti/xti.h>
-# include /**/ <fore_xti/xti_atm.h>
-# include /**/ <fore_xti/netatm/atm.h>
-# include /**/ <fore_xti/ans.h>
-# elif defined (ACE_HAS_TIUSER_H)
-# include /**/ <tiuser.h>
-# elif defined (ACE_HAS_SYS_XTI_H)
-# define class ace_xti_class
-# include /**/ <sys/xti.h>
-# undef class
-# else
-# include /**/ <xti.h>
-# endif /* ACE_HAS_FORE_ATM_XTI */
-# if defined (ACE_HAS_TIUSER_H_BROKEN_EXTERN_C)
-}
-# endif /* ACE_HAS_TIUSER_H_BROKEN_EXTERN_C */
-# endif /* ACE_HAS_TIUSER_H || ACE_HAS_XTI */
-
/* Set the proper handle type for dynamically-loaded libraries. */
/* Also define a default 'mode' for loading a library - the names and values */
/* differ between OSes, so if you write code that uses the mode, be careful */
@@ -3738,41 +3687,6 @@ extern "C" {
# endif /* defined (linux) || defined (AIX) || defined (SCO) */
# endif /* RLIMIT_NOFILE */
-# if !defined (ACE_HAS_TLI_PROTOTYPES)
-// Define ACE_TLI headers for systems that don't prototype them....
-extern "C"
-{
- int t_accept(int fildes, int resfd, struct t_call *call);
- char *t_alloc(int fildes, int struct_type, int fields);
- int t_bind(int fildes, struct t_bind *req, struct t_bind *ret);
- int t_close(int fildes);
- int t_connect(int fildes, struct t_call *sndcall,
- struct t_call *rcvcall);
- void t_error(const char *errmsg);
- int t_free(char *ptr, int struct_type);
- int t_getinfo(int fildes, struct t_info *info);
- int t_getname (int fildes, struct netbuf *namep, int type);
- int t_getstate(int fildes);
- int t_listen(int fildes, struct t_call *call);
- int t_look(int fildes);
- int t_open(char *path, int oflag, struct t_info *info);
- int t_optmgmt(int fildes, struct t_optmgmt *req,
- struct t_optmgmt *ret);
- int t_rcv(int fildes, char *buf, u_int nbytes, int *flags);
- int t_rcvconnect(int fildes, struct t_call *call);
- int t_rcvdis(int fildes, struct t_discon *discon);
- int t_rcvrel(int fildes);
- int t_rcvudata(int fildes, struct t_unitdata *unitdata, int *flags);
- int t_rcvuderr(int fildes, struct t_uderr *uderr);
- int t_snd(int fildes, const char *buf, u_int nbytes, int flags);
- int t_snddis(int fildes, struct t_call *call);
- int t_sndrel(int fildes);
- int t_sndudata(int fildes, struct t_unitdata *unitdata);
- int t_sync(int fildes);
- int t_unbind(int fildes);
-}
-# endif /* !ACE_HAS_TLI_PROTOTYPES */
-
# if defined (ACE_LACKS_MMAP)
# define PROT_READ 0
# define PROT_WRITE 0
@@ -4386,17 +4300,6 @@ private:
// Type of the extended signal handler.
typedef void (*ACE_Sig_Handler_Ex) (int, siginfo_t *siginfo, ucontext_t *ucontext);
-// If the xti.h file redefines the function names, do it now, else
-// when the functigon definitions are encountered, they won't match the
-// declaration here.
-
-# if defined (ACE_REDEFINES_XTI_FUNCTIONS)
-# include /**/ <xti.h>
-# if defined (UNIXWARE_2_0) /* They apparantly forgot one... */
-extern "C" int _xti_error(char *);
-# endif /* UNIXWARE */
-# endif /* ACE_REDEFINES_XTI_FUNCTIONS */
-
// = The ACE_Sched_Priority type should be used for platform-
// independent thread and process priorities, by convention.
// int should be used for OS-specific priorities.
@@ -5182,7 +5085,8 @@ private:
class ACE_Export ACE_OS
: public ACE_OS_Dirent,
public ACE_OS_String,
- public ACE_OS_Memory
+ public ACE_OS_Memory,
+ public ACE_OS_TLI
{
// = TITLE
// This class defines an OS independent programming API that
@@ -6122,63 +6026,6 @@ public:
const WChar *,
size_t len);
- // = A set of wrappers for TLI.
- static int t_accept (ACE_HANDLE fildes,
- int resfd,
- struct t_call
- *call);
- static char *t_alloc (ACE_HANDLE fildes,
- int struct_type,
- int
- fields);
- static int t_bind (ACE_HANDLE fildes,
- struct t_bind *req,
- struct
- t_bind *ret);
- static int t_close (ACE_HANDLE fildes);
- static int t_connect(int fildes,
- struct t_call *sndcall,
- struct t_call *rcvcall);
- static void t_error (const char *errmsg);
- static int t_free (char *ptr,
- int struct_type);
- static int t_getinfo (ACE_HANDLE fildes,
- struct t_info *info);
- static int t_getname (ACE_HANDLE fildes,
- struct netbuf *namep,
- int type);
- static int t_getstate (ACE_HANDLE fildes);
- static int t_listen (ACE_HANDLE fildes,
- struct t_call *call);
- static int t_look (ACE_HANDLE fildes);
- static int t_open (char *path,
- int oflag,
- struct t_info *info);
- static int t_optmgmt (ACE_HANDLE fildes,
- struct t_optmgmt *req,
- struct t_optmgmt *ret);
- static int t_rcv (ACE_HANDLE fildes,
- char *buf,
- u_int nbytes,
- int *flags);
- static int t_rcvdis (ACE_HANDLE fildes,
- struct t_discon *discon);
- static int t_rcvrel (ACE_HANDLE fildes);
- static int t_rcvudata (ACE_HANDLE fildes,
- struct t_unitdata *unitdata,
- int *flags);
- static int t_rcvuderr (ACE_HANDLE fildes,
- struct t_uderr *uderr);
- static int t_snd (ACE_HANDLE fildes,
- const char *buf,
- u_int nbytes,
- int flags);
- static int t_snddis (ACE_HANDLE fildes,
- struct t_call *call);
- static int t_sndrel (ACE_HANDLE fildes);
- static int t_sync (ACE_HANDLE fildes);
- static int t_unbind (ACE_HANDLE fildes);
-
# if 0
// = A set of wrappers for threads (these are portable since they use the ACE_Thread_ID).
static int thr_continue (const ACE_Thread_ID &thread);
diff --git a/ace/OS.i b/ace/OS.i
index 5e39d68764b..57be949f036 100644
--- a/ace/OS.i
+++ b/ace/OS.i
@@ -7667,367 +7667,6 @@ ACE_OS::poll (struct pollfd *pollfds, u_long len, const ACE_Time_Value &timeout)
#endif /* ACE_HAS_POLL */
}
-ACE_INLINE int
-ACE_OS::t_accept (ACE_HANDLE handle, int reshandle,
- struct t_call *call)
-{
- ACE_TRACE ("ACE_OS::t_accept");
-#if defined (ACE_HAS_TLI)
- ACE_OSCALL_RETURN (::t_accept (handle, reshandle, call), int, -1);
-#else
- ACE_UNUSED_ARG (call);
- ACE_UNUSED_ARG (reshandle);
- ACE_UNUSED_ARG (handle);
-
- ACE_NOTSUP_RETURN (-1);
-#endif /* ACE_HAS_TLI */
-}
-
-ACE_INLINE char *
-ACE_OS::t_alloc (ACE_HANDLE handle, int struct_type,
- int fields)
-{
- ACE_TRACE ("ACE_OS::t_alloc");
-#if defined (ACE_HAS_TLI)
- ACE_OSCALL_RETURN (::t_alloc (handle, struct_type, fields),
- char *, 0);
-#else
- ACE_UNUSED_ARG (fields);
- ACE_UNUSED_ARG (struct_type);
- ACE_UNUSED_ARG (handle);
-
- ACE_NOTSUP_RETURN (0);
-#endif /* ACE_HAS_TLI */
-}
-
-ACE_INLINE int
-ACE_OS::t_bind (ACE_HANDLE handle, struct t_bind *req,
- struct t_bind *ret)
-{
- ACE_TRACE ("ACE_OS::t_bind");
-#if defined (ACE_HAS_TLI)
- ACE_OSCALL_RETURN (::t_bind (handle, req, ret), int, -1);
-#else
- ACE_UNUSED_ARG (ret);
- ACE_UNUSED_ARG (req);
- ACE_UNUSED_ARG (handle);
-
- ACE_NOTSUP_RETURN (-1);
-#endif /* ACE_HAS_TLI */
-}
-
-ACE_INLINE int
-ACE_OS::t_close (ACE_HANDLE handle)
-{
- ACE_TRACE ("ACE_OS::t_close");
-#if defined (ACE_HAS_TLI)
- ACE_OSCALL_RETURN (::t_close (handle), int, -1);
-#else
- ACE_UNUSED_ARG (handle);
-
- ACE_NOTSUP_RETURN (-1);
-#endif /* ACE_HAS_TLI */
-}
-
-ACE_INLINE int
-ACE_OS::t_connect(int fildes,
- struct t_call *sndcall,
- struct t_call *rcvcall)
-{
- ACE_TRACE ("ACE_OS::t_connect");
-#if defined (ACE_HAS_TLI)
- ACE_OSCALL_RETURN (::t_connect (fildes, sndcall, rcvcall), int, -1);
-#else
- ACE_UNUSED_ARG (fildes);
- ACE_UNUSED_ARG (sndcall);
- ACE_UNUSED_ARG (rcvcall);
-
- ACE_NOTSUP_RETURN (-1);
-#endif /* ACE_HAS_TLI */
-}
-
-ACE_INLINE void
-ACE_OS::t_error (const char *errmsg)
-{
- ACE_TRACE ("ACE_OS::t_error");
-#if defined (ACE_HAS_TLI)
-#if defined (ACE_HAS_BROKEN_T_ERROR)
- ::t_error (ACE_const_cast (char *, errmsg));
-#else
- ::t_error (errmsg);
-#endif /* ACE_HAS_BROKEN_T_ERROR */
-#else
- ACE_UNUSED_ARG (errmsg);
-#endif /* ACE_HAS_TLI */
-}
-
-ACE_INLINE int
-ACE_OS::t_free (char *ptr, int struct_type)
-{
- ACE_TRACE ("ACE_OS::t_free");
-#if defined (ACE_HAS_TLI)
- if (ptr == 0)
- return 0;
- ACE_OSCALL_RETURN (::t_free (ptr, struct_type), int, -1);
-#else
- ACE_UNUSED_ARG (struct_type);
- ACE_UNUSED_ARG (ptr);
-
- ACE_NOTSUP_RETURN (-1);
-#endif /* ACE_HAS_TLI */
-}
-
-ACE_INLINE int
-ACE_OS::t_getinfo (ACE_HANDLE handle, struct t_info *info)
-{
- ACE_TRACE ("ACE_OS::t_getinfo");
-#if defined (ACE_HAS_TLI)
- ACE_OSCALL_RETURN (::t_getinfo (handle, info), int, -1);
-#else
- ACE_UNUSED_ARG (info);
- ACE_UNUSED_ARG (handle);
-
- ACE_NOTSUP_RETURN (-1);
-#endif /* ACE_HAS_TLI */
-}
-
-ACE_INLINE int
-ACE_OS::t_getname (ACE_HANDLE handle,
- struct netbuf *namep,
- int type)
-{
- ACE_TRACE ("ACE_OS::t_getname");
-#if defined (ACE_HAS_SVR4_TLI)
- ACE_OSCALL_RETURN (::t_getname (handle, namep, type), int, -1);
-#else
- ACE_UNUSED_ARG (handle);
- ACE_UNUSED_ARG (namep);
- ACE_UNUSED_ARG (type);
-
- ACE_NOTSUP_RETURN (-1);
-#endif /* ACE_HAS_SVR4_TLI */
-}
-
-ACE_INLINE int
-ACE_OS::t_getstate (ACE_HANDLE handle)
-{
- ACE_TRACE ("ACE_OS::t_getstate");
-#if defined (ACE_HAS_TLI)
- ACE_OSCALL_RETURN (::t_getstate (handle), int, -1);
-#else
- ACE_UNUSED_ARG (handle);
-
- ACE_NOTSUP_RETURN (-1);
-#endif /* ACE_HAS_TLI */
-}
-
-ACE_INLINE int
-ACE_OS::t_listen (ACE_HANDLE handle, struct t_call *call)
-{
- ACE_TRACE ("ACE_OS::t_listen");
-#if defined (ACE_HAS_TLI)
- ACE_OSCALL_RETURN (::t_listen (handle, call), int, -1);
-#else
- ACE_UNUSED_ARG (handle);
- ACE_UNUSED_ARG (call);
-
- ACE_NOTSUP_RETURN (-1);
-#endif /* ACE_HAS_TLI */
-}
-
-ACE_INLINE int
-ACE_OS::t_look (ACE_HANDLE handle)
-{
- ACE_TRACE ("ACE_OS::t_look");
-#if defined (ACE_HAS_TLI)
- ACE_OSCALL_RETURN (::t_look (handle), int, -1);
-#else
- ACE_UNUSED_ARG (handle);
-
- ACE_NOTSUP_RETURN (-1);
-#endif /* ACE_HAS_TLI */
-}
-
-ACE_INLINE int
-ACE_OS::t_open (char *path, int oflag, struct t_info *info)
-{
- ACE_TRACE ("ACE_OS::t_open");
-#if defined (ACE_HAS_TLI)
- ACE_OSCALL_RETURN (::t_open (path, oflag, info), int, -1);
-#else
- ACE_UNUSED_ARG (path);
- ACE_UNUSED_ARG (oflag);
- ACE_UNUSED_ARG (info);
-
- ACE_NOTSUP_RETURN (-1);
-#endif /* ACE_HAS_TLI */
-}
-
-ACE_INLINE int
-ACE_OS::t_optmgmt (ACE_HANDLE handle,
- struct t_optmgmt *req,
- struct t_optmgmt *ret)
-{
- ACE_TRACE ("ACE_OS::t_optmgmt");
-#if defined (ACE_HAS_TLI)
- ACE_OSCALL_RETURN (::t_optmgmt (handle, req, ret), int, -1);
-#else
- ACE_UNUSED_ARG (handle);
- ACE_UNUSED_ARG (req);
- ACE_UNUSED_ARG (ret);
-
- ACE_NOTSUP_RETURN (-1);
-#endif /* ACE_HAS_TLI */
-}
-
-ACE_INLINE int
-ACE_OS::t_rcv (ACE_HANDLE handle,
- char *buf,
- unsigned nbytes,
- int *flags)
-{
- ACE_TRACE ("ACE_OS::t_rcv");
-#if defined (ACE_HAS_TLI)
- ACE_OSCALL_RETURN (::t_rcv (handle, buf, nbytes, flags),
- int, -1);
-#else
- ACE_UNUSED_ARG (handle);
- ACE_UNUSED_ARG (buf);
- ACE_UNUSED_ARG (nbytes);
- ACE_UNUSED_ARG (flags);
-
- ACE_NOTSUP_RETURN (-1);
-#endif /* ACE_HAS_TLI */
-}
-
-ACE_INLINE int
-ACE_OS::t_rcvdis (ACE_HANDLE handle, struct t_discon *discon)
-{
- ACE_TRACE ("ACE_OS::t_rcvdis");
-#if defined (ACE_HAS_TLI)
- ACE_OSCALL_RETURN (::t_rcvdis (handle, discon), int, -1);
-#else
- ACE_UNUSED_ARG (handle);
- ACE_UNUSED_ARG (discon);
-
- ACE_NOTSUP_RETURN (-1);
-#endif /* ACE_HAS_TLI */
-}
-
-ACE_INLINE int
-ACE_OS::t_rcvrel (ACE_HANDLE handle)
-{
- ACE_TRACE ("ACE_OS::t_rcvrel");
-#if defined (ACE_HAS_TLI)
- ACE_OSCALL_RETURN (::t_rcvrel (handle), int, -1);
-#else
- ACE_UNUSED_ARG (handle);
-
- ACE_NOTSUP_RETURN (-1);
-#endif /* ACE_HAS_TLI */
-}
-
-ACE_INLINE int
-ACE_OS::t_rcvudata (ACE_HANDLE handle,
- struct t_unitdata *unitdata,
- int *flags)
-{
- ACE_TRACE ("ACE_OS::t_rcvudata");
-#if defined (ACE_HAS_TLI)
- ACE_OSCALL_RETURN (::t_rcvudata (handle, unitdata, flags),
- int, -1);
-#else
- ACE_UNUSED_ARG (handle);
- ACE_UNUSED_ARG (unitdata);
- ACE_UNUSED_ARG (flags);
-
- ACE_NOTSUP_RETURN (-1);
-#endif /* ACE_HAS_TLI */
-}
-
-ACE_INLINE int
-ACE_OS::t_rcvuderr (ACE_HANDLE handle, struct t_uderr *uderr)
-{
- ACE_TRACE ("ACE_OS::t_rcvuderr");
-#if defined (ACE_HAS_TLI)
- ACE_OSCALL_RETURN (::t_rcvuderr (handle, uderr), int, -1);
-#else
- ACE_UNUSED_ARG (handle);
- ACE_UNUSED_ARG (uderr);
-
- ACE_NOTSUP_RETURN (-1);
-#endif /* ACE_HAS_TLI */
-}
-
-ACE_INLINE int
-ACE_OS::t_snd (ACE_HANDLE handle, const char *buf, unsigned nbytes, int flags)
-{
- ACE_TRACE ("ACE_OS::t_snd");
-#if defined (ACE_HAS_TLI)
- ACE_OSCALL_RETURN (::t_snd (handle, (char *) buf, nbytes, flags), int, -1);
-#else
- ACE_UNUSED_ARG (handle);
- ACE_UNUSED_ARG (buf);
- ACE_UNUSED_ARG (nbytes);
- ACE_UNUSED_ARG (flags);
-
- ACE_NOTSUP_RETURN (-1);
-#endif /* ACE_HAS_TLI */
-}
-
-ACE_INLINE int
-ACE_OS::t_snddis (ACE_HANDLE handle, struct t_call *call)
-{
- ACE_TRACE ("ACE_OS::t_snddis");
-#if defined (ACE_HAS_TLI)
- ACE_OSCALL_RETURN (::t_snddis (handle, call), int, -1);
-#else
- ACE_UNUSED_ARG (handle);
- ACE_UNUSED_ARG (call);
-
- ACE_NOTSUP_RETURN (-1);
-#endif /* ACE_HAS_TLI */
-}
-
-ACE_INLINE int
-ACE_OS::t_sndrel (ACE_HANDLE handle)
-{
- ACE_TRACE ("ACE_OS::t_sndrel");
-#if defined (ACE_HAS_TLI)
- ACE_OSCALL_RETURN (::t_sndrel (handle), int, -1);
-#else
- ACE_UNUSED_ARG (handle);
-
- ACE_NOTSUP_RETURN (-1);
-#endif /* ACE_HAS_TLI */
-}
-
-ACE_INLINE int
-ACE_OS::t_sync (ACE_HANDLE handle)
-{
- ACE_TRACE ("ACE_OS::t_sync");
-#if defined (ACE_HAS_TLI)
- ACE_OSCALL_RETURN (::t_sync (handle), int, -1);
-#else
- ACE_UNUSED_ARG (handle);
-
- ACE_NOTSUP_RETURN (-1);
-#endif /* ACE_HAS_TLI */
-}
-
-ACE_INLINE int
-ACE_OS::t_unbind (ACE_HANDLE handle)
-{
- ACE_TRACE ("ACE_OS::t_unbind");
-#if defined (ACE_HAS_TLI)
- ACE_OSCALL_RETURN (::t_unbind (handle), int, -1);
-#else
- ACE_UNUSED_ARG (handle);
-
- ACE_NOTSUP_RETURN (-1);
-#endif /* ACE_HAS_TLI */
-}
-
ACE_INLINE char *
ACE_OS::compile (const char *instring, char *expbuf, char *endbuf)
{
diff --git a/ace/OS_TLI.cpp b/ace/OS_TLI.cpp
new file mode 100644
index 00000000000..0a8ad8269cc
--- /dev/null
+++ b/ace/OS_TLI.cpp
@@ -0,0 +1,13 @@
+// $Id$
+
+#include "ace/OS_TLI.h"
+
+ACE_RCSID(ace, OS_TLI, "$Id$")
+
+#if !defined (ACE_HAS_INLINED_OSCALLS)
+# include "ace/OS_TLI.inl"
+#else /* !ACE_HAS_INLINED_OSCALLS */
+#if defined (__hpux) && !defined (__GNUG__)
+static int shut_up_aCC = 0;
+#endif /* HPUX && !g++ */
+#endif /* !ACE_HAS_INLINED_OS_CALLS */
diff --git a/ace/OS_TLI.h b/ace/OS_TLI.h
new file mode 100644
index 00000000000..ac42e1d42fe
--- /dev/null
+++ b/ace/OS_TLI.h
@@ -0,0 +1,194 @@
+// -*- C++ -*-
+// $Id$
+
+// ============================================================================
+//
+// = LIBRARY
+// ace
+//
+// = FILENAME
+// OS_TLI.h
+//
+// = AUTHOR
+// (Originally in OS.h)
+// Doug Schmidt <schmidt@cs.wustl.edu>, Jesper S. M|ller
+// <stophph@diku.dk>, and a cast of thousands...
+//
+// ============================================================================
+
+#ifndef ACE_OS_TLI_H
+#define ACE_OS_TLI_H
+#include "ace/pre.h"
+
+#include "ace/config-all.h"
+#include "ace/OS_Export.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+# if defined (ACE_WIN32)
+// Win32 dummies to help compilation.
+struct rlimit { };
+struct t_call { };
+struct t_bind { };
+struct t_info { };
+struct t_optmgmt { };
+struct t_discon { };
+struct t_unitdata { };
+struct t_uderr { };
+struct netbuf { };
+
+# else /* !ACE_WIN32 */
+
+# if !defined (ACE_HAS_TLI_PROTOTYPES)
+
+// Define ACE_TLI headers for systems that don't prototype them....
+extern "C"
+{
+ int t_accept(int fildes, int resfd, struct t_call *call);
+ char *t_alloc(int fildes, int struct_type, int fields);
+ int t_bind(int fildes, struct t_bind *req, struct t_bind *ret);
+ int t_close(int fildes);
+ int t_connect(int fildes, struct t_call *sndcall,
+ struct t_call *rcvcall);
+ void t_error(const char *errmsg);
+ int t_free(char *ptr, int struct_type);
+ int t_getinfo(int fildes, struct t_info *info);
+ int t_getname (int fildes, struct netbuf *namep, int type);
+ int t_getstate(int fildes);
+ int t_listen(int fildes, struct t_call *call);
+ int t_look(int fildes);
+ int t_open(char *path, int oflag, struct t_info *info);
+ int t_optmgmt(int fildes, struct t_optmgmt *req,
+ struct t_optmgmt *ret);
+ int t_rcv(int fildes, char *buf, unsigned int nbytes, int *flags);
+ int t_rcvconnect(int fildes, struct t_call *call);
+ int t_rcvdis(int fildes, struct t_discon *discon);
+ int t_rcvrel(int fildes);
+ int t_rcvudata(int fildes, struct t_unitdata *unitdata, int *flags);
+ int t_rcvuderr(int fildes, struct t_uderr *uderr);
+ int t_snd(int fildes, const char *buf, unsigned int nbytes, int flags);
+ int t_snddis(int fildes, struct t_call *call);
+ int t_sndrel(int fildes);
+ int t_sndudata(int fildes, struct t_unitdata *unitdata);
+ int t_sync(int fildes);
+ int t_unbind(int fildes);
+}
+# endif /* !ACE_HAS_TLI_PROTOTYPES */
+
+# if defined (ACE_HAS_TIUSER_H) || defined (ACE_HAS_XTI) || defined (ACE_HAS_FORE_ATM_XTI)
+# if defined (ACE_HAS_BROKEN_XTI_MACROS)
+# undef TCP_NODELAY
+# undef TCP_MAXSEG
+# endif /* ACE_HAS_BROKEN_XTI_MACROS */
+# if defined (ACE_HAS_TIUSER_H_BROKEN_EXTERN_C)
+extern "C" {
+# endif /* ACE_HAS_TIUSER_H_BROKEN_EXTERN_C */
+# if defined (ACE_HAS_FORE_ATM_XTI)
+# include /**/ <fore_xti/xti_user_types.h>
+# include /**/ <fore_xti/xti.h>
+# include /**/ <fore_xti/xti_atm.h>
+# include /**/ <fore_xti/netatm/atm.h>
+# include /**/ <fore_xti/ans.h>
+# elif defined (ACE_HAS_TIUSER_H)
+# include /**/ <tiuser.h>
+# elif defined (ACE_HAS_SYS_XTI_H)
+# define class ace_xti_class
+# include /**/ <sys/xti.h>
+# undef class
+# else
+# include /**/ <xti.h>
+# endif /* ACE_HAS_FORE_ATM_XTI */
+# if defined (ACE_HAS_TIUSER_H_BROKEN_EXTERN_C)
+}
+# endif /* ACE_HAS_TIUSER_H_BROKEN_EXTERN_C */
+# endif /* ACE_HAS_TIUSER_H || ACE_HAS_XTI */
+# endif /* ACE_WIN32 */
+
+// If the xti.h file redefines the function names, do it now, else
+// when the function definitions are encountered, they won't match the
+// declaration here.
+
+# if defined (ACE_REDEFINES_XTI_FUNCTIONS)
+# include /**/ <xti.h>
+# if defined (UNIXWARE_2_0) /* They apparently forgot one... */
+extern "C" int _xti_error(char *);
+# endif /* UNIXWARE */
+# endif /* ACE_REDEFINES_XTI_FUNCTIONS */
+
+class ACE_OS_Export ACE_OS_TLI
+ // = TITLE
+ // This class is a wrapper for the TLI operations
+ //
+ // = DESCRIPTION
+{
+public:
+ // = A set of wrappers for TLI.
+ static int t_accept (ACE_HANDLE fildes,
+ int resfd,
+ struct t_call
+ *call);
+ static char *t_alloc (ACE_HANDLE fildes,
+ int struct_type,
+ int
+ fields);
+ static int t_bind (ACE_HANDLE fildes,
+ struct t_bind *req,
+ struct
+ t_bind *ret);
+ static int t_close (ACE_HANDLE fildes);
+ static int t_connect(int fildes,
+ struct t_call *sndcall,
+ struct t_call *rcvcall);
+ static void t_error (const char *errmsg);
+ static int t_free (char *ptr,
+ int struct_type);
+ static int t_getinfo (ACE_HANDLE fildes,
+ struct t_info *info);
+ static int t_getname (ACE_HANDLE fildes,
+ struct netbuf *namep,
+ int type);
+ static int t_getstate (ACE_HANDLE fildes);
+ static int t_listen (ACE_HANDLE fildes,
+ struct t_call *call);
+ static int t_look (ACE_HANDLE fildes);
+ static int t_open (char *path,
+ int oflag,
+ struct t_info *info);
+ static int t_optmgmt (ACE_HANDLE fildes,
+ struct t_optmgmt *req,
+ struct t_optmgmt *ret);
+ static int t_rcv (ACE_HANDLE fildes,
+ char *buf,
+ unsigned int nbytes,
+ int *flags);
+ static int t_rcvdis (ACE_HANDLE fildes,
+ struct t_discon *discon);
+ static int t_rcvrel (ACE_HANDLE fildes);
+ static int t_rcvudata (ACE_HANDLE fildes,
+ struct t_unitdata *unitdata,
+ int *flags);
+ static int t_rcvuderr (ACE_HANDLE fildes,
+ struct t_uderr *uderr);
+ static int t_snd (ACE_HANDLE fildes,
+ const char *buf,
+ unsigned int nbytes,
+ int flags);
+ static int t_snddis (ACE_HANDLE fildes,
+ struct t_call *call);
+ static int t_sndrel (ACE_HANDLE fildes);
+ static int t_sync (ACE_HANDLE fildes);
+ static int t_unbind (ACE_HANDLE fildes);
+};
+
+# if defined (ACE_HAS_INLINED_OSCALLS)
+# if defined (ACE_INLINE)
+# undef ACE_INLINE
+# endif /* ACE_INLINE */
+# define ACE_INLINE inline
+# include "ace/OS_TLI.inl"
+# endif /* ACE_HAS_INLINED_OSCALLS */
+
+#include "ace/post.h"
+#endif /* ACE_OS_TLI_H */
diff --git a/ace/OS_TLI.inl b/ace/OS_TLI.inl
new file mode 100644
index 00000000000..c185db995d4
--- /dev/null
+++ b/ace/OS_TLI.inl
@@ -0,0 +1,342 @@
+/* -*- C++ -*- */
+// $Id$
+
+ACE_INLINE int
+ACE_OS_TLI::t_accept (ACE_HANDLE handle, int reshandle,
+ struct t_call *call)
+{
+#if defined (ACE_HAS_TLI)
+ ACE_OSCALL_RETURN (::t_accept (handle, reshandle, call), int, -1);
+#else
+ ACE_UNUSED_ARG (call);
+ ACE_UNUSED_ARG (reshandle);
+ ACE_UNUSED_ARG (handle);
+
+ ACE_NOTSUP_RETURN (-1);
+#endif /* ACE_HAS_TLI */
+}
+
+ACE_INLINE char *
+ACE_OS_TLI::t_alloc (ACE_HANDLE handle, int struct_type,
+ int fields)
+{
+#if defined (ACE_HAS_TLI)
+ ACE_OSCALL_RETURN (::t_alloc (handle, struct_type, fields),
+ char *, 0);
+#else
+ ACE_UNUSED_ARG (fields);
+ ACE_UNUSED_ARG (struct_type);
+ ACE_UNUSED_ARG (handle);
+
+ ACE_NOTSUP_RETURN (0);
+#endif /* ACE_HAS_TLI */
+}
+
+ACE_INLINE int
+ACE_OS_TLI::t_bind (ACE_HANDLE handle, struct t_bind *req,
+ struct t_bind *ret)
+{
+#if defined (ACE_HAS_TLI)
+ ACE_OSCALL_RETURN (::t_bind (handle, req, ret), int, -1);
+#else
+ ACE_UNUSED_ARG (ret);
+ ACE_UNUSED_ARG (req);
+ ACE_UNUSED_ARG (handle);
+
+ ACE_NOTSUP_RETURN (-1);
+#endif /* ACE_HAS_TLI */
+}
+
+ACE_INLINE int
+ACE_OS_TLI::t_close (ACE_HANDLE handle)
+{
+#if defined (ACE_HAS_TLI)
+ ACE_OSCALL_RETURN (::t_close (handle), int, -1);
+#else
+ ACE_UNUSED_ARG (handle);
+
+ ACE_NOTSUP_RETURN (-1);
+#endif /* ACE_HAS_TLI */
+}
+
+ACE_INLINE int
+ACE_OS_TLI::t_connect(int fildes,
+ struct t_call *sndcall,
+ struct t_call *rcvcall)
+{
+#if defined (ACE_HAS_TLI)
+ ACE_OSCALL_RETURN (::t_connect (fildes, sndcall, rcvcall), int, -1);
+#else
+ ACE_UNUSED_ARG (fildes);
+ ACE_UNUSED_ARG (sndcall);
+ ACE_UNUSED_ARG (rcvcall);
+
+ ACE_NOTSUP_RETURN (-1);
+#endif /* ACE_HAS_TLI */
+}
+
+ACE_INLINE void
+ACE_OS_TLI::t_error (const char *errmsg)
+{
+#if defined (ACE_HAS_TLI)
+#if defined (ACE_HAS_BROKEN_T_ERROR)
+ ::t_error (ACE_const_cast (char *, errmsg));
+#else
+ ::t_error (errmsg);
+#endif /* ACE_HAS_BROKEN_T_ERROR */
+#else
+ ACE_UNUSED_ARG (errmsg);
+#endif /* ACE_HAS_TLI */
+}
+
+ACE_INLINE int
+ACE_OS_TLI::t_free (char *ptr, int struct_type)
+{
+#if defined (ACE_HAS_TLI)
+ if (ptr == 0)
+ return 0;
+ ACE_OSCALL_RETURN (::t_free (ptr, struct_type), int, -1);
+#else
+ ACE_UNUSED_ARG (struct_type);
+ ACE_UNUSED_ARG (ptr);
+
+ ACE_NOTSUP_RETURN (-1);
+#endif /* ACE_HAS_TLI */
+}
+
+ACE_INLINE int
+ACE_OS_TLI::t_getinfo (ACE_HANDLE handle, struct t_info *info)
+{
+#if defined (ACE_HAS_TLI)
+ ACE_OSCALL_RETURN (::t_getinfo (handle, info), int, -1);
+#else
+ ACE_UNUSED_ARG (info);
+ ACE_UNUSED_ARG (handle);
+
+ ACE_NOTSUP_RETURN (-1);
+#endif /* ACE_HAS_TLI */
+}
+
+ACE_INLINE int
+ACE_OS_TLI::t_getname (ACE_HANDLE handle,
+ struct netbuf *namep,
+ int type)
+{
+#if defined (ACE_HAS_SVR4_TLI)
+ ACE_OSCALL_RETURN (::t_getname (handle, namep, type), int, -1);
+#else
+ ACE_UNUSED_ARG (handle);
+ ACE_UNUSED_ARG (namep);
+ ACE_UNUSED_ARG (type);
+
+ ACE_NOTSUP_RETURN (-1);
+#endif /* ACE_HAS_SVR4_TLI */
+}
+
+ACE_INLINE int
+ACE_OS_TLI::t_getstate (ACE_HANDLE handle)
+{
+#if defined (ACE_HAS_TLI)
+ ACE_OSCALL_RETURN (::t_getstate (handle), int, -1);
+#else
+ ACE_UNUSED_ARG (handle);
+
+ ACE_NOTSUP_RETURN (-1);
+#endif /* ACE_HAS_TLI */
+}
+
+ACE_INLINE int
+ACE_OS_TLI::t_listen (ACE_HANDLE handle, struct t_call *call)
+{
+#if defined (ACE_HAS_TLI)
+ ACE_OSCALL_RETURN (::t_listen (handle, call), int, -1);
+#else
+ ACE_UNUSED_ARG (handle);
+ ACE_UNUSED_ARG (call);
+
+ ACE_NOTSUP_RETURN (-1);
+#endif /* ACE_HAS_TLI */
+}
+
+ACE_INLINE int
+ACE_OS_TLI::t_look (ACE_HANDLE handle)
+{
+#if defined (ACE_HAS_TLI)
+ ACE_OSCALL_RETURN (::t_look (handle), int, -1);
+#else
+ ACE_UNUSED_ARG (handle);
+
+ ACE_NOTSUP_RETURN (-1);
+#endif /* ACE_HAS_TLI */
+}
+
+ACE_INLINE int
+ACE_OS_TLI::t_open (char *path, int oflag, struct t_info *info)
+{
+#if defined (ACE_HAS_TLI)
+ ACE_OSCALL_RETURN (::t_open (path, oflag, info), int, -1);
+#else
+ ACE_UNUSED_ARG (path);
+ ACE_UNUSED_ARG (oflag);
+ ACE_UNUSED_ARG (info);
+
+ ACE_NOTSUP_RETURN (-1);
+#endif /* ACE_HAS_TLI */
+}
+
+ACE_INLINE int
+ACE_OS_TLI::t_optmgmt (ACE_HANDLE handle,
+ struct t_optmgmt *req,
+ struct t_optmgmt *ret)
+{
+#if defined (ACE_HAS_TLI)
+ ACE_OSCALL_RETURN (::t_optmgmt (handle, req, ret), int, -1);
+#else
+ ACE_UNUSED_ARG (handle);
+ ACE_UNUSED_ARG (req);
+ ACE_UNUSED_ARG (ret);
+
+ ACE_NOTSUP_RETURN (-1);
+#endif /* ACE_HAS_TLI */
+}
+
+ACE_INLINE int
+ACE_OS_TLI::t_rcv (ACE_HANDLE handle,
+ char *buf,
+ unsigned int nbytes,
+ int *flags)
+{
+#if defined (ACE_HAS_TLI)
+ ACE_OSCALL_RETURN (::t_rcv (handle, buf, nbytes, flags),
+ int, -1);
+#else
+ ACE_UNUSED_ARG (handle);
+ ACE_UNUSED_ARG (buf);
+ ACE_UNUSED_ARG (nbytes);
+ ACE_UNUSED_ARG (flags);
+
+ ACE_NOTSUP_RETURN (-1);
+#endif /* ACE_HAS_TLI */
+}
+
+ACE_INLINE int
+ACE_OS_TLI::t_rcvdis (ACE_HANDLE handle, struct t_discon *discon)
+{
+#if defined (ACE_HAS_TLI)
+ ACE_OSCALL_RETURN (::t_rcvdis (handle, discon), int, -1);
+#else
+ ACE_UNUSED_ARG (handle);
+ ACE_UNUSED_ARG (discon);
+
+ ACE_NOTSUP_RETURN (-1);
+#endif /* ACE_HAS_TLI */
+}
+
+ACE_INLINE int
+ACE_OS_TLI::t_rcvrel (ACE_HANDLE handle)
+{
+#if defined (ACE_HAS_TLI)
+ ACE_OSCALL_RETURN (::t_rcvrel (handle), int, -1);
+#else
+ ACE_UNUSED_ARG (handle);
+
+ ACE_NOTSUP_RETURN (-1);
+#endif /* ACE_HAS_TLI */
+}
+
+ACE_INLINE int
+ACE_OS_TLI::t_rcvudata (ACE_HANDLE handle,
+ struct t_unitdata *unitdata,
+ int *flags)
+{
+#if defined (ACE_HAS_TLI)
+ ACE_OSCALL_RETURN (::t_rcvudata (handle, unitdata, flags),
+ int, -1);
+#else
+ ACE_UNUSED_ARG (handle);
+ ACE_UNUSED_ARG (unitdata);
+ ACE_UNUSED_ARG (flags);
+
+ ACE_NOTSUP_RETURN (-1);
+#endif /* ACE_HAS_TLI */
+}
+
+ACE_INLINE int
+ACE_OS_TLI::t_rcvuderr (ACE_HANDLE handle, struct t_uderr *uderr)
+{
+#if defined (ACE_HAS_TLI)
+ ACE_OSCALL_RETURN (::t_rcvuderr (handle, uderr), int, -1);
+#else
+ ACE_UNUSED_ARG (handle);
+ ACE_UNUSED_ARG (uderr);
+
+ ACE_NOTSUP_RETURN (-1);
+#endif /* ACE_HAS_TLI */
+}
+
+ACE_INLINE int
+ACE_OS_TLI::t_snd (ACE_HANDLE handle,
+ const char *buf,
+ unsigned int nbytes,
+ int flags)
+{
+#if defined (ACE_HAS_TLI)
+ ACE_OSCALL_RETURN (::t_snd (handle, (char *) buf, nbytes, flags), int, -1);
+#else
+ ACE_UNUSED_ARG (handle);
+ ACE_UNUSED_ARG (buf);
+ ACE_UNUSED_ARG (nbytes);
+ ACE_UNUSED_ARG (flags);
+
+ ACE_NOTSUP_RETURN (-1);
+#endif /* ACE_HAS_TLI */
+}
+
+ACE_INLINE int
+ACE_OS_TLI::t_snddis (ACE_HANDLE handle, struct t_call *call)
+{
+#if defined (ACE_HAS_TLI)
+ ACE_OSCALL_RETURN (::t_snddis (handle, call), int, -1);
+#else
+ ACE_UNUSED_ARG (handle);
+ ACE_UNUSED_ARG (call);
+
+ ACE_NOTSUP_RETURN (-1);
+#endif /* ACE_HAS_TLI */
+}
+
+ACE_INLINE int
+ACE_OS_TLI::t_sndrel (ACE_HANDLE handle)
+{
+#if defined (ACE_HAS_TLI)
+ ACE_OSCALL_RETURN (::t_sndrel (handle), int, -1);
+#else
+ ACE_UNUSED_ARG (handle);
+
+ ACE_NOTSUP_RETURN (-1);
+#endif /* ACE_HAS_TLI */
+}
+
+ACE_INLINE int
+ACE_OS_TLI::t_sync (ACE_HANDLE handle)
+{
+#if defined (ACE_HAS_TLI)
+ ACE_OSCALL_RETURN (::t_sync (handle), int, -1);
+#else
+ ACE_UNUSED_ARG (handle);
+
+ ACE_NOTSUP_RETURN (-1);
+#endif /* ACE_HAS_TLI */
+}
+
+ACE_INLINE int
+ACE_OS_TLI::t_unbind (ACE_HANDLE handle)
+{
+#if defined (ACE_HAS_TLI)
+ ACE_OSCALL_RETURN (::t_unbind (handle), int, -1);
+#else
+ ACE_UNUSED_ARG (handle);
+
+ ACE_NOTSUP_RETURN (-1);
+#endif /* ACE_HAS_TLI */
+}
diff --git a/ace/ace-dll.icc b/ace/ace-dll.icc
index 210cd518285..6d196be26c4 100644
--- a/ace/ace-dll.icc
+++ b/ace/ace-dll.icc
@@ -174,6 +174,7 @@ option
'OS_Dirent.h',
'OS_Memory.h',
'OS_String.h',
+ 'OS_TLI.h',
'Pair.h',
'Pair_T.h',
'Parse_Node.h',
@@ -363,6 +364,7 @@ option
source type(cpp) "OS_Dirent.cpp"
source type(cpp) "OS_Memory.cpp"
source type(cpp) "OS_String.cpp"
+ source type(cpp) "OS_TLI.cpp"
source type(cpp) "Pair.cpp"
source type(cpp) "Parse_Node.cpp"
source type(cpp) "Pipe.cpp"
diff --git a/ace/ace-lib.icc b/ace/ace-lib.icc
index dd3405bff07..1663a3874ee 100644
--- a/ace/ace-lib.icc
+++ b/ace/ace-lib.icc
@@ -100,6 +100,7 @@ option
source type(cpp) "OS_Dirent.cpp"
source type(cpp) "OS_Memory.cpp"
source type(cpp) "OS_String.cpp"
+ source type(cpp) "OS_TLI.cpp"
source type(cpp) "Pair.cpp"
source type(cpp) "Parse_Node.cpp"
source type(cpp) "Pipe.cpp"
diff --git a/ace/ace.icc b/ace/ace.icc
index 4486b4fe999..cbcc4f325b8 100755
--- a/ace/ace.icc
+++ b/ace/ace.icc
@@ -79,6 +79,7 @@ option
source type (cpp) "OS_Dirent.cpp"
source type (cpp) "OS_Memory.cpp"
source type (cpp) "OS_String.cpp"
+ source type (cpp) "OS_TLI.cpp"
source type (cpp) "Parse_Node.cpp"
source type (cpp) "Pipe.cpp"
source type (cpp) "Proactor.cpp"
diff --git a/ace/ace_dll.dsp b/ace/ace_dll.dsp
index bb322f246e4..692870ebd27 100644
--- a/ace/ace_dll.dsp
+++ b/ace/ace_dll.dsp
@@ -1950,6 +1950,25 @@ SOURCE=.\OS_String.cpp
# End Source File
# Begin Source File
+SOURCE=.\OS_TLI.cpp
+
+!IF "$(CFG)" == "ACE DLL - Win32 Alpha Release"
+
+!ELSEIF "$(CFG)" == "ACE DLL - Win32 Alpha Debug"
+
+!ELSEIF "$(CFG)" == "ACE DLL - Win32 MFC Release"
+
+!ELSEIF "$(CFG)" == "ACE DLL - Win32 MFC Debug"
+
+!ELSEIF "$(CFG)" == "ACE DLL - Win32 Release"
+
+!ELSEIF "$(CFG)" == "ACE DLL - Win32 Debug"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
SOURCE=.\Pair.cpp
!IF "$(CFG)" == "ACE DLL - Win32 Alpha Release"
@@ -4241,6 +4260,10 @@ SOURCE=.\OS_String.h
# End Source File
# Begin Source File
+SOURCE=.\OS_TLI.h
+# End Source File
+# Begin Source File
+
SOURCE=.\Pair.h
# End Source File
# Begin Source File
@@ -5113,6 +5136,10 @@ SOURCE=.\OS_String.inl
# End Source File
# Begin Source File
+SOURCE=.\OS_TLI.inl
+# End Source File
+# Begin Source File
+
SOURCE=.\Pair_T.i
# End Source File
# Begin Source File
diff --git a/ace/ace_lib.dsp b/ace/ace_lib.dsp
index e1656a13b02..ff101425a3f 100644
--- a/ace/ace_lib.dsp
+++ b/ace/ace_lib.dsp
@@ -1906,6 +1906,25 @@ SOURCE=.\OS_String.cpp
# End Source File
# Begin Source File
+SOURCE=.\OS_TLI.cpp
+
+!IF "$(CFG)" == "ACE LIB - Win32 Alpha Static Release"
+
+!ELSEIF "$(CFG)" == "ACE LIB - Win32 Alpha Static Debug"
+
+!ELSEIF "$(CFG)" == "ACE LIB - Win32 Pharlap ETS Static Release"
+
+!ELSEIF "$(CFG)" == "ACE LIB - Win32 Pharlap ETS Static Debug"
+
+!ELSEIF "$(CFG)" == "ACE LIB - Win32 Static Release"
+
+!ELSEIF "$(CFG)" == "ACE LIB - Win32 Static Debug"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
SOURCE=.\Pair.cpp
!IF "$(CFG)" == "ACE LIB - Win32 Alpha Static Release"
@@ -4197,6 +4216,10 @@ SOURCE=.\OS_String.h
# End Source File
# Begin Source File
+SOURCE=.\OS_TLI.h
+# End Source File
+# Begin Source File
+
SOURCE=.\Pair.h
# End Source File
# Begin Source File
@@ -5073,6 +5096,10 @@ SOURCE=.\OS_String.inl
# End Source File
# Begin Source File
+SOURCE=.\OS_TLI.inl
+# End Source File
+# Begin Source File
+
SOURCE=.\Pair_T.i
# End Source File
# Begin Source File
diff --git a/ace/config-all.h b/ace/config-all.h
index b4f75722c84..dbd1b3f042e 100644
--- a/ace/config-all.h
+++ b/ace/config-all.h
@@ -465,6 +465,24 @@ extern "C"
}
// ============================================================================
+// Fundamental types
+// ============================================================================
+
+#if defined (ACE_WIN32)
+
+typedef HANDLE ACE_HANDLE;
+typedef SOCKET ACE_SOCKET;
+# define ACE_INVALID_HANDLE INVALID_HANDLE_VALUE
+
+#else /* ! ACE_WIN32 */
+
+typedef int ACE_HANDLE;
+typedef ACE_HANDLE ACE_SOCKET;
+# define ACE_INVALID_HANDLE -1
+
+#endif /* ACE_WIN32 */
+
+// ============================================================================
// Miscellaneous macros
// ============================================================================