#ifndef SOCKET_HPP #define SOCKET_HPP namespace Athena { namespace net { class Socket { public: private: }; } } #endif