Pulled idle callback functions out of rlvviewer2 and moved them into llcallbacklist where they belong. LLCallbackList brought up to current, as well.
This commit is contained in:
@@ -29,18 +29,6 @@
|
||||
|
||||
#include "boost/function.hpp"
|
||||
|
||||
// ============================================================================
|
||||
// From llappearancemgr.h
|
||||
|
||||
typedef boost::function<void ()> nullary_func_t;
|
||||
typedef boost::function<bool ()> bool_func_t;
|
||||
|
||||
// Call a given callable once in idle loop.
|
||||
void doOnIdleOneTime(nullary_func_t callable);
|
||||
|
||||
// Repeatedly call a callable in idle loop until it returns true.
|
||||
void doOnIdleRepeating(bool_func_t callable);
|
||||
|
||||
// ============================================================================
|
||||
// From llinventoryobserver.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user