summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-11 19:42:02 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-11 19:42:02 +0000
commit815660d2d5cd64e44b95759c20676bb274d8a25a (patch)
tree66c6e6462a2aeb270c2a7fb02b63923b1e77021b /docs
parent356feb7e51f4e42b3850d0da2a633249eb5c8aea (diff)
downloadATCD-815660d2d5cd64e44b95759c20676bb274d8a25a.tar.gz
*** empty log message ***
Diffstat (limited to 'docs')
-rw-r--r--docs/ACE-subsets.html45
1 files changed, 28 insertions, 17 deletions
diff --git a/docs/ACE-subsets.html b/docs/ACE-subsets.html
index a6bc60e8457..8edca93105b 100644
--- a/docs/ACE-subsets.html
+++ b/docs/ACE-subsets.html
@@ -39,61 +39,72 @@ following libraries: <P>
<DL>
-<DT> <img alt="o" src="gifs/misc/redball.gif"> <CODE>libACE_OS</CODE>
--- This library contains the OS adaptation layer and its supporting
-classes. All other ACE libraries will depend on
-<CODE>libACE_OS</CODE> and it will depend on <EM>no</EM> other ACE
+<DT> <img alt="o"
+src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif">
+<CODE>libACE_OS</CODE> -- This library contains the OS adaptation
+layer and its supporting classes. All other ACE libraries will depend
+on <CODE>libACE_OS</CODE> and it will depend on <EM>no</EM> other ACE
libraries. <P>
-<DT> <img alt="o" src="gifs/misc/redball.gif">
+<DT> <img alt="o"
+src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif">
<CODE>libACE_Utils</CODE> -- This library contains the various ACE
container classes and other miscellaneous classes, such as Singleton,
auto_ptr, timers, etc. This library will depend only on
<CODE>libACE_OS</CODE>.<P>
-<DT> <img alt="o" src="gifs/misc/redball.gif">
+<DT> <img alt="o"
+src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif">
<CODE>libACE_Logging</CODE> -- This library contains the various ACE
logging and tracing classes. This library will depend only on
<CODE>libACE_OS</CODE>. <P>
-<DT> <img alt="o" src="gifs/misc/redball.gif">
+<DT> <img alt="o"
+src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif">
<CODE>libACE_Threads</CODE> -- This library contains the ACE
thread/process management and synchronization classes. This library
will depend only on <CODE>libACE_OS</CODE>. <P>
-<DT> <img alt="o" src="gifs/misc/redball.gif">
+<DT> <img alt="o"
+src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif">
<CODE>libACE_Demux</CODE> -- This library contains the ACE Reactor and
Proactor classes. This library will depend on <CODE>libACE_OS</CODE>
and <CODE>libACE_Thread</CODE>. <P>
-<DT> <img alt="o" src="gifs/misc/redball.gif">
+<DT> <img alt="o"
+src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif">
<CODE>libACE_Connection</CODE> -- This library contains the ACE
Connection components, i.e., Acceptor, Connector, and Svc_Handler.
This library will depend on <CODE>libACE_OS</CODE>,
<CODE>libACE_Thread</CODE>, and <CODE>libACE_Demux</CODE>. <P>
-<DT> <img alt="o" src="gifs/misc/redball.gif">
+<DT> <img alt="o"
+src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif">
<CODE>libACE_Sockets</CODE> -- This library contains the ACE C++
wrappers for sockets. This library will depend on
<CODE>libACE_OS</CODE>. <P>
-<DT> <img alt="o" src="gifs/misc/redball.gif"> <CODE>libACE_IPC</CODE>
--- This library contains all the ACE C++ wrappers for the other types
-of IPC and FILE I/O other than sockets. This library will depend on
-<CODE>libACE_OS</CODE> and <CODE>libACE_Sockets</CODE>. <P>
+<DT> <img alt="o"
+src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif">
+<CODE>libACE_IPC</CODE> -- This library contains all the ACE C++
+wrappers for the other types of IPC and FILE I/O other than sockets.
+This library will depend on <CODE>libACE_OS</CODE> and
+<CODE>libACE_Sockets</CODE>. <P>
-<DT> <img alt="o" src="gifs/misc/redball.gif">
+<DT> <img alt="o"
+src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif">
<CODE>libACE_Svcconf</CODE> -- This library contains the ACE C++
wrappers for the Service Configurator. This library will depend on
<CODE>libACE_OS</CODE>, <CODE>libACE_Demux</CODE>,
<CODE>libACE_Thread</CODE>, and <CODE>libACE_Sockets</CODE>. <P>
-<DT> <img alt="o" src="gifs/misc/redball.gif">
+<DT> <img alt="o" src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif">
<CODE>libACE_Streams</CODE> -- This library contains the ACE Streams
classes. This library will depend on <CODE>libACE_OS</CODE>,
<CODE>libACE_Demux</CODE>, and <CODE>libACE_Thread</CODE>. <P>
-<DT> <img alt="o" src="gifs/misc/redball.gif">
+<DT> <img alt="o"
+src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif">
<CODE>libACE_Memory</CODE> -- This library contains the ACE C++
wrappers for shared memory and memory-mapped files. This library will
depend on <CODE>libACE_OS</CODE>.<P>