Large tidying up of Beast

- Move key classes into beast_core
- Tidy up various macros and files
- Disable leaking FifoFreeStoreWithTLS
This commit is contained in:
Vinnie Falco
2013-06-29 13:02:41 -07:00
parent b0c1b5834a
commit fe8834a52a
66 changed files with 1214 additions and 1154 deletions

View File

@@ -41,7 +41,7 @@
@ingroup beast_concurrent
*/
class ConcurrentObject : Uncopyable
class BEAST_API ConcurrentObject : Uncopyable
{
public:
inline void incReferenceCount () noexcept