summaryrefslogtreecommitdiff
path: root/TAO/tests/Smart_Proxies/Smart_Proxy_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Smart_Proxies/Smart_Proxy_Impl.h')
-rw-r--r--TAO/tests/Smart_Proxies/Smart_Proxy_Impl.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/tests/Smart_Proxies/Smart_Proxy_Impl.h b/TAO/tests/Smart_Proxies/Smart_Proxy_Impl.h
index 76d38be6245..f31fe5eecff 100644
--- a/TAO/tests/Smart_Proxies/Smart_Proxy_Impl.h
+++ b/TAO/tests/Smart_Proxies/Smart_Proxy_Impl.h
@@ -9,8 +9,7 @@ public:
Smart_Test_Factory (void);
- virtual Test_ptr create_proxy (Test_ptr proxy
- ACE_ENV_ARG_DECL_WITH_DEFAULTS);
+ virtual Test_ptr create_proxy (Test_ptr proxy);
// This method will create the smart_proxy.
};
@@ -21,11 +20,10 @@ public:
virtual bool can_convert_to_ior (void) const;
- virtual char* convert_to_ior (bool use_omg_ior_format,
+ virtual char* convert_to_ior (bool use_omg_ior_format,
const char* ior_prefix) const;
- virtual CORBA::Short method (CORBA::Short boo
- ACE_ENV_ARG_DECL_WITH_DEFAULTS)
+ virtual CORBA::Short method (CORBA::Short boo)
ACE_THROW_SPEC ((CORBA::SystemException,
Test::Oops));
// "Smartify" the method call!