summaryrefslogtreecommitdiff
path: root/ace/Dump.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Dump.h')
-rw-r--r--ace/Dump.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Dump.h b/ace/Dump.h
index aff3faab9a9..7c792f0db66 100644
--- a/ace/Dump.h
+++ b/ace/Dump.h
@@ -58,6 +58,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class ACE_Dumpable
*
@@ -161,6 +163,8 @@ private:
int current_size_;
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
// Include the templates classes at this point.
#include "ace/Dump_T.h"