Add missing virtual dtors

This commit is contained in:
Vinnie Falco
2013-07-23 16:37:09 -07:00
parent 373c328dfa
commit bf3d3b7535
3 changed files with 5 additions and 6 deletions

View File

@@ -47,6 +47,8 @@ public:
boost::asio::ssl::context& context,
Handler& handler);
virtual ~RPCServer () { }
/** Called when the connection is established.
*/
virtual void connected () = 0;