3 extern bool dtor_called
;
5 class Test_Smart_Proxy
: public virtual TAO_Test_Smart_Proxy_Base
8 Test_Smart_Proxy (Test_ptr proxy
);
9 virtual ~Test_Smart_Proxy ();
12 class Test_Smart_Factory
: public TAO_Test_Default_Proxy_Factory
15 virtual Test_ptr
create_proxy (Test_ptr proxy
);