summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Deactivate_Object/Hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/Deactivate_Object/Hello.h')
-rw-r--r--TAO/tests/POA/Deactivate_Object/Hello.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/POA/Deactivate_Object/Hello.h b/TAO/tests/POA/Deactivate_Object/Hello.h
index 8ee25ebc312..436fdfcd77f 100644
--- a/TAO/tests/POA/Deactivate_Object/Hello.h
+++ b/TAO/tests/POA/Deactivate_Object/Hello.h
@@ -17,7 +17,7 @@ public:
Hello (CORBA::ORB_ptr orb);
// = The skeleton methods
- virtual char * get_string (ACE_ENV_SINGLE_ARG_DECL)
+ virtual char * get_string (void)
ACE_THROW_SPEC ((CORBA::SystemException));
private: