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

@@ -1952,7 +1952,7 @@ EE_MAIN_FUNC int main (int argc, char * argv []) {
eeDelete( Test );
EE::MemoryManager::ShowResults();
MemoryManager::ShowResults();
return EXIT_SUCCESS;
}