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

Method SambaPathPlugin

PathCopyCopy/plugins/src/SambaPathPlugin.cpp:45–48  ·  view source on GitHub ↗

Constructor.

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected