31 lines
436 B
Plaintext
31 lines
436 B
Plaintext
|
/*++
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
msconv.acf
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Jeff Roberts (jroberts) 2-Jan-1997
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
2-Jan-1997 jroberts
|
||
|
|
||
|
Created this module.
|
||
|
|
||
|
--*/
|
||
|
interface ms_conv
|
||
|
{
|
||
|
[async] ms_conv_who_are_you2 ([comm_status, fault_status] Status );
|
||
|
[async] ms_conv_who_are_you_auth ([comm_status, fault_status] Status );
|
||
|
|
||
|
[async] ms_conv_are_you_there ([comm_status, fault_status] Status );
|
||
|
}
|
||
|
|
||
|
|