summaryrefslogtreecommitdiff
path: root/ACE/ace/DLL.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2013-12-02 10:10:34 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2013-12-02 10:10:34 +0000
commit2c49be03673e614693b7c75f4aa479cd7b2eea9d (patch)
tree1c463ac9192272bcc2bfbef4f3abbe79673f8792 /ACE/ace/DLL.h
parente44bc54a9342ed3684bb8770b5547e1eb4a12d10 (diff)
downloadATCD-2c49be03673e614693b7c75f4aa479cd7b2eea9d.tar.gz
Mon Dec 2 10:11:14 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/DLL.h: Doxygen fix * docs/ACE-bug-process.html: * docs/Download.html: Updated the URL to point to Vandy not WUSTl.
Diffstat (limited to 'ACE/ace/DLL.h')
-rw-r--r--ACE/ace/DLL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/DLL.h b/ACE/ace/DLL.h
index 167c4b46e0c..061c01a5057 100644
--- a/ACE/ace/DLL.h
+++ b/ACE/ace/DLL.h
@@ -50,7 +50,7 @@ public:
* @param close_handle_on_destruction Indicates whether or not the
* close() method will be called to close an open DLL when this
* object is destroyed. By default, close() will be called.
- * Set this parameter to 0 for situations where the DLL's lifetime
+ * Set this parameter to false for situations where the DLL's lifetime
* is controlled in a scope other than that of this ACE_DLL object.
* For example, termination by ACE_DLL_Manager via ACE::fini().
*/