CALLAS.ACF

/* file: callas.acf */ 
interface IHelloCallAs
{
// This is the directive that says to use the local "HelloProc"
// in the application view of the RemoteHelloProc
//
[call_as (HelloProc)]
RemoteHelloProc();

}