2 class Smart_Test_Factory
: public virtual TAO_Test_Default_Proxy_Factory
7 virtual Test_ptr
create_proxy (Test_ptr proxy
);
8 // This method will create the smart_proxy.
11 class Smart_Test_Proxy
: public virtual TAO_Test_Smart_Proxy_Base
14 Smart_Test_Proxy (Test_ptr proxy
);
16 virtual CORBA::Short
box_prices();
17 // "Smartify" the method call!