diff options
Diffstat (limited to 'TAO/tests/OBV/Simple/OBV_impl.h')
-rw-r--r-- | TAO/tests/OBV/Simple/OBV_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/OBV/Simple/OBV_impl.h b/TAO/tests/OBV/Simple/OBV_impl.h index 1b619553402..7ef69a968b9 100644 --- a/TAO/tests/OBV/Simple/OBV_impl.h +++ b/TAO/tests/OBV/Simple/OBV_impl.h @@ -18,7 +18,7 @@ class Event_impl : public virtual OBV_Event, virtual CORBA::ValueBase* _copy_value (void); - virtual void do_print (ACE_ENV_SINGLE_ARG_DECL); + virtual void do_print (void); }; class Event_factory : public CORBA::ValueFactoryBase @@ -33,7 +33,7 @@ protected: private: - TAO_OBV_CREATE_RETURN_TYPE (Event) create_for_unmarshal (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS); + TAO_OBV_CREATE_RETURN_TYPE (Event) create_for_unmarshal (void); }; #endif /* OBV_IMPL_H */ |