#include <llchainio.h>
Static Public Member Functions | |
| static bool | addToPump (LLPumpIO *pump, F32 in_seconds, const LLPumpIO::chain_t &chain, F32 chain_timeout) |
| Add a chain to a pump in a finite # of seconds. | |
Definition at line 44 of file llchainio.h.
| bool LLDeferredChain::addToPump | ( | LLPumpIO * | pump, | |
| F32 | in_seconds, | |||
| const LLPumpIO::chain_t & | deferred_chain, | |||
| F32 | chain_timeout | |||
| ) | [static] |
Add a chain to a pump in a finite # of seconds.
pump The pump to work on. in_seconds The number of seconds from now when chain should start. chain The chain to add in in_seconds seconds. chain_timeout timeout for chain on the pump.
Definition at line 45 of file llchainio.cpp.
References LLPumpIO::addChain().

1.5.5