X-Git-Url: https://deadsoftware.ru/gitweb?p=odcread.git;a=blobdiff_plain;f=fold.h;h=78eaa4e004aafb20da4f18afaa96796374b20b86;hp=ad566426064087187b09af61640a33f812b72d5a;hb=51b3593cbfb33c1d7b4b588f3841c3c405e3a215;hpb=519462238ad20b1aca242075e3fe8c0d0719b3d4 diff --git a/fold.h b/fold.h index ad56642..78eaa4e 100644 --- a/fold.h +++ b/fold.h @@ -25,12 +25,17 @@ namespace odc { static const std::string TYPENAME; static const TypeProxy PROXY; + Store *d_hidden; + SHORTCHAR *d_label; + public: Fold(INTEGER id); static const std::string &getType(); static const std::string *getSuper(); virtual const std::string &getTypeName() const; virtual void internalize(Reader &reader); + + virtual std::string toString(); }; }