#include <WApplication>
#include <WContainerWidget>
#include <WPushButton>
#include <WText>
#include "SimpleChatServer.h"
#include "SimpleChatWidget.h"
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. |