#ifndef CLIENT_CLIENT_REALM_RESPONSE_ADAPTER_HPP #define CLIENT_CLIENT_REALM_RESPONSE_ADAPTER_HPP #include "net/Connection.hpp" class ClientRealmResponseAdapter : public RealmResponse { public: }; #endif