MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / SetLicenseCode

Method SetLicenseCode

Source/Client/NM_Engine/Data.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 return m_szLicenseCode;
104}
105void CData::SetLicenseCode(std::string tszLicenseCode)
106{
107 m_szLicenseCode = tszLicenseCode;
108}
109
110char** CData::GetLicensedIPArray()
111{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected