summaryrefslogtreecommitdiff
path: root/TAO/tests/DynValue_Test/ValueTypes_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DynValue_Test/ValueTypes_impl.h')
-rw-r--r--TAO/tests/DynValue_Test/ValueTypes_impl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/DynValue_Test/ValueTypes_impl.h b/TAO/tests/DynValue_Test/ValueTypes_impl.h
index 25bd32b1323..a92c73c9e24 100644
--- a/TAO/tests/DynValue_Test/ValueTypes_impl.h
+++ b/TAO/tests/DynValue_Test/ValueTypes_impl.h
@@ -21,7 +21,7 @@ public:
BaseValue_impl (CORBA::UShort us1, CORBA::UShort us2)
: OBV_DynValue_Test::BaseValue (us1,us2) {}
virtual ~BaseValue_impl ();
- virtual CORBA::ValueBase * _copy_value (void);
+ virtual CORBA::ValueBase * _copy_value ();
virtual void print ();
};
@@ -42,7 +42,7 @@ public:
NestedValue_impl (CORBA::Short s1, CORBA::Short s2)
: OBV_DynValue_Test::NestedValue (s1,s2) {}
virtual ~NestedValue_impl ();
- virtual CORBA::ValueBase * _copy_value (void);
+ virtual CORBA::ValueBase * _copy_value ();
};
class NestedValue_Factory : public factory_id
@@ -60,7 +60,7 @@ class NullValue_impl : public virtual OBV_DynValue_Test::NullValue,
public:
NullValue_impl () {}
virtual ~NullValue_impl ();
- virtual CORBA::ValueBase * _copy_value (void);
+ virtual CORBA::ValueBase * _copy_value ();
};
class NullValue_Factory : public factory_id