--- parser3/src/include/pa_threads.h 2001/01/29 12:13:14 1.3 +++ parser3/src/include/pa_threads.h 2001/03/11 08:16:33 1.6 @@ -1,5 +1,9 @@ /* - $Id: pa_threads.h,v 1.3 2001/01/29 12:13:14 paf Exp $ + Parser + Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) + Author: Alexander Petrosyan (http://design.ru/paf) + + $Id: pa_threads.h,v 1.6 2001/03/11 08:16:33 paf Exp $ */ #ifndef PA_THREADS_H @@ -38,12 +42,12 @@ public: } } -#define SYNCHRONIZED(thread_safe) AutoSYNCHRONIZED autoSYNCHRONIZED(thread_safe) +#define SYNCHRONIZED(athread_safe) AutoSYNCHRONIZED autoSYNCHRONIZED(athread_safe) #else // not MULTITHREAD-ed -#define SYNCHRONIZED(thread_safe) /* do nothing */ +#define SYNCHRONIZED(athread_safe) /* do nothing */ #endif