aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llcompilequeue.cpp
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.cpp
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 '')
-rw-r--r--linden/indra/newview/llcompilequeue.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llcompilequeue.cpp b/linden/indra/newview/llcompilequeue.cpp
index 12b52c4..2bd2f2d 100644
--- a/linden/indra/newview/llcompilequeue.cpp
+++ b/linden/indra/newview/llcompilequeue.cpp
@@ -366,7 +366,7 @@ void LLFloaterCompileQueue::handleInventory(LLViewerObject *viewer_object,
366// static 366// static
367void LLFloaterCompileQueue::scriptArrived(LLVFS *vfs, const LLUUID& asset_id, 367void LLFloaterCompileQueue::scriptArrived(LLVFS *vfs, const LLUUID& asset_id,
368 LLAssetType::EType type, 368 LLAssetType::EType type,
369 void* user_data, S32 status) 369 void* user_data, S32 status, LLExtStat ext_status)
370{ 370{
371 llinfos << "LLFloaterCompileQueue::scriptArrived()" << llendl; 371 llinfos << "LLFloaterCompileQueue::scriptArrived()" << llendl;
372 LLScriptQueueData* data = (LLScriptQueueData*)user_data; 372 LLScriptQueueData* data = (LLScriptQueueData*)user_data;
@@ -449,7 +449,7 @@ void LLFloaterCompileQueue::scriptArrived(LLVFS *vfs, const LLUUID& asset_id,
449} 449}
450 450
451// static 451// static
452void LLFloaterCompileQueue::onSaveTextComplete(const LLUUID& asset_id, void* user_data, S32 status) // StoreAssetData callback (fixed) 452void LLFloaterCompileQueue::onSaveTextComplete(const LLUUID& asset_id, void* user_data, S32 status, LLExtStat ext_status) // StoreAssetData callback (fixed)
453{ 453{
454 llinfos << "LLFloaterCompileQueue::onSaveTextComplete()" << llendl; 454 llinfos << "LLFloaterCompileQueue::onSaveTextComplete()" << llendl;
455 if (status) 455 if (status)
@@ -462,7 +462,7 @@ void LLFloaterCompileQueue::onSaveTextComplete(const LLUUID& asset_id, void* use
462} 462}
463 463
464// static 464// static
465void LLFloaterCompileQueue::onSaveBytecodeComplete(const LLUUID& asset_id, void* user_data, S32 status) // StoreAssetData callback (fixed) 465void LLFloaterCompileQueue::onSaveBytecodeComplete(const LLUUID& asset_id, void* user_data, S32 status, LLExtStat ext_status) // StoreAssetData callback (fixed)
466{ 466{
467 llinfos << "LLFloaterCompileQueue::onSaveBytecodeComplete()" << llendl; 467 llinfos << "LLFloaterCompileQueue::onSaveBytecodeComplete()" << llendl;
468 LLCompileQueueData* data = (LLCompileQueueData*)user_data; 468 LLCompileQueueData* data = (LLCompileQueueData*)user_data;