Changeset 4874 for branches/erijo-dev
- Timestamp:
- 03/20/07 05:39:31 (21 months ago)
- Location:
- branches/erijo-dev/licq/src/utils
- Files:
-
- 3 added
- 2 modified
-
CMakeLists.txt (modified) (1 diff)
-
pipe.cpp (added)
-
pipe.h (added)
-
tests/CMakeLists.txt (modified) (1 diff)
-
tests/pipetest.cpp (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/erijo-dev/licq/src/utils/CMakeLists.txt
r4827 r4874 3 3 mutex.cpp 4 4 mutexlocker.cpp 5 pipe.cpp 6 thread.cpp 5 7 ) 6 8 -
branches/erijo-dev/licq/src/utils/tests/CMakeLists.txt
r4829 r4874 5 5 mutextest.cpp 6 6 mutexlockertest.cpp 7 pipetest.cpp 7 8 ) 8 9
