summaryrefslogtreecommitdiff
path: root/ace/DLL.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/DLL.h')
-rw-r--r--ace/DLL.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/ace/DLL.h b/ace/DLL.h
index 3554b558542..330da0f27c1 100644
--- a/ace/DLL.h
+++ b/ace/DLL.h
@@ -1,4 +1,4 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
//=============================================================================
/**
@@ -24,6 +24,8 @@
#include "ace/Global_Macros.h"
#include "ace/os_include/os_dlfcn.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
class ACE_DLL_Handle;
/**
@@ -113,7 +115,7 @@ public:
/// Set the handle for the DLL object. By default, the close()
//operation on / the object will be invoked before it is destroyed.
- int set_handle (ACE_SHLIB_HANDLE handle,
+ int set_handle (ACE_SHLIB_HANDLE handle,
int close_handle_on_destruction = 1);
private:
@@ -145,5 +147,7 @@ private:
ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_DLL &))
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* ACE_DLL_H */