#ifndef GEMINISERVER_NETWORK_HPP #define GEMINISERVER_NETWORK_HPP namespace gemini { /** * \brief This is class is used for all the network things for the server. */ class Network { }; } #endif //GEMINISERVER_NETWORK_HPP