summaryrefslogtreecommitdiff
path: root/ACE/ace/DLL.h
diff options
context:
space:
mode:
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_;