summaryrefslogtreecommitdiff
path: root/TAO/tests/NestedUpcall/MT_Client_Test/MT_Object_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/NestedUpcall/MT_Client_Test/MT_Object_i.h')
-rw-r--r--TAO/tests/NestedUpcall/MT_Client_Test/MT_Object_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/NestedUpcall/MT_Client_Test/MT_Object_i.h b/TAO/tests/NestedUpcall/MT_Client_Test/MT_Object_i.h
index d1f4783af64..947e14c43f7 100644
--- a/TAO/tests/NestedUpcall/MT_Client_Test/MT_Object_i.h
+++ b/TAO/tests/NestedUpcall/MT_Client_Test/MT_Object_i.h
@@ -25,10 +25,10 @@ class MT_Object_i : public POA_MT_Object
{
public:
/// Constructor.
- MT_Object_i (void);
+ MT_Object_i ();
/// Destructor.
- virtual ~MT_Object_i (void);
+ virtual ~MT_Object_i ();
virtual CORBA::Long yadda (CORBA::Long hop_count,
MT_Object_ptr partner);