| 479 | } |
| 480 | |
| 481 | IRoot* Tr2BindingPoint::GetBoundObject() const |
| 482 | { |
| 483 | if( m_resolvedObject ) |
| 484 | { |
| 485 | return m_resolvedObject; |
| 486 | } |
| 487 | return m_object; |
| 488 | } |
| 489 | |
| 490 | |
| 491 | IRootPtr ResolveObjectPath( const std::string& reference, const std::map<std::string, IRoot*>& roots ) |
no outgoing calls
no test coverage detected