aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llcompilequeue.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:07 -0500
committerJacek Antonelli2008-08-15 23:45:07 -0500
commit8465910c79b8e746e04fd581cca2d60399e569b9 (patch)
treef43fec3e83c46e0d6190dca923d6fb268b52ffdd /linden/indra/newview/llcompilequeue.h
parentSecond Life viewer sources 1.18.2.1 (diff)
downloadmeta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.zip
meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.tar.gz
meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.tar.bz2
meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.tar.xz
Second Life viewer sources 1.18.3.2-RC
Diffstat (limited to 'linden/indra/newview/llcompilequeue.h')
-rw-r--r--linden/indra/newview/llcompilequeue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llcompilequeue.h b/linden/indra/newview/llcompilequeue.h
index c28b92c..cbff4cb 100644
--- a/linden/indra/newview/llcompilequeue.h
+++ b/linden/indra/newview/llcompilequeue.h
@@ -133,12 +133,12 @@ protected:
133 // This is the callback for when each script arrives 133 // This is the callback for when each script arrives
134 static void scriptArrived(LLVFS *vfs, const LLUUID& asset_id, 134 static void scriptArrived(LLVFS *vfs, const LLUUID& asset_id,
135 LLAssetType::EType type, 135 LLAssetType::EType type,
136 void* user_data, S32 status); 136 void* user_data, S32 status, LLExtStat ext_status);
137 137
138 static void onSaveTextComplete(const LLUUID& asset_id, void* user_data, S32 status); 138 static void onSaveTextComplete(const LLUUID& asset_id, void* user_data, S32 status, LLExtStat ext_status);
139 static void onSaveBytecodeComplete(const LLUUID& asset_id, 139 static void onSaveBytecodeComplete(const LLUUID& asset_id,
140 void* user_data, 140 void* user_data,
141 S32 status); 141 S32 status, LLExtStat ext_status);
142 142
143 // compile the file given and save it out. 143 // compile the file given and save it out.
144 void compile(const char* filename, const LLUUID& asset_id); 144 void compile(const char* filename, const LLUUID& asset_id);