summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/External/Utility/Documentation/ReferenceCounting/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/External/Utility/Documentation/ReferenceCounting/index.html')
-rw-r--r--TAO/CIAO/CCF/External/Utility/Documentation/ReferenceCounting/index.html82
1 files changed, 0 insertions, 82 deletions
diff --git a/TAO/CIAO/CCF/External/Utility/Documentation/ReferenceCounting/index.html b/TAO/CIAO/CCF/External/Utility/Documentation/ReferenceCounting/index.html
deleted file mode 100644
index d2cbbb10dc0..00000000000
--- a/TAO/CIAO/CCF/External/Utility/Documentation/ReferenceCounting/index.html
+++ /dev/null
@@ -1,82 +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/ReferenceCounting/index.html
-author : Boris Kolpackov <boris@kolpackov.net>
-copyright : Copyright (c) 2003 Boris Kolpackov
-license : http://kolpackov.net/license.html
-
--->
-
-<html>
-
-<head>
-
- <title>Utility::ReferenceCounting</title>
-
- <meta name="author" content="Boris Kolpackov"/>
- <meta name="copyright" content="&copy; 2001-2003 Boris Kolpackov"/>
- <meta name="keywords" content="C++,utility,reference,counting"/>
- <meta name="description" content="Utility::ReferenceCounting"/>
- <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>
-
-
-<H1>Utility::ReferenceCounting</H1>
-
-<p>ReferenceCounting library provides basic building blocks for
-reference-countable objects. Implementation is modelled after CORBA
-IDL-to-C++ mapping's reference-countable objects and significantly
-extended.
-
-<!--
-For a quick overview of the basic idea you
-may want to look at these examples:</p>
-
-<blockquote>
- <p><a href="Test/DefaultImpl/default_impl.cpp.html">default_impl.cpp</a></p>
- <p><a href="Test/SmartPtr/smart_ptr.cpp.html">smart_ptr.cpp</a></p>
-</blockquote>
--->
-
-<p>Here are the definitions of the key classes:</p>
-
-<blockquote>
- <p><a href="Interface.hpp.html">ReferenceCounting::Interface</a></p>
- <p><a href="DefaultImpl.hpp.html">ReferenceCounting::DefaultImpl</a></p>
- <p><a href="SmartPtr.hpp.html">ReferenceCounting::SmartPtr</a></p>
- <p><a href="StrictPtr.hpp.html">ReferenceCounting::StrictPtr</a></p>
-</blockquote>
-
-</td>
-</tr>
-</table>
-</div>
-</body>
-</html>
-