#include #include using namespace std; using namespace CORBA; TestFixed_impl::TestFixed_impl() { } FixedType TestFixed_impl::testFixed(const FixedType &fixed) throw(SystemException) { return fixed; }