client/Internal: move client_domain to Domain.hxx

This commit is contained in:
Max Kellermann
2019-04-03 21:26:16 +02:00
parent 1213d979f8
commit 38298e0cd8
8 changed files with 54 additions and 6 deletions

View File

@@ -17,14 +17,12 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "Internal.hxx"
#include "Client.hxx"
#include "Partition.hxx"
#include "Instance.hxx"
#include "util/Domain.hxx"
#include "config.h"
const Domain client_domain("client");
Client::~Client() noexcept
{
if (FullyBufferedSocket::IsDefined())