Constructor.
| 39 | // Constructor. |
| 40 | // |
| 41 | LongFolderPlugin::LongFolderPlugin() noexcept(false) |
| 42 | : LongPathPlugin(IDS_LONG_FOLDER_PLUGIN_DESCRIPTION, IDS_ANDROGYNOUS_FOLDER_PLUGIN_DESCRIPTION, IDS_LONG_FOLDER_PLUGIN_HINT) |
| 43 | { |
| 44 | } |
| 45 | |
| 46 | // |
| 47 | // Returns the plugin's unique identifier. |
nothing calls this directly
no outgoing calls
no test coverage detected