#ifndef MYAPPLICATION_H #define MYAPPLICATION_H #include using namespace Wt; class MyApplication : public WApplication { public: MyApplication(const WEnvironment &environment); }; #endif // MYAPPLICATION_H