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 f802f09dd1d..05cf2daf9bf 100644
--- a/TAO/tests/POA/Deactivate_Object/Hello.h
+++ b/TAO/tests/POA/Deactivate_Object/Hello.h
@@ -14,7 +14,7 @@ public:
Hello (CORBA::ORB_ptr orb);
// = The skeleton methods
- virtual char * get_string (void);
+ virtual char * get_string ();
private:
/// Use an ORB reference to convert strings to objects and shutdown