summaryrefslogtreecommitdiff
path: root/ace/Pagefile_Memory_Pool.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Pagefile_Memory_Pool.inl')
-rw-r--r--ace/Pagefile_Memory_Pool.inl8
1 files changed, 1 insertions, 7 deletions
diff --git a/ace/Pagefile_Memory_Pool.inl b/ace/Pagefile_Memory_Pool.inl
index cf54da23f29..db8d7a00aa4 100644
--- a/ace/Pagefile_Memory_Pool.inl
+++ b/ace/Pagefile_Memory_Pool.inl
@@ -1,11 +1,8 @@
-// -*- C++ -*-
-//
+/* -*- C++ -*- */
// $Id$
#if defined (ACE_WIN32)
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_INLINE size_t
ACE_Pagefile_Memory_Pool::round_to_chunk_size (size_t nbytes)
{
@@ -48,7 +45,4 @@ ACE_Pagefile_Memory_Pool::base_addr (void) const
{
return 0;
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#endif /* ACE_WIN32 */