| 120 | // ComponentInterface implementation |
| 121 | |
| 122 | PluginPath NyquistBase::GetPath() const |
| 123 | { |
| 124 | if (mIsPrompt) |
| 125 | return NYQUIST_PROMPT_ID; |
| 126 | |
| 127 | return mFileName.GetFullPath(); |
| 128 | } |
| 129 | |
| 130 | ComponentInterfaceSymbol NyquistBase::GetSymbol() const |
| 131 | { |
no outgoing calls
no test coverage detected