Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery.common.cpp
/
Microservice
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
40581230
authored
May 26, 2020
by
Amir Aharon
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add any std::any
parent
b600c562
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
compile_commands.json
test/Microservice_Test.cpp
compile_commands.json
View file @
40581230
This diff is collapsed.
Click to expand it.
test/Microservice_Test.cpp
View file @
40581230
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
*/
*/
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include <any>
#include <Microservice_App.h>
#include <Microservice_App.h>
#include <handlers/Microservice_RestHandler.h>
#include <handlers/Microservice_RestHandler.h>
#include <Microservice_Client.h>
#include <Microservice_Client.h>
...
@@ -405,7 +406,7 @@ void test_timers()
...
@@ -405,7 +406,7 @@ void test_timers()
*/
*/
int
main
(
int
argc
,
char
*
argv
[])
int
main
(
int
argc
,
char
*
argv
[])
{
{
std
::
any
a
=
1
;
cMicroservice_BaseClientParams
clientParams
(
"other-service"
,
true
,
10
,
false
,
"localhost"
,
32010
,
"localhost:6379"
);
cMicroservice_BaseClientParams
clientParams
(
"other-service"
,
true
,
10
,
false
,
"localhost"
,
32010
,
"localhost:6379"
);
zmqtest
::
TestZMQ
testZMQ
;
zmqtest
::
TestZMQ
testZMQ
;
evpptest
::
TestEvppClient
testEvppClient
;
evpptest
::
TestEvppClient
testEvppClient
;
...
...
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