async RPC service and example

This commit is contained in:
Matej Sekoranja
2015-02-08 22:46:05 +01:00
parent 7eb0087d64
commit 4e474a75fd
6 changed files with 249 additions and 18 deletions
+3
View File
@@ -36,6 +36,9 @@ testMonitorPerformance_SRCS += testMonitorPerformance.cpp
PROD_HOST += rpcServiceExample
rpcServiceExample_SRCS += rpcServiceExample.cpp
PROD_HOST += rpcServiceAsyncExample
rpcServiceAsyncExample_SRCS += rpcServiceAsyncExample.cpp
PROD_HOST += rpcWildServiceExample
rpcWildServiceExample_SRCS += rpcWildServiceExample.cpp