Constructor.
| 43 | // Constructor. |
| 44 | // |
| 45 | SambaPathPlugin::SambaPathPlugin() noexcept(false) |
| 46 | : InternetPathPlugin(IDS_SAMBA_PATH_PLUGIN_DESCRIPTION, IDS_SAMBA_PATH_PLUGIN_HINT) |
| 47 | { |
| 48 | } |
| 49 | |
| 50 | // |
| 51 | // Returns the plugin's unique identifier. |
nothing calls this directly
no outgoing calls
no test coverage detected