X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=StorageInterface.h;h=843a55eb42a2fb24424838862eec0e686e7ee626;hb=cea756c7adc49891004bfe455628010eb7a28bc9;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: