PDB provider get() working

This commit is contained in:
Michael Davidsaver
2016-03-02 17:32:53 -05:00
parent 3425aaba7a
commit fc19ab7164
10 changed files with 128 additions and 23 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ TestChannelRequester::~TestChannelRequester()
void TestChannelRequester::channelCreated(const pvd::Status& status, pva::Channel::shared_pointer const & channel)
{
testDiag("channelCreated %s", channel->getChannelName().c_str());
testDiag("channelCreated %s", channel ? channel->getChannelName().c_str() : "<fails>");
Guard G(lock);
laststate = pva::Channel::CONNECTED;
this->status = status;