summaryrefslogtreecommitdiff
path: root/indra/newview/llmaterialmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llmaterialmgr.h')
-rw-r--r--indra/newview/llmaterialmgr.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llmaterialmgr.h b/indra/newview/llmaterialmgr.h
index d801d40c36..49d1029522 100644
--- a/indra/newview/llmaterialmgr.h
+++ b/indra/newview/llmaterialmgr.h
@@ -43,13 +43,14 @@ public:
const LLMaterialPtr get(const LLMaterialID& material_id);
boost::signals2::connection get(const LLMaterialID& material_id, get_callback_t::slot_type cb);
void put(const LLUUID& object_id, const U8 te, const LLMaterial& material);
- void processGetQueue();
- void processPutQueue();
protected:
bool isGetPending(const LLMaterialID& material_id);
+ static void onIdle(void*);
+ void processGetQueue();
void onGetResponse(bool success, const LLSD& content);
+ void processPutQueue();
void onPutResponse(bool success, const LLSD& content, const LLUUID& object_id);
protected: