aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llqueuedthread.h
diff options
context:
space:
mode:
authorJacek Antonelli2010-02-08 17:25:48 -0600
committerJacek Antonelli2010-02-08 17:25:48 -0600
commit02dee1652be7868d588fefa8b8e672be40088bdb (patch)
treecafeaf4d499b53b745ba1b3c92c10c05f7382925 /linden/indra/llcommon/llqueuedthread.h
parentPorted many APR changes from Snowglobe. (diff)
downloadmeta-impy-02dee1652be7868d588fefa8b8e672be40088bdb.zip
meta-impy-02dee1652be7868d588fefa8b8e672be40088bdb.tar.gz
meta-impy-02dee1652be7868d588fefa8b8e672be40088bdb.tar.bz2
meta-impy-02dee1652be7868d588fefa8b8e672be40088bdb.tar.xz
Ported some thread changes from Snowglobe.
Diffstat (limited to 'linden/indra/llcommon/llqueuedthread.h')
-rw-r--r--linden/indra/llcommon/llqueuedthread.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/llcommon/llqueuedthread.h b/linden/indra/llcommon/llqueuedthread.h
index 3ba43e1..aa7c6e4 100644
--- a/linden/indra/llcommon/llqueuedthread.h
+++ b/linden/indra/llcommon/llqueuedthread.h
@@ -165,6 +165,9 @@ private:
165 165
166 virtual bool runCondition(void); 166 virtual bool runCondition(void);
167 virtual void run(void); 167 virtual void run(void);
168 virtual void startThread(void);
169 virtual void endThread(void);
170 virtual void threadedUpdate(void);
168 171
169protected: 172protected:
170 handle_t generateHandle(); 173 handle_t generateHandle();