minor
This commit is contained in:
@ -61,7 +61,7 @@ struct ChatHandler : public pvas::SharedPV::Handler
|
||||
if(req) {
|
||||
strm<<req->getRequesterName()<<" says ";
|
||||
} else {
|
||||
op.complete(pvd::Status::error("Defuct Put"));
|
||||
op.complete(pvd::Status::error("Defunct Put"));
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user