3 class Smart_Test_Proxy
: public virtual TAO_Test_Smart_Proxy_Base
6 Smart_Test_Proxy (Test_ptr proxy
);
8 virtual CORBA::Short
method (CORBA::Short boo
);
9 // "Smartify" the method call!
11 // Don't need to add any extra functionality into <shutdown>, hence
12 // we don't define it.