aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2011-12-13 17:45:16 +0100
committerMontellese <montellese@xbmc.org>2012-03-20 10:17:00 +0100
commit179b861d1a12c5fc3720bca2e63cfce6d5a7b9c1 (patch)
treea2a4a42cf14575d6a335d8c856aafc5aa12c6cb2 /project
parent202b277797049aa71288ee4df898677f8d70c670 (diff)
websocket: add support for version 13 by implementing RFC 6455
Diffstat (limited to 'project')
-rw-r--r--project/VS2010Express/XBMC.vcxproj2
-rw-r--r--project/VS2010Express/XBMC.vcxproj.filters6
2 files changed, 8 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index ff80a5776c..648e776d6c 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -675,6 +675,7 @@
<ClCompile Include="..\..\xbmc\network\WebServer.cpp" />
<ClCompile Include="..\..\xbmc\network\websocket\WebSocket.cpp" />
<ClCompile Include="..\..\xbmc\network\websocket\WebSocketManager.cpp" />
+ <ClCompile Include="..\..\xbmc\network\websocket\WebSocketV13.cpp" />
<ClCompile Include="..\..\xbmc\network\websocket\WebSocketV8.cpp" />
<ClCompile Include="..\..\xbmc\network\windows\NetworkWin32.cpp" />
<ClCompile Include="..\..\xbmc\network\windows\ZeroconfWIN.cpp" />
@@ -764,6 +765,7 @@
<ClInclude Include="..\..\xbmc\interfaces\python\xbmcmodule\pythreadstate.h" />
<ClInclude Include="..\..\xbmc\network\websocket\WebSocket.h" />
<ClInclude Include="..\..\xbmc\network\websocket\WebSocketManager.h" />
+ <ClInclude Include="..\..\xbmc\network\websocket\WebSocketV13.h" />
<ClInclude Include="..\..\xbmc\network\websocket\WebSocketV8.h" />
<ClInclude Include="..\..\xbmc\threads\platform\win\Implementation.cpp" />
<ClCompile Include="..\..\xbmc\threads\SystemClock.cpp" />
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters
index a0b45b91eb..3cc187c9df 100644
--- a/project/VS2010Express/XBMC.vcxproj.filters
+++ b/project/VS2010Express/XBMC.vcxproj.filters
@@ -2586,6 +2586,9 @@
<ClCompile Include="..\..\xbmc\network\websocket\WebSocketManager.cpp">
<Filter>network\websocket</Filter>
</ClCompile>
+ <ClCompile Include="..\..\xbmc\network\websocket\WebSocketV13.cpp">
+ <Filter>network\websocket</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\xbmc\win32\pch.h">
@@ -5193,6 +5196,9 @@
<ClInclude Include="..\..\xbmc\network\websocket\WebSocketManager.h">
<Filter>network\websocket</Filter>
</ClInclude>
+ <ClInclude Include="..\..\xbmc\network\websocket\WebSocketV13.h">
+ <Filter>network\websocket</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\xbmc\win32\XBMC_PC.rc">