|
|
| version 1.1, 2004/02/13 14:06:02 | version 1.2.12.1, 2005/08/05 13:03:02 |
|---|---|
| Line 1 | Line 1 |
| /** @file | /** @file |
| Parser: Stylesheet connection implementation. | Parser: Stylesheet connection implementation. |
| Copyright (c) 2001-2004 ArtLebedev Group (http://www.artlebedev.com) | Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com) |
| Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru) | Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru) |
| */ | */ |
| #include "pa_config_includes.h" | |
| #ifdef XML | |
| static const char * const IDENT_STYLESHEET_CONNECTION_C="$Date$"; | static const char * const IDENT_STYLESHEET_CONNECTION_C="$Date$"; |
| #include "pa_config_includes.h" | |
| #include "pa_stylesheet_connection.h" | #include "pa_stylesheet_connection.h" |
| #include "pa_xml_exception.h" | #include "pa_xml_exception.h" |
| Line 56 time_t Stylesheet_connection::get_disk_t | Line 57 time_t Stylesheet_connection::get_disk_t |
| dependencies->for_each(update_max_mtime, &result); | dependencies->for_each(update_max_mtime, &result); |
| return result; | return result; |
| } | } |
| #endif |