// // $Id$ // interface Receiver { typedef sequence Payload; /// A simple remote call void receive_payload (in Receiver::Payload pay); };