summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/External/Utility/Documentation/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/External/Utility/Documentation/index.html')
-rw-r--r--TAO/CIAO/CCF/External/Utility/Documentation/index.html92
1 files changed, 0 insertions, 92 deletions
diff --git a/TAO/CIAO/CCF/External/Utility/Documentation/index.html b/TAO/CIAO/CCF/External/Utility/Documentation/index.html
deleted file mode 100644
index be5667c86f8..00000000000
--- a/TAO/CIAO/CCF/External/Utility/Documentation/index.html
+++ /dev/null
@@ -1,92 +0,0 @@
-<!--
-// $Id$
--->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<!--
-
-file : Documentation/index.html
-author : Boris Kolpackov <boris@kolpackov.net>
-copyright : Copyright (c) 2003 Boris Kolpackov
-license : http://kolpackov.net/license.html
-
--->
-
-<html>
-
-<head>
-
- <title>Utility library</title>
-
- <meta name="author" content="Boris Kolpackov"/>
- <meta name="copyright" content="&copy; 2001-2003 Boris Kolpackov"/>
- <meta name="keywords" content="C++,utility,exception,handling,model,reference,counting,thread,synchronization"/>
- <meta name="description" content="Utility library"/>
- <meta http-equiv="Content-Language" content="en"/>
-
- <style type="text/css">
- body {
- font-family : arial,sans-serif;
- font-size : 10pt;
- }
-
- h1 {
- font-size : 12pt;
- }
-
- </style>
-
-</head>
-
-<body>
-
-<div align="center">
-<table width="700" border="0" cellspacing="0" cellpadding="0">
-<tr>
-<td>
-
-<p>
-Utility library is a place for generic C++ facilities that I found useful
-in more than one project.
-
-Here you can download the
-<a href="http://kolpackov.net/projects/Utility/Download.html">
-latest version of the library</a>.
-
-Licensing information is provided as a separate page,
-<a href="http://kolpackov.net/license.html">license</a>.
-
-For updates check out <a href="News.html">news section</a>.</p>
-
-<H1>Supported Platforms</H1>
-
-<p>
-For the time being I test Utility library with at least GNU G++ on Linux and
-Compaq (Digital) C++ (-std strict_ansi) on Tru64 UNIX. It also should compile
-and work fine with any decent C++ compiler. Also note that I don't have any
-plans to bloat source code in attempt to support broken compilers.</p>
-
-<H1>How to Build</H1>
-
-<p>
-Utility library itself consists of header and inline files so you don't actually need
-to build anything to start using it. In order to build tests or examples
-you will need at least GNU make.</p>
-
-<H1>Content</H1>
-
-<p>Currently Utility library contains the following sub-libraries:</p>
-
-<blockquote>
- <p><a href="ExH/index.html">Exception Handling Library (Utility::ExH)</a></p>
- <p><a href="ReferenceCounting/index.html">Reference Counting Library (Utility::ReferenceCounting)</a></p>
- <p><a href="Synch/index.html">Synchronization Library (Utility::Synch)</a></p>
-</blockquote>
-
-</td>
-</tr>
-</table>
-</div>
-</body>
-</html>