No longer include llerrorlegacy.h. Updated llstl to include deletion utilites.
This commit is contained in:
@@ -154,7 +154,7 @@ S32 LLAPRFile::read(void *buf, S32 nbytes)
|
||||
{
|
||||
if(!mFile)
|
||||
{
|
||||
llwarns << "apr mFile is removed by somebody else. Can not read." << llendl ;
|
||||
LL_WARNS() << "apr mFile is removed by somebody else. Can not read." << LL_ENDL ;
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -176,7 +176,7 @@ S32 LLAPRFile::write(const void *buf, S32 nbytes)
|
||||
{
|
||||
if(!mFile)
|
||||
{
|
||||
llwarns << "apr mFile is removed by somebody else. Can not write." << llendl ;
|
||||
LL_WARNS() << "apr mFile is removed by somebody else. Can not write." << LL_ENDL ;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user