2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 14:35:29 +00:00

[2377] constify

This commit is contained in:
JINMEI Tatuya
2012-12-07 15:29:40 -08:00
parent 1ba16e4d72
commit 85c5f47252

View File

@@ -96,7 +96,7 @@ private:
const RRClass zone_class_; const RRClass zone_class_;
MasterLoaderCallbacks callbacks_; MasterLoaderCallbacks callbacks_;
AddRRCallback add_callback_; AddRRCallback add_callback_;
MasterLoader::Options options_; const MasterLoader::Options options_;
const std::string master_file_; const std::string master_file_;
std::string string_token_; std::string string_token_;
bool initialized_; bool initialized_;