summaryrefslogtreecommitdiff
path: root/TAO/tao/Allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Allocator.h')
-rw-r--r--TAO/tao/Allocator.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/TAO/tao/Allocator.h b/TAO/tao/Allocator.h
index 65d0465d4fe..ec6567fc0dd 100644
--- a/TAO/tao/Allocator.h
+++ b/TAO/tao/Allocator.h
@@ -1,4 +1,4 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
//=============================================================================
/**
@@ -19,6 +19,10 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "tao/Versioned_Namespace.h"
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO
{
/**
@@ -40,5 +44,7 @@ namespace TAO
};
}
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* TAO_ALLOCATOR_H */