Changeset 4880 for branches/erijo-dev
- Timestamp:
- 04/01/07 21:42:36 (20 months ago)
- Location:
- branches/erijo-dev/licq/src/utils
- Files:
-
- 8 added
- 2 modified
-
CMakeLists.txt (modified) (1 diff)
-
fdset.cpp (added)
-
fdset.h (added)
-
tests/CMakeLists.txt (modified) (1 diff)
-
tests/timersettest.cpp (added)
-
tests/timertest.cpp (added)
-
timer.cpp (added)
-
timer.h (added)
-
timerset.cpp (added)
-
timerset.h (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/erijo-dev/licq/src/utils/CMakeLists.txt
r4874 r4880 1 1 set(licqutils_SRCS 2 2 dynamiclibrary.cpp 3 fdset.cpp 3 4 mutex.cpp 4 5 mutexlocker.cpp 5 6 pipe.cpp 6 7 thread.cpp 8 timer.cpp 9 timerset.cpp 7 10 ) 8 11 -
branches/erijo-dev/licq/src/utils/tests/CMakeLists.txt
r4874 r4880 6 6 mutexlockertest.cpp 7 7 pipetest.cpp 8 timertest.cpp 9 timersettest.cpp 8 10 ) 9 11
