| 49 | |
| 50 | void AddSource() { ++m_useSourceCount; raisePropertyChange(L"UseSource"); } |
| 51 | void RemoveSource() { --m_useSourceCount; raisePropertyChange(L"UseSource"); } |
| 52 | void AddDestination() { ++m_useDestinationCount; raisePropertyChange(L"UseDestination"); } |
| 53 | void RemoveDestination() { --m_useDestinationCount; raisePropertyChange(L"UseDestination"); } |
| 54 |
no outgoing calls
no test coverage detected