Преглед изворни кода

HPCC-9463 Use CInterfaceOf for a hashtable base class

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday пре 11 година
родитељ
комит
72a2823074
1 измењених фајлова са 1 додато и 3 уклоњено
  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);