server_iostream.cpp 350 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
// Copyright (C) 2003  Davis E. King (davis@dlib.net)
// License: Boost Software License   See LICENSE.txt for the full license.
#ifndef DLIB_SERVER_IOSTREAM_CPp_
#define DLIB_SERVER_IOSTREAM_CPp_

#include "server_iostream.h"

namespace dlib
{
10
    const logger server_iostream::_dLog("dlib.server_iostream");
11
12
13
14
}

#endif // DLIB_SERVER_IOSTREAM_CPp_