A functor to deactivate a given impl object. More...
Public Member Functions | |
| deactivate_impl (ImplBase *impl, const char *orbname="") | |
| void | operator() (IORB *orb) |
Public Attributes | |
| ReturnCodes | retcodes_ |
Private Attributes | |
| ImplBase * | m_impl |
| std::string | m_orbname |
A functor to deactivate a given impl object.
Definition at line 441 of file ORBManager.h.
| doil::ORBManager::deactivate_impl::deactivate_impl | ( | ImplBase * | impl, |
| const char * | orbname = "" |
||
| ) | [inline] |
Definition at line 444 of file ORBManager.h.
| void doil::ORBManager::deactivate_impl::operator() | ( | IORB * | orb | ) | [inline] |
Definition at line 448 of file ORBManager.h.
Definition at line 458 of file ORBManager.h.
std::string doil::ORBManager::deactivate_impl::m_orbname [private] |
Definition at line 459 of file ORBManager.h.
Definition at line 456 of file ORBManager.h.