No longer include llerrorlegacy.h. Updated llstl to include deletion utilites.
This commit is contained in:
@@ -402,7 +402,7 @@ void LLPluginCookieStore::writeChangedCookies(std::ostream& s, bool clear_change
|
||||
{
|
||||
if(mHasChangedCookies)
|
||||
{
|
||||
lldebugs << "returning changed cookies: " << llendl;
|
||||
LL_DEBUGS() << "returning changed cookies: " << LL_ENDL;
|
||||
cookie_map_t::iterator iter;
|
||||
for(iter = mCookies.begin(); iter != mCookies.end(); )
|
||||
{
|
||||
@@ -414,7 +414,7 @@ void LLPluginCookieStore::writeChangedCookies(std::ostream& s, bool clear_change
|
||||
{
|
||||
s << iter->second->getCookie() << "\n";
|
||||
|
||||
lldebugs << " " << iter->second->getCookie() << llendl;
|
||||
LL_DEBUGS() << " " << iter->second->getCookie() << LL_ENDL;
|
||||
|
||||
// If requested, clear the changed mark
|
||||
if(clear_changed)
|
||||
|
||||
@@ -230,7 +230,7 @@ bool LLPluginMessagePipe::pumpOutput(bool flush)
|
||||
else if(APR_STATUS_IS_EOF(status))
|
||||
{
|
||||
// This is what we normally expect when a plugin exits.
|
||||
llinfos << "Got EOF from plugin socket. " << llendl;
|
||||
LL_INFOS() << "Got EOF from plugin socket. " << LL_ENDL;
|
||||
|
||||
if(mOwner)
|
||||
{
|
||||
|
||||
@@ -185,7 +185,7 @@ bool LLPluginProcessParent::accept()
|
||||
|
||||
if(status == APR_SUCCESS)
|
||||
{
|
||||
// llinfos << "SUCCESS" << llendl;
|
||||
// LL_INFOS() << "SUCCESS" << LL_ENDL;
|
||||
// Success. Create a message pipe on the new socket
|
||||
new LLPluginMessagePipe(this, mSocket);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user