1 #include "Smart_Proxy_Impl.h"
4 Test_Smart_Factory::create_proxy (Test_ptr proxy
)
8 "create a smart_proxy\n"));
10 if (CORBA::is_nil (proxy
) == 0)
11 ACE_NEW_RETURN (proxy
,
12 Test_Smart_Proxy(proxy
),
18 Test_Smart_Proxy::Test_Smart_Proxy (Test_ptr proxy
)
19 : TAO_Smart_Proxy_Base (proxy
)
22 ACE_DEBUG ((LM_DEBUG
, "Smart Proxy constructor called\n"));
25 Test_Smart_Proxy::~Test_Smart_Proxy()
28 ACE_DEBUG ((LM_DEBUG
, "Smart Proxy destructor called\n"));