X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=fold%2Ffold.h;h=628caca2ecc790e32112f1ed53c050933383d94b;hb=HEAD;hp=e8c78b7e57e72e5300cb122781a3eb130bda215b;hpb=7c27903f08ee6069172f92415888a825512cba01;p=odcread.git diff --git a/fold/fold.h b/fold/fold.h index e8c78b7..628caca 100644 --- a/fold/fold.h +++ b/fold/fold.h @@ -1,9 +1,9 @@ #ifndef _FOLD_H_ #define _FOLD_H_ -#include -#include -#include +#include "oberon.h" +#include "typeregister/typeregister.h" +#include "store/store.h" namespace odc { @@ -42,6 +42,7 @@ namespace odc { virtual const std::string &getTypeName() const; Fold(INTEGER id); + ~Fold(); /** * Calls super and reads the version and checks that its in the allowed range. * Then reads the state of the Fold, including the hidden part.