summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Operation_Table_Binary_Search.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Operation_Table_Binary_Search.h')
-rw-r--r--TAO/tao/PortableServer/Operation_Table_Binary_Search.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/TAO/tao/PortableServer/Operation_Table_Binary_Search.h b/TAO/tao/PortableServer/Operation_Table_Binary_Search.h
index 0d45423ff0d..741d3f4da1c 100644
--- a/TAO/tao/PortableServer/Operation_Table_Binary_Search.h
+++ b/TAO/tao/PortableServer/Operation_Table_Binary_Search.h
@@ -39,20 +39,20 @@ class TAO_PortableServer_Export TAO_Binary_Search_OpTable
{
public:
/// Do nothing destructor.
- virtual ~TAO_Binary_Search_OpTable ();
+ ~TAO_Binary_Search_OpTable () override = default;
/// See the documentation in the base class for details.
- virtual int find (const char *opname,
- TAO_Skeleton &skelfunc,
- const unsigned int length = 0);
+ int find (const char *opname,
+ TAO_Skeleton &skelfunc,
+ const unsigned int length = 0) override;
- virtual int find (const char *opname,
- TAO_Collocated_Skeleton &skelfunc,
- TAO::Collocation_Strategy s,
- const unsigned int length = 0);
+ int find (const char *opname,
+ TAO_Collocated_Skeleton &skelfunc,
+ TAO::Collocation_Strategy s,
+ const unsigned int length = 0) override;
- virtual int bind (const char *opname,
- const TAO::Operation_Skeletons skel_ptr);
+ int bind (const char *opname,
+ const TAO::Operation_Skeletons skel_ptr) override;
private:
/// Method that should defined by the subclasses. GPERF program