Added support for AsyncRequests in cHttp.

Added cThreadLocal and tThreadLocalPtr ( needed for the async requests ).
This commit is contained in:
Martín Lucas Golini
2013-09-30 02:04:06 -03:00
parent aeb6dd4f07
commit cff7eb600f
23 changed files with 515 additions and 52 deletions

View File

@@ -42,7 +42,7 @@ EE_MAIN_FUNC int main (int argc, char * argv [])
cEngine::DestroySingleton();
// If was compiled in debug mode it will print the memory manager report
EE::MemoryManager::ShowResults();
MemoryManager::ShowResults();
return EXIT_SUCCESS;
}