mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-10 08:41:24 +03:00
Added support for AsyncRequests in cHttp.
Added cThreadLocal and tThreadLocalPtr ( needed for the async requests ).
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE QtCreatorProject>
|
||||
<!-- Written by QtCreator 2.8.0, 2013-09-29T02:43:00. -->
|
||||
<!-- Written by QtCreator 2.8.0, 2013-09-30T02:03:41. -->
|
||||
<qtcreator>
|
||||
<data>
|
||||
<variable>ProjectExplorer.Project.ActiveTarget</variable>
|
||||
@@ -48,7 +48,7 @@
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop</value>
|
||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{388e5431-b31b-42b3-b9ad-9002d279d75d}</value>
|
||||
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">10</value>
|
||||
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">19</value>
|
||||
<value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
|
||||
<value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">11</value>
|
||||
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
|
||||
|
||||
@@ -653,3 +653,10 @@
|
||||
../../Makefile.base
|
||||
../../Makefile
|
||||
../../src/examples/http_request/http_request.cpp
|
||||
../../include/eepp/system/cthreadlocal.hpp
|
||||
../../src/eepp/system/cthreadlocal.cpp
|
||||
../../src/eepp/system/platform/win/cthreadlocalimpl.hpp
|
||||
../../src/eepp/system/platform/win/cthreadlocalimpl.cpp
|
||||
../../src/eepp/system/platform/posix/cthreadlocalimpl.hpp
|
||||
../../src/eepp/system/platform/posix/cthreadlocalimpl.cpp
|
||||
../../include/eepp/system/tthreadlocalptr.hpp
|
||||
|
||||
Reference in New Issue
Block a user