ServerContext clear timer queue

This commit is contained in:
Michael Davidsaver
2017-06-22 13:51:38 +02:00
parent ba76cd0eb3
commit 3dca3dc38f
2 changed files with 4 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ namespace {
struct BreakTransport : TransportSender
{
virtual ~BreakTransport() {}
virtual void send(epics::pvData::ByteBuffer* buffer, TransportSendControl* control)
virtual void send(epics::pvData::ByteBuffer* buffer, TransportSendControl* control) OVERRIDE FINAL
{
throw epics::pvAccess::detail::connection_closed_exception("Break");
}