// Messenger.idl module DevGuide { interface Messenger { boolean send_message(in string user_name, in string subject, inout string message); }; };