getting connections working

This commit is contained in:
jed
2012-01-19 12:32:41 -08:00
parent 239e26a56e
commit 92f6ad6d37
9 changed files with 29 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
#include "Application.h"
#include <iostream>
#include "CallRPC.h"
#include "Config.h"
extern void runTests();
using namespace std;
@@ -41,6 +42,7 @@ int parseCommandline(int argc, char* argv[])
int ret=0;
if(argc>1)
{
theConfig.load();
ret=commandLineRPC(argc, argv);
if(ret)
printHelp();