Changeset 5895 for branches/newapi
- Timestamp:
- 12/02/07 00:20:04 (12 months ago)
- Location:
- branches/newapi/licq
- Files:
-
- 3 added
- 2 modified
-
licq/thread/threadspecific.h (added)
-
src/thread/CMakeLists.txt (modified) (1 diff)
-
src/thread/test/CMakeLists.txt (modified) (1 diff)
-
src/thread/test/threadspecifictest.cpp (added)
-
src/thread/threadspecific.cpp (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/newapi/licq/src/thread/CMakeLists.txt
r5782 r5895 6 6 readwritemutex.cpp 7 7 thread.cpp 8 threadspecific.cpp 8 9 writelocker.cpp 9 10 ) -
branches/newapi/licq/src/thread/test/CMakeLists.txt
r5782 r5895 7 7 readlockertest.cpp 8 8 readwritemutextest.cpp 9 threadspecifictest.cpp 9 10 threadtest.cpp 10 11 writelockertest.cpp
