Menu

[r546]: / wikipp / trunk / main.cpp  Maximize  Restore  History

Download this file

17 lines (14 with data), 279 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
#include <cppcms/manager.h>
#include "wiki.h"
using namespace cppcms;
int main(int argc,char ** argv)
{
try {
manager app(argc,argv);
app.set_worker(new application_factory<apps::wiki>());
app.execute();
}
catch(std::exception const &e) {
cerr<<e.what()<<endl;
}
}
MongoDB Logo MongoDB