コード例 #1
0
void LoomWidget::LoomVanish()
{
    if (IsUp()) { Vanish(); }
    else        { LoomUp(); }
}
コード例 #2
0
ファイル: KPPPProtocol.cpp プロジェクト: AmirAbrams/haiku
//!	Returns if this protocol is allowed to send a packet (enabled, up, etc.).
bool
KPPPProtocol::IsAllowedToSend() const
{
	return IsEnabled() && IsUp() && IsProtocolAllowed(*this);
}