Babel
Epitech's C++ VoIP project
|
#include "AsioTCPServer.hpp"
#include "AsioTCPConnection.hpp"
#include "Network/Message.hpp"
#include "Network/RFCCodes.hpp"
#include "Utilities/FreeList.hpp"
#include "User.hpp"
#include <array>
#include <functional>
#include "Call.hpp"
#include <iostream>
#include <algorithm>
#include <string>
#include <map>
#include <iomanip>
#include <sstream>
#include <utility>
Go to the source code of this file.
Classes | |
class | Babel::BabelServer |
Main server class contains almost all the logic for the server. More... | |
struct | Babel::BabelServer::RequestHandler |
Utils struct to store requests information. More... | |
Namespaces | |
Babel | |