X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/f0dcb6b97d6d40f67698d1f71ac26970f1776f82..ebd5aef6dc92accb509b1cc67eaf72159f35cdfa:/rpc/connection.h?ds=inline diff --git a/rpc/connection.h b/rpc/connection.h index 3133299..1bcb7b6 100644 --- a/rpc/connection.h +++ b/rpc/connection.h @@ -9,14 +9,12 @@ constexpr size_t size_t_max = numeric_limits::max(); -class thread_exit_exception : exception {}; - class connection; class connection_delegate { public: virtual bool got_pdu(const shared_ptr & c, const string & b) = 0; - virtual ~connection_delegate() {} + virtual ~connection_delegate(); }; class connection : private aio_callback, public enable_shared_from_this {