summaryrefslogtreecommitdiff
path: root/ace/MEM_SAP.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-10-28 16:14:56 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-10-28 16:14:56 +0000
commit2aa4f50f829476ae276ba391127cc7266f603c96 (patch)
treec4fe2b70acf02ce19d199713fff6dec5645d8a93 /ace/MEM_SAP.h
parent28934d0116426fa37e2a562cfa0d95fa34241051 (diff)
downloadATCD-2aa4f50f829476ae276ba391127cc7266f603c96.tar.gz
ChangeLogTag:Fri Oct 28 00:01:06 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/MEM_SAP.h')
-rw-r--r--ace/MEM_SAP.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/ace/MEM_SAP.h b/ace/MEM_SAP.h
index dcbad75b584..7104ff6ed6b 100644
--- a/ace/MEM_SAP.h
+++ b/ace/MEM_SAP.h
@@ -1,4 +1,4 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
//=============================================================================
/**
@@ -10,9 +10,9 @@
*/
//=============================================================================
-
#ifndef ACE_MEM_SAP_H
#define ACE_MEM_SAP_H
+
#include /**/ "ace/pre.h"
#ifdef ACE_MEMORY_BUILD_DLL
@@ -35,6 +35,8 @@
#include "ace/MMAP_Memory_Pool.h"
#include "ace/Process_Mutex.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
class ACE_MEM_SAP;
class ACE_Reactive_MEM_IO;
class ACE_MT_MEM_IO;
@@ -160,6 +162,8 @@ protected:
ACE_MEM_SAP (void);
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
#include "ace/MEM_SAP.inl"
#endif /* __ACE_INLINE__ */
@@ -167,4 +171,5 @@ protected:
#endif /* ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1 */
#include /**/ "ace/post.h"
+
#endif /* ACE_SOCK_IO_H */