Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Cameo
cameo
Commits
8db7a51b
Commit
8db7a51b
authored
Oct 09, 2020
by
legoc
Browse files
(split) Name correction
parent
6732c381
Changes
2
Show whitespace changes
Inline
Side-by-side
src/Server.cpp
View file @
8db7a51b
...
...
@@ -311,7 +311,7 @@ std::vector<application::Configuration> Server::getApplicationConfigurations() c
json
::
Object
response
;
json
::
parse
(
response
,
reply
.
get
());
json
::
Value
&
applicationConfigs
=
response
[
message
::
AllAvailable
Response
::
APPLICATION_CONFIG
];
json
::
Value
&
applicationConfigs
=
response
[
message
::
List
Response
::
APPLICATION_CONFIG
];
json
::
Value
::
Array
array
=
applicationConfigs
.
GetArray
();
size_t
size
=
array
.
Size
();
...
...
src/message/Message.h
View file @
8db7a51b
...
...
@@ -97,7 +97,7 @@ namespace message {
constexpr
const
char
*
STOPPING_TIME
=
"stoppingTime"
;
// required int32 stoppingTime = 7;
}
namespace
AllAvailable
Response
{
namespace
List
Response
{
constexpr
const
char
*
APPLICATION_CONFIG
=
"applicationConfig"
;
// repeated ApplicationConfig applicationConfig = 1;
}
...
...
Shervin Nourbakhsh
@nourbakhsh
mentioned in commit
46e44691
·
Apr 23, 2021
mentioned in commit
46e44691
mentioned in commit 46e44691a03808a23a464818487b0dd014a9c57e
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment