Project

General

Profile

Bug #3810 » myapplication.h

Erhan Aydın, 02/20/2015 11:14 AM

 
#ifndef MYAPPLICATION_H
#define MYAPPLICATION_H

#include <Wt/WApplication>

using namespace Wt;

class MyApplication : public WApplication
{
public:
MyApplication(const WEnvironment &environment);
};

#endif // MYAPPLICATION_H
(2-2/2)