summaryrefslogtreecommitdiff
path: root/ace/Handle_Gobbler.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Handle_Gobbler.h')
-rw-r--r--ace/Handle_Gobbler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/Handle_Gobbler.h b/ace/Handle_Gobbler.h
index 8b3e472e7b8..0640b113666 100644
--- a/ace/Handle_Gobbler.h
+++ b/ace/Handle_Gobbler.h
@@ -1,3 +1,4 @@
+// -*- C++ -*-
//=============================================================================
/**
@@ -21,6 +22,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class ACE_Handle_Gobbler
*
@@ -58,6 +61,8 @@ private:
HANDLE_SET handle_set_;
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#include "ace/Handle_Gobbler.inl"
#include /**/ "ace/post.h"