mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
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:
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user