diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-04-30 17:17:13 +0200 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-04-30 17:17:13 +0200 |
commit | 158c653cd69fc21eebf39b03e779d80d865bfeb9 (patch) | |
tree | a3b29ac696b07bcd71e70cfc94ef7289c912edcb /TAO/tao | |
parent | f66b7cbbe653e05ae48f21d6829e72d1a30c20ff (diff) | |
download | ATCD-158c653cd69fc21eebf39b03e779d80d865bfeb9.tar.gz |
Mark also the generated hash operation with override
* TAO/TAO_IDL/be/be_interface.cpp:
* TAO/tao/PortableServer/Operation_Table_Perfect_Hash.h:
Diffstat (limited to 'TAO/tao')
-rw-r--r-- | TAO/tao/PortableServer/Operation_Table_Perfect_Hash.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/Operation_Table_Perfect_Hash.h b/TAO/tao/PortableServer/Operation_Table_Perfect_Hash.h index b89d8f511ea..60979b541f7 100644 --- a/TAO/tao/PortableServer/Operation_Table_Perfect_Hash.h +++ b/TAO/tao/PortableServer/Operation_Table_Perfect_Hash.h @@ -59,7 +59,6 @@ public: private: // = Methods that should defined by the subclasses. GPERF program // will generate these routines. - virtual unsigned int hash (const char *str, unsigned int len) = 0; virtual const TAO_operation_db_entry* lookup (const char *str, |