diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-05-04 15:44:49 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-05-04 15:44:49 +0000 |
commit | 389d3a4fb71243e279b984a68cd5c6837f4f6bd2 (patch) | |
tree | 35358d06e8b683621e366048a2973e327b21821d /cppe/test/IceE/thread/StartTest.cpp | |
parent | Backed out endpoint stringification (diff) | |
download | ice-389d3a4fb71243e279b984a68cd5c6837f4f6bd2.tar.bz2 ice-389d3a4fb71243e279b984a68cd5c6837f4f6bd2.tar.xz ice-389d3a4fb71243e279b984a68cd5c6837f4f6bd2.zip |
Removed ^M
Diffstat (limited to 'cppe/test/IceE/thread/StartTest.cpp')
-rw-r--r-- | cppe/test/IceE/thread/StartTest.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cppe/test/IceE/thread/StartTest.cpp b/cppe/test/IceE/thread/StartTest.cpp index 4d51b139e42..e28db0c263b 100644 --- a/cppe/test/IceE/thread/StartTest.cpp +++ b/cppe/test/IceE/thread/StartTest.cpp @@ -18,9 +18,9 @@ using namespace std; using namespace IceUtil; static const string createTestName("thread start"); -
-static IceUtil::Mutex threadCountMutex;
-static int threadCount = 0;
+ +static IceUtil::Mutex threadCountMutex; +static int threadCount = 0; class StartTestThread : public Thread { @@ -61,7 +61,7 @@ StartTest::run() catch(const ThreadStartedException&) { } -
+ threadCount = 0; // // Now let's create a bunch of short-lived threads |