X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=store.h;h=4e7360e782170315dafd917c53816b6ae5d141c4;hb=c71568094a35bbda781ac2070e50a59a3b5ac9f7;hp=da8434060bf2af7999e2440fb45e85fb33efaef6;hpb=9b0fce2b8ea23e4eb23485421e1d80a774c912b3;p=odcread.git diff --git a/store.h b/store.h index da84340..4e7360e 100644 --- a/store.h +++ b/store.h @@ -4,6 +4,7 @@ #include #include #include +#include #include #include @@ -131,6 +132,11 @@ namespace odc { virtual std::string toString(); + /** + * Receiving end of the Visitor pattern. + */ + virtual void accept(Visitor &visitor) const; + private: void calcTypePath(TypePath * out, const std::string &name) const; };