Examples |
00001 // 00002 // logger_service.cpp 00003 // ~~~~~~~~~~~~~~~~~~ 00004 // 00005 // Copyright (c) 2003-2007 Christopher M. Kohlhoff (chris at kohlhoff dot com) 00006 // 00007 // Distributed under the Boost Software License, Version 1.0. (See accompanying 00008 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 00009 // 00010 00011 #include "logger_service.hpp" 00012 00013 namespace services { 00014 00015 asio::io_service::id logger_service::id; 00016 00017 } // namespace services