summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ACM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/ACM.cpp')
-rw-r--r--cpp/src/Ice/ACM.cpp2
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))
{
}