removed cruft, fixed ptset.ml
[SXSI/xpathcomp.git] / StorageInterface.h
index 5af866f..843a55e 100644 (file)
@@ -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: