summaryrefslogtreecommitdiff
path: root/html/index.html
blob: 85df92f44c03792e5b5853f59a35fe728a952f76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
  <!-- $Id$ -->
  <head>
    <title>ACE+TAO Documentation</title>
    <LINK href="doxygen.css" rel="stylesheet" type="text/css">
  </head>

  <body>

    <CENTER>
      <h1>ACE+TAO Documentation</h1>
    </CENTER>

    <P>Documentation is separated by components:
    </P>

    <UL>
      <LI><P><A HREF="ace/index.html">
	    The ACE library
	  </A>
	</P>
      </LI>
      <LI><P><A HREF="ace/ssl/index.html">ACE SSL Adapters
	  </A>
	</P>
      </LI>
      <LI><P><A HREF="ace/rmcast/index.html">ACE Reliable Multicast
	    components
	  </A>
	</P>
      </LI>
      <LI><P><A HREF="ace/QoS/index.html">ACE Components for
	    QoS-enabled networking APIs.
	  </A>
	</P>
      </LI>
      <LI><P><A HREF="tao/index.html">
	    The TAO library and components
	  </A>
	</P>
      </LI>
      <LI><P><A HREF="tao/portableserver/index.html">TAO_PortableServer:
	  </A>
	  TAO's Portable Object Adapter
	</P>
      </LI>
      <LI><P><A HREF="tao/dynamicany/index.html">TAO_DynamicAny:
	  </A>
	  TAO's implementation of Dynamic Anys.
	</P>
      </LI>
      <LI><P><A HREF="tao/dynamicinterface/index.html">TAO_DynamicInterface:
	  </A>
	  TAO's implementation of DII/DSI.
	</P>
      </LI>
      <LI><P><A HREF="tao/smartproxies/index.html">TAO_SmartProxies:
	  </A>
	  TAO's smart proxies support library.
	</P>
      </LI>
      <LI><P><A HREF="tao/iormanipulation/index.html">TAO_IORManipulation:
	  </A>
	  TAO extension to manipulate IORs.
	</P>
      </LI>
      <LI><P><A HREF="tao/iortable/index.html">TAO_IORTable:
	  </A>
	  TAO's ad-hoc adapter for simple Object Keys.
	</P>
      </LI>
      <LI><P><A HREF="tao/strategies/index.html">TAO_Strategies:
	  </A>
	  Additional configuration options and protocols for TAO.
	</P>
      </LI>
    </UL>

    <hr>
    <UL>
      <LI><P><A HREF="tao/implrepo_service/index.html">
            Implementation Repository:
	  </A>
	  TAO's object activation daemon.
	</P>
      </LI>
      <LI><P><A HREF="tao/esf/index.html">TAO_ESF:
	  </A>
	  TAO's Event Service Framework,
	  a collection of template classes used to implement TAO Event
	  Services.
	</P>
      </LI>
      <LI><P><A HREF="tao/rtevent/index.html">TAO_RTEvent:
	  </A>
	  TAO's RT Event Service implementation.
	</P>
      </LI>
      <LI><P><A HREF="tao/av/index.html">TAO_AV:
	  </A>
	  TAO's Audio/Video Streaming Service implementation.
	</P>
      </LI>
      <LI><P><A HREF="tao/ssliop/index.html">TAO_SSLIOP: 
	  </A>
	  TAO's SSLIOP protocol implementation.
	</P>
      </LI>
    </UL>

  </body>
</html>