X-Git-Url: http://plrg.eecs.uci.edu/git/?p=repair.git;a=blobdiff_plain;f=Repair%2FRepairCompiler%2FMCC%2FRuntime%2FSimpleHash.h;h=094c963d2c246e05c9e81706b0df6cf50a9d7cab;hp=eda2467867eb7eae2d1a6ee90970434049eca46f;hb=bd2eaf35e0787c01e8d51b8e60354482ddd39530;hpb=70b5e5116aa23561dfa1326b8eeb7821a6ebfdd1 diff --git a/Repair/RepairCompiler/MCC/Runtime/SimpleHash.h b/Repair/RepairCompiler/MCC/Runtime/SimpleHash.h index eda2467..094c963 100755 --- a/Repair/RepairCompiler/MCC/Runtime/SimpleHash.h +++ b/Repair/RepairCompiler/MCC/Runtime/SimpleHash.h @@ -95,7 +95,8 @@ public: return numelements; } int count(int key); - + void addAll(SimpleHash * set); + SimpleHash * imageSet(int key); }; /* SimpleHashExcepion *************************************************/