MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / GetSoundFileName

Method GetSoundFileName

source/messprocessing.cpp:33–38  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 1

ProcessMessageRulesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected