#include <ISvcLocatorManager.h>
Inheritance diagram for ISvcLocatorManager:
Public Member Functions | |
| virtual | ~ISvcLocatorManager () |
| virtual ISvcLocator * | serviceLocator () const =0 |
| virtual IService * | service (const std::string &) const =0 |
Definition at line 7 of file ISvcLocatorManager.h.
| virtual ISvcLocatorManager::~ISvcLocatorManager | ( | ) | [inline, virtual] |
| virtual ISvcLocator* ISvcLocatorManager::serviceLocator | ( | ) | const [pure virtual] |
Implemented in SvcLocatorManager.
| virtual IService* ISvcLocatorManager::service | ( | const std::string & | ) | const [pure virtual] |
Implemented in SvcLocatorManager.
1.4.7