| 50 | } |
| 51 | |
| 52 | int ProcessorBase::getNumPrograms() |
| 53 | { |
| 54 | return 1; // NB: some hosts don't cope very well if you tell them there are 0 programs, |
| 55 | // so this should be at least 1, even if you're not really implementing programs. |
| 56 | } |
| 57 | |
| 58 | int ProcessorBase::getCurrentProgram() |
| 59 | { |
nothing calls this directly
no outgoing calls
no test coverage detected