MCPcopy Create free account
hub / github.com/clechasseur/pathcopycopy / UNCPathPlugin

Method UNCPathPlugin

PathCopyCopy/plugins/src/UNCPathPlugin.cpp:54–58  ·  view source on GitHub ↗

Constructor.

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected