diff options
author | Bernard Normier <bernard@zeroc.com> | 2004-12-08 19:29:40 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2004-12-08 19:29:40 +0000 |
commit | 4e0003dfa848888f283d634d42347ae6f5870c00 (patch) | |
tree | 1133e4f314f16b8a954217c4b8cf82fdf4630889 /cpp/test/IceUtil/uuid/Client.cpp | |
parent | Default is now concurrent with 3 threads (diff) | |
download | ice-4e0003dfa848888f283d634d42347ae6f5870c00.tar.bz2 ice-4e0003dfa848888f283d634d42347ae6f5870c00.tar.xz ice-4e0003dfa848888f283d634d42347ae6f5870c00.zip |
cosmetic
Diffstat (limited to 'cpp/test/IceUtil/uuid/Client.cpp')
-rw-r--r-- | cpp/test/IceUtil/uuid/Client.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/test/IceUtil/uuid/Client.cpp b/cpp/test/IceUtil/uuid/Client.cpp index 4454d0789f1..020bc2d8641 100644 --- a/cpp/test/IceUtil/uuid/Client.cpp +++ b/cpp/test/IceUtil/uuid/Client.cpp @@ -26,7 +26,6 @@ inline void usage(const char* myName) cerr << "Usage: " << myName << " [number of UUIDs to generate] [number of threads]" << endl; } - class InsertThread : public Thread { public: |