---------------------------------------------------------------------------
| 31 | } |
| 32 | //--------------------------------------------------------------------------- |
| 33 | String TMessProcess::GetSoundFileName(void) |
| 34 | { |
| 35 | if( SoundFile.Length() > 0 && ExtractFilePath(SoundFile).Length() == 0 ) |
| 36 | return WorkDir + SoundFile; |
| 37 | return SoundFile; |
| 38 | } |
| 39 | //--------------------------------------------------------------------------- |
| 40 | String TMessProcess::GetDescription(void) |
| 41 | { |
no outgoing calls
no test coverage detected