switch to jsonrpc++ external lib

This commit is contained in:
badaix 2017-01-30 21:35:14 +01:00
parent 89f14e4347
commit 58025a912b
9 changed files with 46 additions and 612 deletions

View file

@ -21,7 +21,7 @@
#include "common/log.h"
#include "common/utils.h"
#include "common/snapException.h"
#include "json/jsonrpc.h"
#include "jsonrp.hpp"
#include "config.h"
#include <iostream>