diff options
author | Jacek Antonelli | 2010-02-08 17:25:48 -0600 |
---|---|---|
committer | Jacek Antonelli | 2010-02-08 17:25:48 -0600 |
commit | 02dee1652be7868d588fefa8b8e672be40088bdb (patch) | |
tree | cafeaf4d499b53b745ba1b3c92c10c05f7382925 /linden/indra/llcommon/llqueuedthread.h | |
parent | Ported many APR changes from Snowglobe. (diff) | |
download | meta-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.h | 3 |
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 | ||
169 | protected: | 172 | protected: |
170 | handle_t generateHandle(); | 173 | handle_t generateHandle(); |