MCPcopy Create free account
hub / github.com/YtFlow/Maple / Connect

Method Connect

Maple.Task/VpnPlugin.cpp:49–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48 }
49 void VpnPlugin::Connect(VpnChannel const& channel)
50 {
51 try
52 {
53 ConnectCore(channel);
54 }
55 catch (std::exception const& ex)
56 {
57 channel.TerminateConnection(to_hstring(ex.what()));
58 }
59 }
60
61 void VpnPlugin::ConnectCore(VpnChannel const& channel)
62 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected