#include "SavableHeaders.h"
#include "SavableTypes.h"
#include <list>
#include <TcpSocket.h>
#include <ISocketHandler.h>
Go to the source code of this file.
Classes | |
class | UBSocket |
This class handles all data from and to the user. More... | |
Typedefs | |
typedef std::list < Editor * > | EditorList |
The type of multiple Editors. |
Definition in file UBSocket.h.
typedef std::list<Editor*> EditorList |