Cleanup a bunch of the code and the interface itself

This commit is contained in:
Cameron Gutman
2014-01-20 19:11:25 -05:00
parent 3b057e4a6b
commit d6c77b0323
18 changed files with 473 additions and 126 deletions
@@ -76,6 +76,7 @@
<ItemGroup>
<ClCompile Include="ByteBuffer.cpp" />
<ClCompile Include="Config.cpp" />
<ClCompile Include="Connection.cpp" />
<ClCompile Include="ControlStream.cpp" />
<ClCompile Include="Handshake.cpp" />
<ClCompile Include="LinkedBlockingQueue.cpp" />
@@ -86,6 +87,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="ByteBuffer.h" />
<ClInclude Include="Limelight-internal.h" />
<ClInclude Include="Limelight.h" />
<ClInclude Include="LinkedBlockingQueue.h" />
<ClInclude Include="Platform.h" />