| 102 | } |
| 103 | |
| 104 | TGetTextByIdPtr ForTestingGetTextByIdFactory(string const & jsonBuffer, string const & localeName) |
| 105 | { |
| 106 | return GetTextById::Create(jsonBuffer, localeName); |
| 107 | } |
| 108 | |
| 109 | GetTextById::GetTextById(string const & jsonBuffer, string const & localeName) : m_locale(localeName) |
| 110 | { |