Add ServiceQueue

This commit is contained in:
Vinnie Falco
2013-09-27 13:43:55 -07:00
parent e132aabdae
commit cc05ce19f9
6 changed files with 1180 additions and 114 deletions

View File

@@ -290,6 +290,8 @@ namespace beast
}
#include "thread/ServiceQueue.cpp"
// Has to be outside the beast namespace
extern "C" {
void beast_reportFatalError (char const* message, char const* fileName, int lineNumber)