mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-26 09:22:34 +08:00
Rename JsonString to JsonBuilder
This commit is contained in:
parent
5c23f91c59
commit
5b8971ef18
2
fdbclient/JsonString.cpp → fdbclient/JsonBuilder.cpp
Normal file → Executable file
2
fdbclient/JsonString.cpp → fdbclient/JsonBuilder.cpp
Normal file → Executable file
@ -1,4 +1,4 @@
|
||||
#include "JsonString.h"
|
||||
#include "JsonBuilder.h"
|
||||
#include <iostream>
|
||||
|
||||
JsonBuilderObject JsonBuilder::makeMessage(const char *name, const char *description) {
|
0
fdbclient/JsonString.h → fdbclient/JsonBuilder.h
Normal file → Executable file
0
fdbclient/JsonString.h → fdbclient/JsonBuilder.h
Normal file → Executable file
@ -81,7 +81,7 @@
|
||||
<ClInclude Include="WriteMap.h" />
|
||||
<ClInclude Include="Subspace.h" />
|
||||
<ClInclude Include="Tuple.h" />
|
||||
<ClInclude Include="JsonString.h" />
|
||||
<ClInclude Include="JsonBuilder.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ActorCompiler Include="FailureMonitorClient.actor.cpp" />
|
||||
@ -105,7 +105,7 @@
|
||||
<ActorCompiler Include="TaskBucket.actor.cpp" />
|
||||
<ClCompile Include="Subspace.cpp" />
|
||||
<ClCompile Include="Tuple.cpp" />
|
||||
<ClCompile Include="JsonString.cpp" />
|
||||
<ClCompile Include="JsonBuilder.cpp" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGUID>{E2939DAA-238E-4970-96C4-4C57980F93BD}</ProjectGUID>
|
||||
|
2
fdbserver/Status.actor.cpp
Normal file → Executable file
2
fdbserver/Status.actor.cpp
Normal file → Executable file
@ -32,7 +32,7 @@
|
||||
#include "flow/UnitTest.h"
|
||||
#include "QuietDatabase.h"
|
||||
#include "RecoveryState.h"
|
||||
#include "fdbclient/JsonString.h"
|
||||
#include "fdbclient/JsonBuilder.h"
|
||||
|
||||
const char* RecoveryStatus::names[] = {
|
||||
"reading_coordinated_state", "locking_coordinated_state", "locking_old_transaction_servers", "reading_transaction_system_state",
|
||||
|
Loading…
x
Reference in New Issue
Block a user