minor
This commit is contained in:
@ -61,7 +61,7 @@ struct ChatHandler : public pvas::SharedPV::Handler
|
|||||||
if(req) {
|
if(req) {
|
||||||
strm<<req->getRequesterName()<<" says ";
|
strm<<req->getRequesterName()<<" says ";
|
||||||
} else {
|
} else {
|
||||||
op.complete(pvd::Status::error("Defuct Put"));
|
op.complete(pvd::Status::error("Defunct Put"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ struct Getter : public pvac::ClientChannel::GetCallback,
|
|||||||
op.cancel();
|
op.cancel();
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void getDone(const pvac::GetEvent& event)
|
virtual void getDone(const pvac::GetEvent& event) OVERRIDE FINAL
|
||||||
{
|
{
|
||||||
switch(event.event) {
|
switch(event.event) {
|
||||||
case pvac::GetEvent::Fail:
|
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) {
|
if(evt.connected) {
|
||||||
op = channel.get(this);
|
op = channel.get(this);
|
||||||
|
Reference in New Issue
Block a user