Diff for /parser3/src/targets/cgi/Attic/pa_threads.C between versions 1.12.2.1 and 1.17

version 1.12.2.1, 2003/01/31 12:34:40 version 1.17, 2012/03/16 09:24:15
Line 1 Line 1
 /** @file  /** @file
         Parser: zero Mutex realization class.          Parser: zero Mutex realization class.
   
         Copyright (c) 2001-2003 ArtLebedev Group (http://www.artlebedev.com)          Copyright (c) 2001-2012 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)
 */  */
   
 static const char* IDENT_THREADS_C="$Date$";  
   
 #include "pa_threads.h"  #include "pa_threads.h"
   
   volatile const char * IDENT_PA_THREADS_C="$Id$" IDENT_PA_THREADS_H;
   
 const bool parser_multithreaded=false;  const bool parser_multithreaded=false;
   
 pa_thread_t pa_get_thread_id() { return 1; }  pa_thread_t pa_get_thread_id() { return 1; }

Removed from v.1.12.2.1  
changed lines
  Added in v.1.17


E-mail: