Build fixes
This commit is contained in:
@@ -122,7 +122,7 @@ LLCurl::Responder::~Responder()
|
||||
}
|
||||
|
||||
// virtual
|
||||
void LLCurl::Responder::error(
|
||||
void LLCurl::Responder::errorWithContent(
|
||||
U32 status,
|
||||
const std::string& reason,
|
||||
const LLSD&)
|
||||
@@ -163,7 +163,7 @@ void LLCurl::Responder::completed(U32 status, const std::string& reason, const L
|
||||
}
|
||||
else
|
||||
{
|
||||
error(status, reason, content);
|
||||
errorWithContent(status, reason, content);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -85,7 +85,7 @@ public:
|
||||
return((200 <= status) && (status < 300));
|
||||
}
|
||||
|
||||
virtual void error(
|
||||
virtual void errorWithContent(
|
||||
U32 status,
|
||||
const std::string& reason,
|
||||
const LLSD& content);
|
||||
|
||||
Reference in New Issue
Block a user