2 #if !defined (OBV_IMPL_H)
6 #include "tao/Valuetype/ValueFactory.h"
8 class Event_impl
: public virtual OBV_Event
,
9 public virtual CORBA::DefaultValueRefCountBase
13 Event_impl (CORBA::Long value
);
14 virtual ~Event_impl ();
15 virtual CORBA::ValueBase
* _copy_value ();
16 virtual void do_print ();
19 class Event_factory
: public CORBA::ValueFactoryBase
22 // create (...) would go here
25 virtual ~Event_factory ();
28 TAO_OBV_CREATE_RETURN_TYPE (Event
) create_for_unmarshal ();
31 #endif /* OBV_IMPL_H */