Added support for heartbeat global option.

This commit is contained in:
crs
2003-02-22 16:20:23 +00:00
parent 8685afd9f6
commit 366537dc22
11 changed files with 196 additions and 57 deletions

View File

@@ -59,3 +59,9 @@ CClientProxy::getName() const
{
return m_name;
}
const CMutex*
CClientProxy::getMutex() const
{
return &m_mutex;
}