| 56 | */ |
| 57 | const char sNoName_fe[]="_"; |
| 58 | const char * VoiceName() |
| 59 | { |
| 60 | if ((currentVoice!=NULL) |
| 61 | && (currentVoice->filename!=NULL)) |
| 62 | return currentVoice->filename; |
| 63 | return sNoName_fe; |
| 64 | } |
| 65 | |
| 66 | int VoiceLine() |
| 67 | { |
no outgoing calls
no test coverage detected