1 #include "Activator_Info.h"
3 Activator_Info::Activator_Info (void)
11 Activator_Info::Activator_Info (const Activator_Info
&other
)
15 , activator (other
.activator
)
18 Activator_Info::Activator_Info (const ACE_CString
& aname
,
20 const ACE_CString
& aior
,
21 ImplementationRepository::Activator_ptr act
)
25 , activator (ImplementationRepository::Activator::_duplicate (act
))
30 Activator_Info::clear (void)
35 this->activator
= ImplementationRepository::Activator::_nil ();
39 Activator_Info::reset_runtime (void)
42 this->activator
= ImplementationRepository::Activator::_nil ();