No longer include llerrorlegacy.h. Updated llstl to include deletion utilites.

This commit is contained in:
Shyotl
2015-06-19 03:54:20 -05:00
parent 283f5298d5
commit 1c627317ec
634 changed files with 8200 additions and 12214 deletions

View File

@@ -107,7 +107,7 @@ BOOL LLFloaterScriptLimits::postBuild()
if(!mTab)
{
llwarns << "Error! couldn't get scriptlimits_panels, aborting Script Information setup" << llendl;
LL_WARNS() << "Error! couldn't get scriptlimits_panels, aborting Script Information setup" << LL_ENDL;
return FALSE;
}
@@ -202,7 +202,7 @@ void fetchScriptLimitsRegionInfoResponder::httpSuccess()
OSMessageBox(nice_llsd.str(), "main cap response:", 0);
llinfos << "main cap response:" << content << LL_ENDL;
LL_INFOS() << "main cap response:" << content << LL_ENDL;
#endif
@@ -217,7 +217,7 @@ void fetchScriptLimitsRegionInfoResponder::httpSuccess()
LLFloaterScriptLimits* instance = LLFloaterScriptLimits::findInstance();
if(!instance)
{
llwarns << "Failed to get llfloaterscriptlimits instance" << llendl;
LL_WARNS() << "Failed to get llfloaterscriptlimits instance" << LL_ENDL;
}
}
@@ -230,7 +230,7 @@ void fetchScriptLimitsRegionInfoResponder::httpSuccess()
void fetchScriptLimitsRegionInfoResponder::httpFailure()
{
llwarns << dumpResponse() << LL_ENDL;
LL_WARNS() << dumpResponse() << LL_ENDL;
}
void fetchScriptLimitsRegionSummaryResponder::httpSuccess()
@@ -291,14 +291,14 @@ void fetchScriptLimitsRegionSummaryResponder::httpSuccess()
OSMessageBox(nice_llsd.str(), "summary response:", 0);
llwarns << "summary response:" << *content << llendl;
LL_WARNS() << "summary response:" << *content << LL_ENDL;
#endif
LLFloaterScriptLimits* instance = LLFloaterScriptLimits::findInstance();
if(!instance)
{
llwarns << "Failed to get llfloaterscriptlimits instance" << llendl;
LL_WARNS() << "Failed to get llfloaterscriptlimits instance" << LL_ENDL;
}
else
{
@@ -324,7 +324,7 @@ void fetchScriptLimitsRegionSummaryResponder::httpSuccess()
void fetchScriptLimitsRegionSummaryResponder::httpFailure()
{
llwarns << dumpResponse() << LL_ENDL;
LL_WARNS() << dumpResponse() << LL_ENDL;
}
void fetchScriptLimitsRegionDetailsResponder::httpSuccess()
@@ -406,7 +406,7 @@ result (map)
OSMessageBox(nice_llsd.str(), "details response:", 0);
llinfos << "details response:" << content << llendl;
LL_INFOS() << "details response:" << content << LL_ENDL;
#endif
@@ -414,7 +414,7 @@ result (map)
if(!instance)
{
llwarns << "Failed to get llfloaterscriptlimits instance" << llendl;
LL_WARNS() << "Failed to get llfloaterscriptlimits instance" << LL_ENDL;
}
else
{
@@ -428,19 +428,19 @@ result (map)
}
else
{
llwarns << "Failed to get scriptlimits memory panel" << llendl;
LL_WARNS() << "Failed to get scriptlimits memory panel" << LL_ENDL;
}
}
else
{
llwarns << "Failed to get scriptlimits_panels" << llendl;
LL_WARNS() << "Failed to get scriptlimits_panels" << LL_ENDL;
}
}
}
void fetchScriptLimitsRegionDetailsResponder::httpFailure()
{
llwarns << dumpResponse() << LL_ENDL;
LL_WARNS() << dumpResponse() << LL_ENDL;
}
void fetchScriptLimitsAttachmentInfoResponder::httpSuccess()
@@ -501,7 +501,7 @@ void fetchScriptLimitsAttachmentInfoResponder::httpSuccess()
OSMessageBox(nice_llsd.str(), "attachment response:", 0);
llinfos << "attachment response:" << content << llendl;
LL_INFOS() << "attachment response:" << content << LL_ENDL;
#endif
@@ -509,7 +509,7 @@ void fetchScriptLimitsAttachmentInfoResponder::httpSuccess()
if(!instance)
{
llwarns << "Failed to get llfloaterscriptlimits instance" << llendl;
LL_WARNS() << "Failed to get llfloaterscriptlimits instance" << LL_ENDL;
}
else
{
@@ -531,19 +531,19 @@ void fetchScriptLimitsAttachmentInfoResponder::httpSuccess()
}
else
{
llwarns << "Failed to get script_limits_my_avatar_panel" << llendl;
LL_WARNS() << "Failed to get script_limits_my_avatar_panel" << LL_ENDL;
}
}
else
{
llwarns << "Failed to get scriptlimits_panels" << llendl;
LL_WARNS() << "Failed to get scriptlimits_panels" << LL_ENDL;
}
}
}
void fetchScriptLimitsAttachmentInfoResponder::httpFailure()
{
llwarns << dumpResponse() << LL_ENDL;
LL_WARNS() << dumpResponse() << LL_ENDL;
}
///----------------------------------------------------------------------------
@@ -616,7 +616,7 @@ void LLPanelScriptLimitsRegionMemory::setParcelID(const LLUUID& parcel_id)
// virtual
void LLPanelScriptLimitsRegionMemory::setErrorStatus(U32 status, const std::string& reason)
{
llwarns << "Can't handle remote parcel request."<< " Http Status: "<< status << ". Reason : "<< reason<<llendl;
LL_WARNS() << "Can't handle remote parcel request."<< " Http Status: "<< status << ". Reason : "<< reason<<LL_ENDL;
}
// callback from the name cache with an owner name to add to the list
@@ -656,7 +656,7 @@ void LLPanelScriptLimitsRegionMemory::setRegionDetails(LLSD content)
if(!list)
{
llwarns << "Error getting the scripts_list control" << llendl;
LL_WARNS() << "Error getting the scripts_list control" << LL_ENDL;
return;
}
@@ -828,7 +828,7 @@ void LLPanelScriptLimitsRegionMemory::setRegionSummary(LLSD content)
}
else
{
llwarns << "summary doesn't contain memory info" << llendl;
LL_WARNS() << "summary doesn't contain memory info" << LL_ENDL;
return;
}
@@ -846,7 +846,7 @@ void LLPanelScriptLimitsRegionMemory::setRegionSummary(LLSD content)
}
else
{
llwarns << "summary doesn't contain urls info" << llendl;
LL_WARNS() << "summary doesn't contain urls info" << LL_ENDL;
return;
}
@@ -959,7 +959,7 @@ BOOL LLPanelScriptLimitsRegionMemory::StartRequestChain()
}
else
{
llwarns << "Can't get parcel info for script information request" << region_id
LL_WARNS() << "Can't get parcel info for script information request" << region_id
<< ". Region: " << region->getName()
<< " does not support RemoteParcelRequest" << LL_ENDL;
@@ -1026,7 +1026,7 @@ void LLPanelScriptLimitsRegionMemory::onClickRefresh(void* userdata)
}
else
{
llwarns << "could not find LLPanelScriptLimitsRegionMemory instance after refresh button clicked" << llendl;
LL_WARNS() << "could not find LLPanelScriptLimitsRegionMemory instance after refresh button clicked" << LL_ENDL;
return;
}
}
@@ -1072,7 +1072,7 @@ void LLPanelScriptLimitsRegionMemory::onClickHighlight(void* userdata)
}
else
{
llwarns << "could not find LLPanelScriptLimitsRegionMemory instance after highlight button clicked" << llendl;
LL_WARNS() << "could not find LLPanelScriptLimitsRegionMemory instance after highlight button clicked" << LL_ENDL;
return;
}
}
@@ -1177,7 +1177,7 @@ void LLPanelScriptLimitsRegionMemory::onClickReturn(void* userdata)
}
else
{
llwarns << "could not find LLPanelScriptLimitsRegionMemory instance after highlight button clicked" << llendl;
LL_WARNS() << "could not find LLPanelScriptLimitsRegionMemory instance after highlight button clicked" << LL_ENDL;
return;
}
}
@@ -1309,7 +1309,7 @@ void LLPanelScriptLimitsAttachment::setAttachmentSummary(LLSD content)
}
else
{
llwarns << "attachment details don't contain memory summary info" << llendl;
LL_WARNS() << "attachment details don't contain memory summary info" << LL_ENDL;
return;
}
@@ -1327,7 +1327,7 @@ void LLPanelScriptLimitsAttachment::setAttachmentSummary(LLSD content)
}
else
{
llwarns << "attachment details don't contain urls summary info" << llendl;
LL_WARNS() << "attachment details don't contain urls summary info" << LL_ENDL;
return;
}
@@ -1379,7 +1379,7 @@ void LLPanelScriptLimitsAttachment::onClickRefresh(void* userdata)
}
else
{
llwarns << "could not find LLPanelScriptLimitsRegionMemory instance after refresh button clicked" << llendl;
LL_WARNS() << "could not find LLPanelScriptLimitsRegionMemory instance after refresh button clicked" << LL_ENDL;
return;
}
}