| 103 | return m_szLicenseCode; |
| 104 | } |
| 105 | void CData::SetLicenseCode(std::string tszLicenseCode) |
| 106 | { |
| 107 | m_szLicenseCode = tszLicenseCode; |
| 108 | } |
| 109 | |
| 110 | char** CData::GetLicensedIPArray() |
| 111 | { |
nothing calls this directly
no outgoing calls
no test coverage detected