diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-01-09 15:58:23 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-01-09 15:58:23 +0000 |
commit | 4ba1e534cd256e3db901424e9214ee8cc3569955 (patch) | |
tree | 2f3297f3a87d30f18990b59fc1b9354a6f734c97 /cpp/demo/Ice/async/Consumer.cpp | |
parent | fix exe/lib flag snafu (diff) | |
download | ice-4ba1e534cd256e3db901424e9214ee8cc3569955.tar.bz2 ice-4ba1e534cd256e3db901424e9214ee8cc3569955.tar.xz ice-4ba1e534cd256e3db901424e9214ee8cc3569955.zip |
Added CPP_COMPILER setting
Diffstat (limited to 'cpp/demo/Ice/async/Consumer.cpp')
-rw-r--r-- | cpp/demo/Ice/async/Consumer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/demo/Ice/async/Consumer.cpp b/cpp/demo/Ice/async/Consumer.cpp index b49079207e7..d3dcf32c577 100644 --- a/cpp/demo/Ice/async/Consumer.cpp +++ b/cpp/demo/Ice/async/Consumer.cpp @@ -115,6 +115,7 @@ QueueConsumer::run(int argc, char* argv[]) // // Cancel any outstanding requests. // + /* IceUtil::StaticMutex::Lock lock(requestsMutex); if(requests.size() != 0) { @@ -132,6 +133,7 @@ QueueConsumer::run(int argc, char* argv[]) // Ignore } } + */ return EXIT_SUCCESS; } |