11 lines
169 B
Plaintext
11 lines
169 B
Plaintext
|
|
#ifdef RAW
|
|
[ implicit_handle(handle_t any_handle) ]
|
|
#endif
|
|
interface IRemoteActivator
|
|
{
|
|
#ifdef RAW
|
|
[comm_status, fault_status] ActivateOnRemoteMachine();
|
|
#endif
|
|
}
|