diff options
Diffstat (limited to 'ace/MEM_SAP.inl')
-rw-r--r-- | ace/MEM_SAP.inl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ace/MEM_SAP.inl b/ace/MEM_SAP.inl index e687618b7f8..3c2a4eb9d9a 100644 --- a/ace/MEM_SAP.inl +++ b/ace/MEM_SAP.inl @@ -1,8 +1,11 @@ -/* -*- C++ -*- */ +// -*- C++ -*- +// // $Id$ #include "ace/RW_Thread_Mutex.h" +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + ACE_INLINE ACE_MEM_SAP_Node::ACE_MEM_SAP_Node (size_t cap) : capacity_ (cap), @@ -57,3 +60,5 @@ ACE_MEM_SAP::release_buffer (ACE_MEM_SAP_Node *buf) this->shm_malloc_->free (buf); return 0; } + +ACE_END_VERSIONED_NAMESPACE_DECL |