diff options
author | Michi Henning <michi@zeroc.com> | 2002-11-29 04:23:47 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2002-11-29 04:23:47 +0000 |
commit | c41af2201560e7ca0fb38c5c98f58458fcae785b (patch) | |
tree | 8c5accb11a98b356a27ad948bd2c076b369983eb /cpp/test | |
parent | Improved comments for join() and detach(). (diff) | |
download | ice-c41af2201560e7ca0fb38c5c98f58458fcae785b.tar.bz2 ice-c41af2201560e7ca0fb38c5c98f58458fcae785b.tar.xz ice-c41af2201560e7ca0fb38c5c98f58458fcae785b.zip |
Updated project file for thread detach test.
Diffstat (limited to 'cpp/test')
-rw-r--r-- | cpp/test/IceUtil/thread/thread.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/test/IceUtil/thread/thread.dsp b/cpp/test/IceUtil/thread/thread.dsp index a36207e13ef..c685d445c1c 100644 --- a/cpp/test/IceUtil/thread/thread.dsp +++ b/cpp/test/IceUtil/thread/thread.dsp @@ -99,6 +99,10 @@ SOURCE=.\CreateTest.cpp # End Source File
# Begin Source File
+SOURCE=.\DetachTest.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\MonitorMutexTest.cpp
# End Source File
# Begin Source File
@@ -135,6 +139,10 @@ SOURCE=.\CreateTest.h # End Source File
# Begin Source File
+SOURCE=.\DetachTest.h
+# End Source File
+# Begin Source File
+
SOURCE=.\MonitorMutexTest.h
# End Source File
# Begin Source File
|