From 84813db2ae980ecfd0a2bc80c840c93319d1a707 Mon Sep 17 00:00:00 2001 From: Red-F Date: Mon, 8 Oct 2012 22:09:11 +0200 Subject: Provide IFile consumers a rudimentary HTTP POST option via a CurlFile sub-class called HTTPFile. Implements IFile's OpenForWrite and Write methods to POST data with Content-Type set to "Application/Json" --- project/VS2010Express/XBMC.vcxproj | 2 ++ project/VS2010Express/XBMC.vcxproj.filters | 6 ++++++ 2 files changed, 8 insertions(+) (limited to 'project') diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 4c7824dfcd..c0a8a3516f 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -477,6 +477,7 @@ + @@ -1020,6 +1021,7 @@ + diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index b471ebfa05..cf1711ecbc 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -2936,6 +2936,9 @@ interfaces\json-rpc + + filesystem + @@ -5740,6 +5743,9 @@ interfaces\json-rpc + + filesystem + -- cgit v1.2.3