summaryrefslogtreecommitdiff
path: root/ace/Obchunk.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Obchunk.h')
-rw-r--r--ace/Obchunk.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/ace/Obchunk.h b/ace/Obchunk.h
index d901c030dd2..9690c39f9d1 100644
--- a/ace/Obchunk.h
+++ b/ace/Obchunk.h
@@ -1,4 +1,5 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
+
//=============================================================================
/**
* @file Obchunk.h
@@ -20,6 +21,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class ACE_Obchunk
*
@@ -64,6 +67,8 @@ public:
char contents_[4];
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
#include "ace/Obchunk.inl"
#endif /* __ACE_INLINE__ */