diff options
Diffstat (limited to 'linden/indra/newview/llcompilequeue.cpp')
-rw-r--r-- | linden/indra/newview/llcompilequeue.cpp | 6 |
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 |
367 | void LLFloaterCompileQueue::scriptArrived(LLVFS *vfs, const LLUUID& asset_id, | 367 | void 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 |
452 | void LLFloaterCompileQueue::onSaveTextComplete(const LLUUID& asset_id, void* user_data, S32 status) // StoreAssetData callback (fixed) | 452 | void 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 |
465 | void LLFloaterCompileQueue::onSaveBytecodeComplete(const LLUUID& asset_id, void* user_data, S32 status) // StoreAssetData callback (fixed) | 465 | void 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; |