Core/Build: Enable Clang PCH support and OS X specific features

Core: Fix warnings here and there
This commit is contained in:
Spp
2012-11-09 13:13:45 +01:00
parent 90c95806a7
commit 333b8e5159
53 changed files with 506 additions and 941 deletions
@@ -59,7 +59,7 @@ int DelayExecutor::svc()
return 0;
}
int DelayExecutor::activate(int num_threads, ACE_Method_Request* pre_svc_hook, ACE_Method_Request* post_svc_hook)
int DelayExecutor::start(int num_threads, ACE_Method_Request* pre_svc_hook, ACE_Method_Request* post_svc_hook)
{
if (activated())
return -1;