예제 #1
0
void LoomWidget::LoomVanish()
{
    if (IsUp()) { Vanish(); }
    else        { LoomUp(); }
}
예제 #2
0
//!	Returns if this protocol is allowed to send a packet (enabled, up, etc.).
bool
KPPPProtocol::IsAllowedToSend() const
{
	return IsEnabled() && IsUp() && IsProtocolAllowed(*this);
}