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, 1 insertions, 7 deletions
diff --git a/TAO/tao/Allocator.h b/TAO/tao/Allocator.h
index ec6567fc0dd..65d0465d4fe 100644
--- a/TAO/tao/Allocator.h
+++ b/TAO/tao/Allocator.h
@@ -1,4 +1,4 @@
-// -*- C++ -*-
+/* -*- C++ -*- */
//=============================================================================
/**
@@ -19,10 +19,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/Versioned_Namespace.h"
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
namespace TAO
{
/**
@@ -44,7 +40,5 @@ namespace TAO
};
}
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /* TAO_ALLOCATOR_H */