Constructor.
| 38 | // Constructor. |
| 39 | // |
| 40 | SamplePlugin::SamplePlugin() noexcept(false) |
| 41 | : InternalPlugin(IDS_SAMPLE_PLUGIN_DESCRIPTION, IDS_SAMPLE_PLUGIN_HINT) |
| 42 | { |
| 43 | } |
| 44 | |
| 45 | // |
| 46 | // Returns the plugin's unique identifier. |
nothing calls this directly
no outgoing calls
no test coverage detected