Fix missing file names for new Log partition code

This commit is contained in:
Vinnie Falco
2013-05-25 11:19:18 -07:00
parent 4cb44a8915
commit 794b84c473
61 changed files with 224 additions and 119 deletions

View File

@@ -5,6 +5,8 @@
#include "CallRPC.h"
SETUP_LOG (RPCSub)
RPCSub::RPCSub(const std::string& strUrl, const std::string& strUsername, const std::string& strPassword)
: mUrl(strUrl), mSSL(false), mUsername(strUsername), mPassword(strPassword), mSending(false)
{