/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: f; c-basic-offset: 2 -*- */ /* */ #include "tao/PortableServer/ForwardRequest.pidl" module Forward { interface Test { string do_forward (in string text); oneway void shutdown (); }; };