X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=StorageInterface.h;h=843a55eb42a2fb24424838862eec0e686e7ee626;hb=22e128466565745a4e74f3b9823e7884ee5c6157;hp=5af866f612fe897d5d206f58e8c97499b8000787;hpb=77294fdd983393727bcee7fda52dacdaf943e585;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: