#include <llthread.h>


Public Member Functions | |
| virtual void | completed (bool success)=0 |
Protected Member Functions | |
| virtual | ~LLResponder () |
Definition at line 243 of file llthread.h.
| LLResponder::~LLResponder | ( | ) | [protected, virtual] |
Definition at line 395 of file llthread.cpp.
| virtual void LLResponder::completed | ( | bool | success | ) | [pure virtual] |
Implemented in LLTextureFetchWorker::CacheReadResponder, LLTextureFetchWorker::CacheWriteResponder, and LLTextureFetchWorker::DecodeResponder.
Referenced by LLTextureCache::update().

1.5.5