Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git] / TAO / tests / Smart_Proxies / dtor / Smart_Proxy_Impl.h
blob719a6568c489a0b8cecb38852a27876fb9bcc199
1 #include "testC.h"
3 extern bool dtor_called;
5 class Test_Smart_Proxy: public virtual TAO_Test_Smart_Proxy_Base
7 public:
8 Test_Smart_Proxy (Test_ptr proxy);
9 virtual ~Test_Smart_Proxy ();
12 class Test_Smart_Factory: public TAO_Test_Default_Proxy_Factory
14 public:
15 virtual Test_ptr create_proxy (Test_ptr proxy);