|
From: <rus...@us...> - 2008-10-28 13:24:39
|
Revision: 351
http://gearbox.svn.sourceforge.net/gearbox/?rev=351&view=rev
Author: russo2503v
Date: 2008-10-28 13:20:00 +0000 (Tue, 28 Oct 2008)
Log Message:
-----------
docs
Modified Paths:
--------------
gearbox/trunk/src/gbxutilacfr/status.h
Modified: gearbox/trunk/src/gbxutilacfr/status.h
===================================================================
--- gearbox/trunk/src/gbxutilacfr/status.h 2008-10-28 09:32:51 UTC (rev 350)
+++ gearbox/trunk/src/gbxutilacfr/status.h 2008-10-28 13:20:00 UTC (rev 351)
@@ -148,6 +148,7 @@
//! Modifies maximum expected interval between heartbeats (in seconds).
//! When time since last heartbeat exceeds this, alarm is raised.
+ //! Negative interval means infinite interval.
//! Throws gbxutilacfr::Exception if the subsystem does not exist.
virtual void setMaxHeartbeatInterval( const std::string& subsystem, double intervalSec )=0;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|