interim commit

This commit is contained in:
Marty Kraimer
2013-06-04 07:22:51 -04:00
parent 29df17d580
commit ea0e2cd570
3 changed files with 8 additions and 0 deletions

View File

@@ -221,6 +221,7 @@ Channel::shared_pointer ChannelProviderLocal::createChannel(
std::cout << "ChannelProviderLocal::createChannel";
std::cout << " channelName " << channelName << std::endl;
}
pvRecord->addPVRecordClient(channel);
channelList.insert(channel);
return channel;
}