summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Operation_Table_Linear_Search.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Operation_Table_Linear_Search.h')
-rw-r--r--TAO/tao/PortableServer/Operation_Table_Linear_Search.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/TAO/tao/PortableServer/Operation_Table_Linear_Search.h b/TAO/tao/PortableServer/Operation_Table_Linear_Search.h
index 4fa853eca8b..c69ab4a5542 100644
--- a/TAO/tao/PortableServer/Operation_Table_Linear_Search.h
+++ b/TAO/tao/PortableServer/Operation_Table_Linear_Search.h
@@ -34,20 +34,20 @@ class TAO_PortableServer_Export TAO_Linear_Search_OpTable
{
public:
/// Destructor.
- ~TAO_Linear_Search_OpTable ();
+ ~TAO_Linear_Search_OpTable () override = default;
/// See the documentation in the base class for details.
- virtual int find (const char *opname,
- TAO_Skeleton &skel_ptr,
- const unsigned int length = 0);
+ int find (const char *opname,
+ TAO_Skeleton &skel_ptr,
+ 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 skelptr);
+ int bind (const char *opname,
+ const TAO::Operation_Skeletons skelptr) override;
private:
// = Method that should defined by the subclasses. GPERF program