#include <llwatchdog.h>

Public Member Functions | |
| LLWatchdogEntry () | |
| virtual | ~LLWatchdogEntry () |
| virtual bool | isAlive () const =0 |
| virtual void | start () |
| virtual void | stop () |
Definition at line 41 of file llwatchdog.h.
| LLWatchdogEntry::LLWatchdogEntry | ( | ) |
Definition at line 71 of file llwatchdog.cpp.
| LLWatchdogEntry::~LLWatchdogEntry | ( | ) | [virtual] |
Definition at line 75 of file llwatchdog.cpp.
| virtual bool LLWatchdogEntry::isAlive | ( | ) | const [pure virtual] |
Implemented in LLWatchdogTimeout.
Referenced by LLWatchdog::run().

| void LLWatchdogEntry::start | ( | void | ) | [virtual] |
Reimplemented in LLWatchdogTimeout.
Definition at line 79 of file llwatchdog.cpp.
References LLWatchdog::add(), and LLSingleton< LLWatchdog >::getInstance().
Referenced by LLWatchdogTimeout::start().


| void LLWatchdogEntry::stop | ( | ) | [virtual] |
Reimplemented in LLWatchdogTimeout.
Definition at line 84 of file llwatchdog.cpp.
References LLSingleton< LLWatchdog >::getInstance(), and LLWatchdog::remove().
Referenced by LLWatchdogTimeout::stop().


1.5.5