Constructor.
| 52 | // Constructor. |
| 53 | // |
| 54 | UNCPathPlugin::UNCPathPlugin() |
| 55 | : LongPathPlugin(IDS_UNC_PATH_PLUGIN_DESCRIPTION, IDS_UNC_PATH_PLUGIN_HINT), |
| 56 | m_ComputerName() |
| 57 | { |
| 58 | } |
| 59 | |
| 60 | // |
| 61 | // Returns the plugin's unique identifier. |
nothing calls this directly
no outgoing calls
no test coverage detected