aboutsummaryrefslogtreecommitdiff
path: root/dep/ACE_wrappers/ace/DLL.h
diff options
context:
space:
mode:
authormaximius <none@none>2009-10-17 16:20:24 -0700
committermaximius <none@none>2009-10-17 16:20:24 -0700
commit3f338cc1c328c7280957583b50598292cd8fb64b (patch)
treeca209c2cd024e3902b7844b3224bceff7c5bb570 /dep/ACE_wrappers/ace/DLL.h
parente585187b248f48b3c6e9247b49fa07c6565d65e5 (diff)
*Massive cleanup redux.
--HG-- branch : trunk
Diffstat (limited to 'dep/ACE_wrappers/ace/DLL.h')
-rw-r--r--dep/ACE_wrappers/ace/DLL.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/dep/ACE_wrappers/ace/DLL.h b/dep/ACE_wrappers/ace/DLL.h
index a9700daafc0..afd309d02c4 100644
--- a/dep/ACE_wrappers/ace/DLL.h
+++ b/dep/ACE_wrappers/ace/DLL.h
@@ -59,7 +59,6 @@ public:
/// Allow assignment
ACE_DLL& operator= (const ACE_DLL &rhs);
-
/**
* This constructor performs the actions of open() during construction.
* @param dll_name The name or path of the DLL to load.
@@ -167,7 +166,6 @@ private:
bool close_handle_on_destruction = true,
ACE_SHLIB_HANDLE handle = 0);
-
//private:
public: