#ifndef _IterTest_IterTest_h #define _IterTest_IterTest_h #include using namespace Upp; #define LAYOUTFILE #include #include class Foo : public Link { public: int d; }; class IterTest : public WithIterTestLayout { public: typedef IterTest CLASSNAME; IterTest(); }; #endif