Fixes for rpc subscriptions.

This commit is contained in:
Arthur Britto
2012-12-30 17:01:34 -08:00
parent 5934f77b60
commit 6ba31accb2
2 changed files with 31 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ class RPCSub : public InfoSub
std::string mUsername;
std::string mPassword;
int mId; // Next id to allocate.
int mSeq; // Next id to allocate.
bool mSending; // Sending threead is active.