diff options
author | Marc Laukien <marc@zeroc.com> | 2002-04-20 14:45:21 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-04-20 14:45:21 +0000 |
commit | 40ae8dd1db6df5efd908e7a40e33cca0ea42d9cf (patch) | |
tree | c745857a4dc22808006e1aca3f01c27090ad88ac /cpp/src/IceStorm/Flusher.cpp | |
parent | Added preliminary implementation of timed read/write trylock for (diff) | |
download | ice-40ae8dd1db6df5efd908e7a40e33cca0ea42d9cf.tar.bz2 ice-40ae8dd1db6df5efd908e7a40e33cca0ea42d9cf.tar.xz ice-40ae8dd1db6df5efd908e7a40e33cca0ea42d9cf.zip |
BusyException; naming fixes
Diffstat (limited to 'cpp/src/IceStorm/Flusher.cpp')
-rw-r--r-- | cpp/src/IceStorm/Flusher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceStorm/Flusher.cpp b/cpp/src/IceStorm/Flusher.cpp index 38c6e88f1b6..55931322071 100644 --- a/cpp/src/IceStorm/Flusher.cpp +++ b/cpp/src/IceStorm/Flusher.cpp @@ -61,7 +61,7 @@ public: } else { - timedwait(tout); + timedWait(tout); } if (_destroy) { |