7 lines
143 B
Plaintext
7 lines
143 B
Plaintext
|
interface NotifyLogon
|
||
|
{
|
||
|
UserLoggedOn( [comm_status, fault_status] pStatus );
|
||
|
UserLoggedOff( [comm_status, fault_status] pStatus );
|
||
|
}
|
||
|
|