00001 /* 00002 * 00003 * templog library 00004 * 00005 * Copyright Hendrik Schober 00006 * Distributed under the Boost Software License, Version 1.0. 00007 * (See accompanying file LICENSE_1_0.txt or copy at 00008 * http://www.boost.org/LICENSE_1_0.txt) 00009 * 00010 * see http://templog.sourceforge.net/ for more info 00011 * 00012 */ 00013 00025 #if !defined(TEMPLOG_CONFIG_H) 00026 #define TEMPLOG_CONFIG_H 00027 00028 /******************************************************************************/ 00029 00030 namespace templog { 00031 00032 } 00033 00034 /******************************************************************************/ 00035 00036 #endif //defined(TEMPLOG_CONFIG_H) 00037 00038 /******************************************************************************/ 00039 /* EOF */