summaryrefslogtreecommitdiff
path: root/TAO/tao/Acceptor_Filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Acceptor_Filter.h')
-rw-r--r--TAO/tao/Acceptor_Filter.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tao/Acceptor_Filter.h b/TAO/tao/Acceptor_Filter.h
index bfb1a189dd0..aab2bad47fb 100644
--- a/TAO/tao/Acceptor_Filter.h
+++ b/TAO/tao/Acceptor_Filter.h
@@ -1,4 +1,4 @@
-// -*- C++ -*-
+/* -*- C++ -*- */
//=============================================================================
/**
@@ -24,8 +24,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
namespace TAO
{
class ObjectKey;
@@ -64,7 +62,5 @@ public:
virtual int encode_endpoints (TAO_MProfile &mprofile) = 0;
};
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /* TAO_ACCEPTOR_FILTER_H */