sustaining_gazes/lib/3rdParty/dlib/include/dlib/server/server_iostream.cpp
2016-04-28 15:40:36 -04:00

14 lines
350 B
C++

// 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
{
const logger server_iostream::_dLog("dlib.server_iostream");
}
#endif // DLIB_SERVER_IOSTREAM_CPp_