Called when we want to start all the controllers
| 23 | } |
| 24 | // Called when we want to start all the controllers |
| 25 | virtual void StartControllers() |
| 26 | { |
| 27 | } |
| 28 | virtual void GetBindingRoots( std::unordered_map<std::string, IRoot*> & variables ) |
| 29 | { |
| 30 | variables["Owner"] = this->GetRootObject(); |
no outgoing calls
no test coverage detected