Remove ConcurrentObject and rename to SharedData

This commit is contained in:
Vinnie Falco
2013-06-30 09:55:18 -07:00
parent 02f137ace8
commit 2fefe6ca8d
12 changed files with 48 additions and 65 deletions

View File

@@ -53,7 +53,6 @@ namespace beast
#include "memory/beast_GlobalPagedFreeStore.cpp"
#include "memory/beast_PagedFreeStore.cpp"
#include "threads/beast_CallQueue.cpp"
#include "threads/beast_ConcurrentObject.cpp"
#include "threads/beast_Listeners.cpp"
#include "threads/beast_ManualCallQueue.cpp"
#include "threads/beast_ParallelFor.cpp"