#include "SimpleChatWidget.h"
#include "SimpleChatServer.h"
#include <Wt/WApplication>
#include <Wt/WContainerWidget>
#include <Wt/WHBoxLayout>
#include <Wt/WVBoxLayout>
#include <Wt/WLabel>
#include <Wt/WLineEdit>
#include <Wt/WTable>
#include <Wt/WTableCell>
#include <Wt/WText>
#include <Wt/WTextArea>
#include <Wt/WPushButton>
#include <iostream>
Go to the source code of this file.