#include <Wt/WApplication>
#include <Wt/WContainerWidget>
#include <Wt/WPushButton>
#include <Wt/WText>
#include "SimpleChatServer.h"
#include <Wt/WObject>
#include <Wt/WSignal>
#include <Wt/WString>
#include <set>
#include <boost/thread.hpp>
#include <Wt/WJavaScript>
#include <Wt/WSound>
Go to the source code of this file.
Classes | |
class | ChatApplication |
A chat demo application. More... | |
Functions | |
WApplication * | createApplication (const WEnvironment &env) |
int | main (int argc, char **argv) |
Variables | |
SimpleChatServer | theServer |
The single chat server instance. |