diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-11-20 14:42:16 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-11-20 14:42:16 +0000 |
commit | a743c706868a95d9876cc79f9869e2870cd90802 (patch) | |
tree | 5162e376e21383ac75564fd7ad9307743884ee76 /cpp/demo/Ice/async/QueueI.h | |
parent | Added cancel operation (diff) | |
download | ice-a743c706868a95d9876cc79f9869e2870cd90802.tar.bz2 ice-a743c706868a95d9876cc79f9869e2870cd90802.tar.xz ice-a743c706868a95d9876cc79f9869e2870cd90802.zip |
Minor changes
Diffstat (limited to 'cpp/demo/Ice/async/QueueI.h')
-rw-r--r-- | cpp/demo/Ice/async/QueueI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/async/QueueI.h b/cpp/demo/Ice/async/QueueI.h index 6fae5bc1865..52043328a98 100644 --- a/cpp/demo/Ice/async/QueueI.h +++ b/cpp/demo/Ice/async/QueueI.h @@ -27,7 +27,7 @@ private: struct Request { std::string id; - Demo::AMD_Queue_getPtr request; + Demo::AMD_Queue_getPtr cb; }; std::list<std::string> _messageQueue; |