Important Update:
- FunctionCore:
- Improve Channel Events:
- Remove important actions from ChannelStateEvent()
(now only used for custom actions)
- Add new method UpdateChannelOutState()
- Add Channel Events to Link and Unlink actions
- Rename SetChannelState() -> SetChannelInState()
- Use Channel->Ref (instead of name) on all channel events
- DeviceCore/SelectableCore:
- Rename SetChannelState() -> SetChannelInState()
This commit is contained in:
@@ -191,7 +191,7 @@ bool CSelectableBare::HandleState( THandle * Handle, EConnectState State )
|
||||
else
|
||||
ChannelState = CH_off;
|
||||
if (Handle->Channel->InState != ChannelState)
|
||||
SetChannelState( Handle->Channel, ChannelState );
|
||||
SetChannelInState( Handle->Channel, ChannelState );
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user