Small cleanups/fixes.

This commit is contained in:
JoelKatz
2012-01-05 16:54:55 -08:00
parent c1213b20c6
commit 2e3a48dcea
8 changed files with 18 additions and 16 deletions

View File

@@ -36,7 +36,7 @@ class RPCServer : public boost::enable_shared_from_this<RPCServer>
Json::Value doLock(Json::Value& params);
Json::Value doUnlock(Json::Value& params);
Json::Value doSendTo(Json::Value& params);
public:
typedef boost::shared_ptr<RPCServer> pointer;