summaryrefslogtreecommitdiff
path: root/ace/DLL.h
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-24 00:09:27 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-24 00:09:27 +0000
commitdcc4a151560aae010ba58668d8c2112595a34964 (patch)
treec58b464fb43ad6e3b03ccc306adfe6339a59461e /ace/DLL.h
parent154383e2e32a198cf575e6703774f24894c9110f (diff)
downloadATCD-dcc4a151560aae010ba58668d8c2112595a34964.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/DLL.h')
-rw-r--r--ace/DLL.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/DLL.h b/ace/DLL.h
index 79abdc0f616..b98243208fa 100644
--- a/ace/DLL.h
+++ b/ace/DLL.h
@@ -38,7 +38,8 @@ public:
// = Initialization and termination methods.
ACE_DLL (int close_on_destruction = 0);
- // Default constructor.
+ // Default constructor. Also, by default the close operation
+ // on the object will be done before it is destroyed.
ACE_DLL (ACE_DL_TYPE dll_name = 0,
int open_mode = ACE_DEFAULT_SHLIB_MODE,