1 #include "Smart_Proxy_Impl.h"
3 Smart_Test_Proxy::Smart_Test_Proxy (Test_ptr proxy
)
4 : TAO_Smart_Proxy_Base (proxy
)
9 Smart_Test_Proxy::method (CORBA::Short boo
)
12 "Yahoo, I am smart\n"));
14 CORBA::Short retval
= 0;
17 retval
= TAO_Test_Smart_Proxy_Base::method (boo
);
19 catch (const Test::Oops
& reason
)
21 reason
._tao_print_exception ("User Exception");