clean out simplest version

This commit is contained in:
Chris Marsh 2017-07-18 14:29:54 -07:00
parent 79e0e336c5
commit 29641da939
10 changed files with 5 additions and 556 deletions

View file

@ -48,6 +48,6 @@ struct RpcConnection {
void Open();
void Close();
void Write(const void* data, size_t length);
bool Write(const void* data, size_t length);
bool Read(rapidjson::Document& message);
};