mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0031501: Foundation Classes, Message_Printer - remove theToPutEndl argument -- use shortcuts
Message::DefaultMessenger()->Send() have been replaced by shortcuts Message::Send().
This commit is contained in:
@@ -40,7 +40,7 @@ Handle(NCollection_Buffer) FSD_Base64Decoder::Decode (const Standard_Byte* theSt
|
||||
Handle(NCollection_Buffer) aData = new NCollection_Buffer (NCollection_BaseAllocator::CommonBaseAllocator());
|
||||
if (!aData->Allocate (3 * theLen / 4))
|
||||
{
|
||||
Message::DefaultMessenger()->Send ("Fail to allocate memory.", Message_Fail);
|
||||
Message::SendFail ("Fail to allocate memory.");
|
||||
return Handle(NCollection_Buffer)();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user