diff --git a/examples/epicschat.cpp b/examples/epicschat.cpp index 950799b..43a0f85 100644 --- a/examples/epicschat.cpp +++ b/examples/epicschat.cpp @@ -61,7 +61,7 @@ struct ChatHandler : public pvas::SharedPV::Handler if(req) { strm<getRequesterName()<<" says "; } else { - op.complete(pvd::Status::error("Defuct Put")); + op.complete(pvd::Status::error("Defunct Put")); return; } diff --git a/examples/getme.cpp b/examples/getme.cpp index fdf2632..3e65d21 100644 --- a/examples/getme.cpp +++ b/examples/getme.cpp @@ -60,7 +60,7 @@ struct Getter : public pvac::ClientChannel::GetCallback, op.cancel(); } - virtual void getDone(const pvac::GetEvent& event) + virtual void getDone(const pvac::GetEvent& event) OVERRIDE FINAL { switch(event.event) { case pvac::GetEvent::Fail: @@ -78,7 +78,7 @@ struct Getter : public pvac::ClientChannel::GetCallback, } } - virtual void connectEvent(const pvac::ConnectEvent& evt) + virtual void connectEvent(const pvac::ConnectEvent& evt) OVERRIDE FINAL { if(evt.connected) { op = channel.get(this);