serverChannel SID/CID

This commit is contained in:
Matej Sekoranja
2011-05-19 09:11:01 +02:00
parent 3d8c681be7
commit 176d64f601

View File

@@ -11,7 +11,7 @@ namespace epics { namespace pvAccess {
ServerChannelImpl::ServerChannelImpl(Channel::shared_pointer const & channel, pvAccessID cid, pvAccessID sid, epics::pvData::PVField::shared_pointer const & securityToken):
_channel(channel),
_cid(cid),
_sid(cid),
_sid(sid),
_destroyed(false)
{
if (!channel.get())