summaryrefslogtreecommitdiff
path: root/cpp/doc/manual.sgml
blob: 5de74f59d2de5b8637bd8af279e9973edd9a93d1 (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
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [

<!ENTITY Slice "<phrase>Slice</phrase>">
<!ENTITY Ice "<phrase>Ice</phrase>">
<!ENTITY IceSSL "<phrase>IceSSL</phrase>">
<!ENTITY IcePack "<phrase>IcePack</phrase>">
<!ENTITY IceBox "<phrase>IceBox</phrase>">
<!ENTITY IceStorm "<phrase>IceStorm</phrase>">
<!ENTITY IcePatch2 "<phrase>IcePatch2</phrase>">
<!ENTITY Glacier2 "<phrase>Glacier2</phrase>">
<!ENTITY Freeze "<phrase>Freeze</phrase>">

<!ENTITY SliceDoc SYSTEM "SliceDoc.sgml">
<!ENTITY Properties SYSTEM "Properties.sgml">
<!ENTITY ProxiesEndpoints SYSTEM "ProxiesEndpoints.sgml">

]>

<!--
 **********************************************************************

 Copyright (c) 2003-2004 ZeroC, Inc. All rights reserved.

 This copy of Ice is licensed to you under the terms described in the
 ICE_LICENSE file included in this distribution.

 **********************************************************************
-->

<book><?dbhtml filename="index.html">
<bookinfo>
<title>Ice Reference Manual</title>
<publisher>
<publishername>ZeroC, Inc.</publishername>
<address>
<city>North Palm Beach</city>
<state>Florida</state>
<country>USA</country>
</address>
</publisher>
<copyright>
<year>2003</year>
<holder>ZeroC, Inc. All rights reserved.</holder>
</copyright>
</bookinfo>
<chapter>
<title>Slice Documentation</title>
&SliceDoc;
</chapter>
<chapter>
<title>Properties</title>
&Properties;
</chapter>
<chapter>
<title>Proxies and Endpoints</title>
&ProxiesEndpoints;
</chapter>
</book>