Reorganize beast modules and files

This commit is contained in:
Vinnie Falco
2013-09-22 19:02:48 -07:00
parent 9e18bb3c31
commit 5c5de57290
78 changed files with 1416 additions and 8885 deletions

View File

@@ -107,14 +107,6 @@ FatalError::FatalError (char const* message, char const* fileName, int lineNumbe
Process::terminate ();
}
void reportFatalError (char const* message, char const* fileName, int lineNumber)
{
if (beast::beast_isRunningUnderDebugger())
beast_breakDebugger;
FatalError (message, fileName, lineNumber);
BEAST_ANALYZER_NORETURN
}
//------------------------------------------------------------------------------
// Yes even this class can have a unit test. It's manually triggered though.