00001 /* $Id$ 00002 * 00003 * layout_type_dated_r.h 00004 * 00005 * Copyright 2001-2003, Meiosys (www.meiosys.com). All rights reserved. 00006 * 00007 * See the COPYING file for the terms of usage and distribution. 00008 */ 00009 00010 #ifndef log4c_layout_type_dated_r_h 00011 #define log4c_layout_type_dated_r_h 00012 00032 #include <log4c/defs.h> 00033 #include <log4c/layout.h> 00034 00035 __LOG4C_BEGIN_DECLS 00036 00037 extern const log4c_layout_type_t log4c_layout_type_dated_r; 00038 00039 __LOG4C_END_DECLS 00040 00041 #endif