include jsonrpc++ into the project

This commit is contained in:
badaix 2018-03-02 08:28:24 +01:00
parent 806389df3b
commit a3f309e0da
6 changed files with 1475 additions and 17 deletions

View file

@ -16,12 +16,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
***/
#ifdef HAS_JSONRPCPP
#include <jsonrpcpp/jsonrp.hpp>
#else
#include "jsonrp.hpp"
#endif
#include "controlServer.h"
#include "message/time.h"
#include "aixlog.hpp"