summaryrefslogtreecommitdiff
path: root/TAO/tao/Policy_Validator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Policy_Validator.h')
-rw-r--r--TAO/tao/Policy_Validator.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/TAO/tao/Policy_Validator.h b/TAO/tao/Policy_Validator.h
index 10defec9d00..69d680d9e61 100644
--- a/TAO/tao/Policy_Validator.h
+++ b/TAO/tao/Policy_Validator.h
@@ -1,3 +1,5 @@
+// -*- C++ -*-
+
//=============================================================================
/**
* @file Policy_Validator.h
@@ -25,6 +27,8 @@
#include "tao/TAO_Export.h"
#include "tao/Basic_Types.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
// Forward declarations.
class TAO_Policy_Set;
class TAO_ORB_Core;
@@ -109,6 +113,8 @@ private:
TAO_Policy_Validator *next_;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
-#endif /* TAO_POLICY_VALIDATOR_H_ */
+#endif /* TAO_POLICY_VALIDATOR_H */