#ifndef __BLOGAPPLICATION_H__ #define __BLOGAPPLICATION_H__ #include class BlogApplication : public Wt::WApplication { public: BlogApplication(const Wt::WEnvironment &env, Wt::Dbo::SqlConnectionPool &blogDb); }; #endif // __BLOGAPPLICATION_H__