diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-11-05 10:51:35 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-11-05 10:51:35 -0400 |
commit | 298bccf0b6243f2cd741af59b1547b915128356b (patch) | |
tree | aff10041d00b5aec3413e620db079cc735c83375 /cpp/test/Ice/dispatcher/Dispatcher.cpp | |
parent | Revert "Replaced double underscores in C# mapping by ice-prefix names" (diff) | |
download | ice-298bccf0b6243f2cd741af59b1547b915128356b.tar.bz2 ice-298bccf0b6243f2cd741af59b1547b915128356b.tar.xz ice-298bccf0b6243f2cd741af59b1547b915128356b.zip |
Revert "Reverted previous double-underscore changes in IceUtil classes"
This reverts commit 2e6243dd2955e6a292bbe8a569d4e1711253746a.
Diffstat (limited to 'cpp/test/Ice/dispatcher/Dispatcher.cpp')
-rw-r--r-- | cpp/test/Ice/dispatcher/Dispatcher.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/dispatcher/Dispatcher.cpp b/cpp/test/Ice/dispatcher/Dispatcher.cpp index c725a9af4a1..93b72a313c7 100644 --- a/cpp/test/Ice/dispatcher/Dispatcher.cpp +++ b/cpp/test/Ice/dispatcher/Dispatcher.cpp @@ -18,9 +18,9 @@ Dispatcher::Dispatcher() { _instance = this; _terminated = false; - __setNoDelete(true); + iceSetNoDelete(true); start(); - __setNoDelete(false); + iceSetNoDelete(false); } void |