TDME2 1.9.121
ServerClient.cpp
Go to the documentation of this file.
1#include <sstream>
2
3#include <tdme/tdme.h>
5
6using std::stringstream;
7
9
10const char* ServerClient::KEY_PREFIX_UNNAMED = "unnamed.";
11
12stringstream* ServerClient::createFrame() {
13 return new stringstream();
14}
Base class for network server clients.
Definition: ServerClient.h:33