Add Stoppable prepare and start interfaces

This commit is contained in:
Vinnie Falco
2013-09-28 15:00:35 -07:00
parent d37dd46f65
commit f07515eb88
18 changed files with 395 additions and 258 deletions

View File

@@ -19,6 +19,10 @@
#include "BeastConfig.h"
#include "../../modules/beast_core/beast_core.h"
#include "impl/Error.cpp"
// For Journal and Debug
#include "../../modules/beast_core/beast_core.h"
#include "impl/Journal.cpp"
#include "impl/Debug.cpp"