--------------------------------------------------------------------------------
| 54 | |
| 55 | // -------------------------------------------------------------------------------- |
| 56 | const char* EveSOFUtilsParameterName::GetFullName() const |
| 57 | { |
| 58 | return m_fullname.c_str(); |
| 59 | } |
| 60 | |
| 61 | // -------------------------------------------------------------------------------- |
| 62 | // Description: |
no outgoing calls
no test coverage detected