Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Smart_Proxies / On_Demand / Smart_Proxy_Impl.h
blobab6e3d51dcd51eb03a7a6ddefde15b4774510395
1 #include "testC.h"
3 class Smart_Test_Proxy : public virtual TAO_Test_Smart_Proxy_Base
5 public:
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.