summaryrefslogtreecommitdiff
path: root/TAO/interop-tests/AnyTypeCode/tao/Demo_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/interop-tests/AnyTypeCode/tao/Demo_i.h')
-rw-r--r--TAO/interop-tests/AnyTypeCode/tao/Demo_i.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/interop-tests/AnyTypeCode/tao/Demo_i.h b/TAO/interop-tests/AnyTypeCode/tao/Demo_i.h
index 7618e410182..33eac69ba61 100644
--- a/TAO/interop-tests/AnyTypeCode/tao/Demo_i.h
+++ b/TAO/interop-tests/AnyTypeCode/tao/Demo_i.h
@@ -38,15 +38,15 @@
class ATC_Test_i : public virtual POA_Demo::ATC_Test
{
public:
- ATC_Test_i (void);
+ ATC_Test_i ();
- virtual ~ATC_Test_i (void);
+ virtual ~ATC_Test_i ();
virtual char * do_union (const ::CORBA::Any & a);
virtual char * do_struct (const ::CORBA::Any & a);
virtual char * do_value (const ::CORBA::Any & a);
- virtual void shutdown (void);
+ virtual void shutdown ();
};