| 139 | } |
| 140 | |
| 141 | NResource::TRegHelper::TRegHelper(const TStringBuf key, const TStringBuf data) { |
| 142 | CommonStore()->Store(key, data); |
| 143 | } |
| 144 | |
| 145 | int NResource::LightRegisterI(const char* key, const char* data, const char* data_end) { |
| 146 | CommonStore()->Store(TStringBuf(key), TStringBuf(data, data_end)); |