Revert changes.
[repair.git] / Repair / RepairCompiler / MCC / Runtime / SimpleHash.h
index 0823fd4ed91c6cafc01206991d8dc7f14cacdab4..094c963d2c246e05c9e81706b0df6cf50a9d7cab 100755 (executable)
@@ -46,6 +46,7 @@ private:
 public:
     WorkList();
     ~WorkList();
+    void reset();
     void add(int id, int type, int lvalue, int rvalue);
     int hasMoreElements();
     int getid();
@@ -94,7 +95,8 @@ public:
         return numelements;
     }
     int count(int key);
-
+    void addAll(SimpleHash * set);
+    SimpleHash * imageSet(int key);
 };
 
 /* SimpleHashExcepion  *************************************************/