From: Josh C. <ta...@us...> - 2002-03-02 13:21:31
|
tamc 2002/03/02 05:21:31 PST Modified files: thread Mutex.cpp Mutex.h Thread.cpp Thread.h Log: Eh, silly me. Changed VC7 #pragma once directive to typical compile once ifdef/define/endif. Includes now follow case sensitivity of the files Put everything into a thread namespace Revision Changes Path 1.2 +6 -2 brotha/thread/Mutex.cpp 1.2 +8 -1 brotha/thread/Mutex.h 1.2 +6 -2 brotha/thread/Thread.cpp 1.2 +9 -3 brotha/thread/Thread.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/thread/Mutex.cpp.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/thread/Mutex.h.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/thread/Thread.cpp.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/thread/Thread.h.diff?r1=1.1&r2=1.2&diff_format=h |