| 595 | } |
| 596 | |
| 597 | unsigned int SourceModBase::SetGlobalTarget(unsigned int index) |
| 598 | { |
| 599 | unsigned int old = m_target; |
| 600 | m_target = index; |
| 601 | return old; |
| 602 | } |
| 603 | |
| 604 | unsigned int SourceModBase::GetGlobalTarget() const |
| 605 | { |
no outgoing calls
no test coverage detected