diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-11-20 18:56:45 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-11-20 18:56:45 +0000 |
commit | f2e8145bedb5464d4b755b5efd9348721532cafc (patch) | |
tree | 3e4aa8c0a1952a24cca4378a808e8e5795e329d4 /cpp/demo/Ice/async/QueueI.cpp | |
parent | ant tasks check the ice.dir property that may be set in the XML (diff) | |
download | ice-f2e8145bedb5464d4b755b5efd9348721532cafc.tar.bz2 ice-f2e8145bedb5464d4b755b5efd9348721532cafc.tar.xz ice-f2e8145bedb5464d4b755b5efd9348721532cafc.zip |
Added break
Diffstat (limited to 'cpp/demo/Ice/async/QueueI.cpp')
-rw-r--r-- | cpp/demo/Ice/async/QueueI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/demo/Ice/async/QueueI.cpp b/cpp/demo/Ice/async/QueueI.cpp index 6afb83fd9c5..2d8314fcd60 100644 --- a/cpp/demo/Ice/async/QueueI.cpp +++ b/cpp/demo/Ice/async/QueueI.cpp @@ -98,6 +98,7 @@ QueueI::cancel_async(const Demo::AMD_Queue_cancelPtr& cb, const vector<string>& } list<Request>::iterator erase = q++; _requestQueue.erase(erase); + break; } else { |