diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-05-17 12:30:19 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-05-17 12:30:19 +0200 |
commit | 634cf218753f412a51c42454dc3f7759581891ab (patch) | |
tree | 488bbfd1ebaf23aa126df9a17da14690536956c7 /cpp/src/Ice/ACM.cpp | |
parent | Fixed ICE-7882 - replaced IceBridge.Router with IceBridge.InstanceName (diff) | |
download | ice-634cf218753f412a51c42454dc3f7759581891ab.tar.bz2 ice-634cf218753f412a51c42454dc3f7759581891ab.tar.xz ice-634cf218753f412a51c42454dc3f7759581891ab.zip |
Fixed ICE-7880 - renamed HeartbeatOnInvocation to HeartbeatOnDispatch
Diffstat (limited to 'cpp/src/Ice/ACM.cpp')
-rw-r--r-- | cpp/src/Ice/ACM.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ACM.cpp b/cpp/src/Ice/ACM.cpp index 2afcf21b3c2..6cdec20d8f7 100644 --- a/cpp/src/Ice/ACM.cpp +++ b/cpp/src/Ice/ACM.cpp @@ -25,7 +25,7 @@ IceUtil::Shared* IceInternal::upCast(FactoryACMMonitor* p) { return p; } IceInternal::ACMConfig::ACMConfig(bool server) : timeout(IceUtil::Time::seconds(60)), - heartbeat(ICE_ENUM(ACMHeartbeat, HeartbeatOnInvocation)), + heartbeat(ICE_ENUM(ACMHeartbeat, HeartbeatOnDispatch)), close(server ? ICE_ENUM(ACMClose, CloseOnInvocation) : ICE_ENUM(ACMClose, CloseOnInvocationAndIdle)) { } |