summaryrefslogtreecommitdiff
path: root/TAO/tao/FILE_Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/FILE_Parser.h')
-rw-r--r--TAO/tao/FILE_Parser.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/tao/FILE_Parser.h b/TAO/tao/FILE_Parser.h
index 88f0161a7b3..de7bd0e5d3b 100644
--- a/TAO/tao/FILE_Parser.h
+++ b/TAO/tao/FILE_Parser.h
@@ -38,14 +38,12 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
class TAO_FILE_Parser : public TAO_IOR_Parser
{
public:
-
- /// The destructor
- virtual ~TAO_FILE_Parser (void);
+ ~TAO_FILE_Parser () override = default;
// = The IOR_Parser methods, please read the documentation in
// IOR_Parser.h
- virtual bool match_prefix (const char *ior_string) const;
- virtual CORBA::Object_ptr parse_string (const char *ior, CORBA::ORB_ptr orb);
+ bool match_prefix (const char *ior_string) const override;
+ CORBA::Object_ptr parse_string (const char *ior, CORBA::ORB_ptr orb) override;
};
ACE_STATIC_SVC_DECLARE_EXPORT (TAO, TAO_FILE_Parser)