Diff for /parser3/src/main/pa_stylesheet_manager.C between versions 1.28 and 1.30

version 1.28, 2006/04/09 13:38:47 version 1.30, 2015/10/26 01:21:59
Line 1 Line 1
 /** @file  /** @file
         Parser: sql driver manager implementation.          Parser: sql driver manager implementation.
   
         Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com)          Copyright (c) 2001-2015 Art. Lebedev Studio (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"  #include "pa_config_includes.h"
 #ifdef XML  #ifdef XML
   
 static const char * const IDENT_STYLESHEET_MANAGER_C="$Date$";  
   
 #include "pa_stylesheet_manager.h"  #include "pa_stylesheet_manager.h"
 #include "pa_exception.h"  #include "pa_exception.h"
 #include "pa_common.h"  #include "pa_common.h"
Line 17  static const char * const IDENT_STYLESHE Line 15  static const char * const IDENT_STYLESHE
 #include "pa_vhash.h"  #include "pa_vhash.h"
 #include "pa_vtable.h"  #include "pa_vtable.h"
   
   volatile const char * IDENT_PA_STYLESHEET_MANAGER_C="$Id$" IDENT_PA_STYLESHEET_MANAGER_H;
   
 // globals  // globals
   
 Stylesheet_manager* stylesheet_manager=0;  Stylesheet_manager* stylesheet_manager=0;

Removed from v.1.28  
changed lines
  Added in v.1.30


E-mail: