// -*- IDL -*- //============================================================================= /** * @file test.idl * * "test" IDL interface for the Codec test. * * @author Ossama Othman */ //============================================================================= module Foo { struct Bar { long A; long B; unsigned long long C; string D; wstring E; }; };