Refactor the structure of ServerHandler:

This is a cleanup to the structure of the sources.
* Rename to ServerHandler
* Move private implementation declaration to separate header
* De-inline function definitions in the class declaration.
This commit is contained in:
Vinnie Falco
2014-10-26 19:15:40 -07:00
parent 2c8e90c9d8
commit feb997481c
9 changed files with 405 additions and 322 deletions

View File

@@ -1864,10 +1864,12 @@
</ClCompile>
<ClInclude Include="..\..\src\ripple\app\main\ParameterTable.h">
</ClInclude>
<ClCompile Include="..\..\src\ripple\app\main\RPCHTTPServer.cpp">
<ClInclude Include="..\..\src\ripple\app\main\ServerHandler.h">
</ClInclude>
<ClCompile Include="..\..\src\ripple\app\main\ServerHandlerImp.cpp">
<ExcludedFromBuild>True</ExcludedFromBuild>
</ClCompile>
<ClInclude Include="..\..\src\ripple\app\main\RPCHTTPServer.h">
<ClInclude Include="..\..\src\ripple\app\main\ServerHandlerImp.h">
</ClInclude>
<ClInclude Include="..\..\src\ripple\app\main\Tuning.h">
</ClInclude>

View File

@@ -2769,10 +2769,13 @@
<ClInclude Include="..\..\src\ripple\app\main\ParameterTable.h">
<Filter>ripple\app\main</Filter>
</ClInclude>
<ClCompile Include="..\..\src\ripple\app\main\RPCHTTPServer.cpp">
<ClInclude Include="..\..\src\ripple\app\main\ServerHandler.h">
<Filter>ripple\app\main</Filter>
</ClInclude>
<ClCompile Include="..\..\src\ripple\app\main\ServerHandlerImp.cpp">
<Filter>ripple\app\main</Filter>
</ClCompile>
<ClInclude Include="..\..\src\ripple\app\main\RPCHTTPServer.h">
<ClInclude Include="..\..\src\ripple\app\main\ServerHandlerImp.h">
<Filter>ripple\app\main</Filter>
</ClInclude>
<ClInclude Include="..\..\src\ripple\app\main\Tuning.h">