#include <iostream>
#include <string>
#include <fstream>
#include "Server.h"
#include "Document.h"
#include <pqxx/all.h>
Include dependency graph for Server.cpp:
Go to the source code of this file.
Variables | |
const string | DEFAULT_ADDRESS = "127.0.0.1" |
|
Definition at line 36 of file Server.cpp. Referenced by Server::Server(). |