From: Christian P. <cp...@us...> - 2005-06-07 22:45:08
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16272 Modified Files: CoreMutex.h Log Message: - Changed CoreMutex::_handle from "unsigned long" to "void*" Index: CoreMutex.h =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/CoreMutex.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- CoreMutex.h 7 May 2005 13:26:02 -0000 1.2 +++ CoreMutex.h 7 Jun 2005 22:44:58 -0000 1.3 @@ -49,7 +49,7 @@ }; private: - unsigned long _handle; + void* _handle; }; } // !namespace P |