No longer include llerrorlegacy.h. Updated llstl to include deletion utilites.
This commit is contained in:
@@ -45,8 +45,8 @@ void LLCapHTTPSender::send(const LLHost& host, const std::string& message,
|
||||
const LLSD& body,
|
||||
LLHTTPClient::ResponderPtr response) const
|
||||
{
|
||||
llinfos << "LLCapHTTPSender::send: message " << message
|
||||
<< " to host " << host << llendl;
|
||||
LL_INFOS() << "LLCapHTTPSender::send: message " << message
|
||||
<< " to host " << host << LL_ENDL;
|
||||
LLSD llsd;
|
||||
llsd["message"] = message;
|
||||
llsd["body"] = body;
|
||||
|
||||
Reference in New Issue
Block a user