report initial connection status

This commit is contained in:
Michael Davidsaver
2015-12-08 11:05:36 -05:00
parent ccdc51e417
commit 17fc18d939

View File

@ -141,6 +141,7 @@ struct GWServerChannelProvider : public
} else {
std::cerr<<"GWServer connecting channel "<<channelName<<" as "<<newName<<"\n";
channelRequester->channelCreated(pvd::Status::Ok, ret);
channelRequester->channelStateChange(ret, pva::Channel::CONNECTED);
}
return ret; // ignored by caller