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
86539039
Commit
86539039
authored
Mar 14, 2010
by
JINMEI Tatuya
Browse files
consitify
git-svn-id:
svn://bind10.isc.org/svn/bind10/trunk@1402
e5f2f494-b856-4b98-b285-d166d9295462
parent
df5d3eb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/auth/data_source.h
View file @
86539039
...
...
@@ -338,9 +338,9 @@ public:
void
update
(
const
DataSrc
&
new_source
,
const
isc
::
dns
::
Name
&
container
);
const
isc
::
dns
::
Name
&
qname
()
{
return
(
qname_
);
}
const
isc
::
dns
::
Name
*
closestName
()
{
return
(
closest_name_
);
}
const
DataSrc
*
bestDataSrc
()
{
return
(
best_source_
);
}
const
isc
::
dns
::
Name
&
qname
()
const
{
return
(
qname_
);
}
const
isc
::
dns
::
Name
*
closestName
()
const
{
return
(
closest_name_
);
}
const
DataSrc
*
bestDataSrc
()
const
{
return
(
best_source_
);
}
private:
const
isc
::
dns
::
Name
*
closest_name_
;
...
...
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