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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Smart_Proxies/Smart_Proxy_Impl.h b/TAO/tests/Smart_Proxies/Smart_Proxy_Impl.h
index f749b8d668c..9f44e9d5dc3 100644
--- a/TAO/tests/Smart_Proxies/Smart_Proxy_Impl.h
+++ b/TAO/tests/Smart_Proxies/Smart_Proxy_Impl.h
@@ -4,7 +4,7 @@
class Smart_Test_Factory : public virtual TAO_Test_Default_Proxy_Factory
{
public:
- Smart_Test_Factory (void);
+ Smart_Test_Factory ();
virtual Test_ptr create_proxy (Test_ptr proxy);
// This method will create the smart_proxy.
@@ -23,7 +23,7 @@ public:
virtual CORBA::Short method (CORBA::Short boo);
// "Smartify" the method call!
- static const ACE_CString& fake_ior (void);
+ static const ACE_CString& fake_ior ();
// Don't need to add any extra functionality into <shutdown>, hence
// we don't define it.