| 26 | { |
| 27 | } |
| 28 | virtual void GetBindingRoots( std::unordered_map<std::string, IRoot*> & variables ) |
| 29 | { |
| 30 | variables["Owner"] = this->GetRootObject(); |
| 31 | }; |
| 32 | // Interface to add controllers (via SOF or other means) |
| 33 | virtual void AddController( ITr2Controller * controller ){}; |
| 34 | }; |
no outgoing calls
no test coverage detected