Added doxygen comments for all relevant headers in mt.

This commit is contained in:
crs
2002-07-28 13:34:19 +00:00
parent 7a461855eb
commit 24d54fca53
7 changed files with 364 additions and 124 deletions

View File

@@ -13,6 +13,7 @@
class CMutex;
class IJob;
//! Internal thread class; do not use directly
class CThreadRep {
public:
CThreadRep(IJob*, void* userData);