diff options
author | Matthew Newhook <matthew@zeroc.com> | 2002-04-18 18:33:05 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2002-04-18 18:33:05 +0000 |
commit | 195fd8240e0592542564cfdf373642db47c47e27 (patch) | |
tree | 659567977a775f54d62121a630c4b1b07b9c8db4 /cpp/test/IceUtil/thread/TestBase.h | |
parent | Added support for recursive write mutexes. Added read/write mutex upgrade. (diff) | |
download | ice-195fd8240e0592542564cfdf373642db47c47e27.tar.bz2 ice-195fd8240e0592542564cfdf373642db47c47e27.tar.xz ice-195fd8240e0592542564cfdf373642db47c47e27.zip |
minor update.
Diffstat (limited to 'cpp/test/IceUtil/thread/TestBase.h')
-rw-r--r-- | cpp/test/IceUtil/thread/TestBase.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/test/IceUtil/thread/TestBase.h b/cpp/test/IceUtil/thread/TestBase.h index 5141e6887da..27a8032a6f5 100644 --- a/cpp/test/IceUtil/thread/TestBase.h +++ b/cpp/test/IceUtil/thread/TestBase.h @@ -11,8 +11,6 @@ #ifndef TEST_BASE_H #define TEST_BASE_H -//#include <string> - #include <IceUtil/Shared.h> #include <IceUtil/Handle.h> |