summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/async/QueueI.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-11-20 18:56:45 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-11-20 18:56:45 +0000
commitf2e8145bedb5464d4b755b5efd9348721532cafc (patch)
tree3e4aa8c0a1952a24cca4378a808e8e5795e329d4 /cpp/demo/Ice/async/QueueI.cpp
parentant tasks check the ice.dir property that may be set in the XML (diff)
downloadice-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.cpp1
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
{