#include <Wt/WApplication>#include <Wt/WContainerWidget>#include <Wt/WPushButton>#include <Wt/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. | |
1.5.6