Explorar o código

HPCC-9463 Use CInterfaceOf for a hashtable base class

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday %!s(int64=11) %!d(string=hai) anos
pai
achega
72a2823074
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      system/jlib/jhash.ipp

+ 1 - 3
system/jlib/jhash.ipp

@@ -46,11 +46,9 @@ class jlib_decl MappingKey
     void    *key;               /* points to the key for this element */
 };
 
-class jlib_decl MappingBase : implements IMapping, public CInterface
+class jlib_decl MappingBase : public CInterfaceOf<IMapping>
 {
   public:
-    IMPLEMENT_IINTERFACE
-
     virtual unsigned            getHash() const;
     virtual void                setHash(unsigned);