summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Default_Policy_Validator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Default_Policy_Validator.h')
-rw-r--r--TAO/tao/PortableServer/Default_Policy_Validator.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tao/PortableServer/Default_Policy_Validator.h b/TAO/tao/PortableServer/Default_Policy_Validator.h
index e0f17e71dd4..f185890c747 100644
--- a/TAO/tao/PortableServer/Default_Policy_Validator.h
+++ b/TAO/tao/PortableServer/Default_Policy_Validator.h
@@ -30,12 +30,11 @@ class TAO_PortableServer_Export TAO_POA_Default_Policy_Validator
: public TAO_Policy_Validator
{
public:
-
/// Constructor.
TAO_POA_Default_Policy_Validator (TAO_ORB_Core &orb_core);
/// Destructor.
- ~TAO_POA_Default_Policy_Validator ();
+ ~TAO_POA_Default_Policy_Validator () = default;
protected:
/**
@@ -55,7 +54,6 @@ protected:
* validate () routine, and these need to be caught.
*/
virtual CORBA::Boolean legal_policy_impl (CORBA::PolicyType type);
-
};
TAO_END_VERSIONED_NAMESPACE_DECL