X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=StorageInterface.h;h=843a55eb42a2fb24424838862eec0e686e7ee626;hb=24fdea81b5506233d139bd7d72364a190bef35b8;hp=5af866f612fe897d5d206f58e8c97499b8000787;hpb=496df5f7d3e6f8271763314f2067719cc2904c71;p=SXSI%2Fxpathcomp.git diff --git a/StorageInterface.h b/StorageInterface.h index 5af866f..843a55e 100644 --- a/StorageInterface.h +++ b/StorageInterface.h @@ -27,6 +27,7 @@ class StorageInterface virtual void nodeFinished(string name) = 0; virtual void parsingFinished() = 0; virtual void* returnDocument() = 0; + virtual void printStats() = 0; private: