Transition into ready state.
This commit is contained in:
2
crypto.h
2
crypto.h
@@ -49,6 +49,7 @@ class CryptoPubServerConnection : public CryptoBase {
|
||||
private:
|
||||
static void OnReadable_(struct bufferevent* bev, void* this__);
|
||||
void OnReadable();
|
||||
void OnHandshake(const std::string& input);
|
||||
static void OnError_(struct bufferevent* bev, const short what, void* this__);
|
||||
void OnError(const short what);
|
||||
|
||||
@@ -79,6 +80,7 @@ class CryptoPubClient : public CryptoBase {
|
||||
private:
|
||||
static void OnReadable_(struct bufferevent* bev, void* this__);
|
||||
void OnReadable();
|
||||
void OnHandshake(const std::string& input);
|
||||
static void OnConnectOrError_(struct bufferevent* bev, const short what, void* this__);
|
||||
void OnConnect();
|
||||
void OnError();
|
||||
|
||||
Reference in New Issue
Block a user