WIP, compile problems

This commit is contained in:
emeric
2014-04-08 12:33:05 +02:00
parent 5f74ab01eb
commit 788a7638bc
10 changed files with 122 additions and 103 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
#include "ui/LmsApplication.hpp"
Wt::WApplication *createApplication(const Wt::WEnvironment& env)
static Wt::WApplication *createApplication(const Wt::WEnvironment& env)
{
/*
* You could read information from the environment to decide whether
@@ -19,7 +19,7 @@ WebServerService::WebServerService( int argc, char* argv[])
: _server(argv[0], "")
{
std::cout << "Constructing server... argc = " << argc << std::endl;
std::cout << "Constructing server... argv[0] = '" << argv[0] << "' argc = " << argc << std::endl;
// TODO configure server
_server.setServerConfiguration (argc, argv, WTHTTP_CONFIGURATION);