summaryrefslogtreecommitdiff
path: root/ACE/ace/DLL.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-08-24 08:08:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-08-24 08:08:52 +0000
commit8b6d98b4327a3b79f86235e821fb82919f6263b2 (patch)
tree7d5c84cb940ce0d247694fbc2f73088ff838791a /ACE/ace/DLL.h
parent999c60c1e6938cbeee1c74705ed2f1822509a3ba (diff)
downloadATCD-8b6d98b4327a3b79f86235e821fb82919f6263b2.tar.gz
Thu Aug 24 08:08:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/DLL.h')
-rw-r--r--ACE/ace/DLL.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ACE/ace/DLL.h b/ACE/ace/DLL.h
index 75acb451d3e..306b77635a4 100644
--- a/ACE/ace/DLL.h
+++ b/ACE/ace/DLL.h
@@ -57,7 +57,7 @@ public:
explicit ACE_DLL (int close_handle_on_destruction = 1);
/// Allow assignment
- ACE_DLL& operator= (const ACE_DLL &rhs);
+ const ACE_DLL& operator= (const ACE_DLL &rhs);
/**
@@ -168,7 +168,8 @@ private:
ACE_SHLIB_HANDLE handle = 0);
-private:
+ //private:
+public:
/// Open mode.
int open_mode_;