Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
85c5f472
Commit
85c5f472
authored
Dec 07, 2012
by
JINMEI Tatuya
Browse files
[2377] constify
parent
1ba16e4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/master_loader.cc
View file @
85c5f472
...
...
@@ -96,7 +96,7 @@ private:
const
RRClass
zone_class_
;
MasterLoaderCallbacks
callbacks_
;
AddRRCallback
add_callback_
;
MasterLoader
::
Options
options_
;
const
MasterLoader
::
Options
options_
;
const
std
::
string
master_file_
;
std
::
string
string_token_
;
bool
initialized_
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment