summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Simple/OBV_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/Simple/OBV_impl.h')
-rw-r--r--TAO/tests/OBV/Simple/OBV_impl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/OBV/Simple/OBV_impl.h b/TAO/tests/OBV/Simple/OBV_impl.h
index 3bc81eda768..133da704f92 100644
--- a/TAO/tests/OBV/Simple/OBV_impl.h
+++ b/TAO/tests/OBV/Simple/OBV_impl.h
@@ -12,8 +12,8 @@ class Event_impl : public virtual OBV_Event,
Event_impl ();
Event_impl (CORBA::Long value);
virtual ~Event_impl ();
- virtual CORBA::ValueBase* _copy_value (void);
- virtual void do_print (void);
+ virtual CORBA::ValueBase* _copy_value ();
+ virtual void do_print ();
};
class Event_factory : public CORBA::ValueFactoryBase
@@ -25,7 +25,7 @@ protected:
virtual ~Event_factory ();
private:
- TAO_OBV_CREATE_RETURN_TYPE (Event) create_for_unmarshal (void);
+ TAO_OBV_CREATE_RETURN_TYPE (Event) create_for_unmarshal ();
};
#endif /* OBV_IMPL_H */