aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llcachename.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:50 -0500
committerJacek Antonelli2008-08-15 23:44:50 -0500
commit89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch)
treebcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/llmessage/llcachename.h
parentSecond Life viewer sources 1.13.3.2 (diff)
downloadmeta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/llmessage/llcachename.h')
-rw-r--r--linden/indra/llmessage/llcachename.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llmessage/llcachename.h b/linden/indra/llmessage/llcachename.h
index 4dd42cb..9987f11 100644
--- a/linden/indra/llmessage/llcachename.h
+++ b/linden/indra/llmessage/llcachename.h
@@ -60,6 +60,8 @@ public:
60 void addObserver(LLCacheNameCallback callback); 60 void addObserver(LLCacheNameCallback callback);
61 void removeObserver(LLCacheNameCallback callback); 61 void removeObserver(LLCacheNameCallback callback);
62 62
63 void cancelCallback(const LLUUID& id, LLCacheNameCallback callback, void* user_data = NULL);
64
63 // storing cache on disk; for viewer, in name.cache 65 // storing cache on disk; for viewer, in name.cache
64 void importFile(FILE* fp); 66 void importFile(FILE* fp);
65 void exportFile(FILE* fp); 67 void exportFile(FILE* fp);