Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
5ed66be3
Commit
5ed66be3
authored
May 30, 2013
by
Michal 'vorner' Vaner
Browse files
[2907] Make the reference const
parent
16f7fffa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/tests/client_list_unittest.cc
View file @
5ed66be3
...
@@ -254,7 +254,7 @@ public:
...
@@ -254,7 +254,7 @@ public:
}
}
ConfigurableClientList
::
CacheStatus
doReload
(
ConfigurableClientList
::
CacheStatus
doReload
(
const
Name
&
origin
,
const
string
&
datasrc_name
=
""
);
const
Name
&
origin
,
const
string
&
datasrc_name
=
""
);
void
accessorIterate
(
ConstZoneTableAccessorPtr
&
accessor
,
void
accessorIterate
(
const
ConstZoneTableAccessorPtr
&
accessor
,
int
numZones
,
const
string
&
zoneName
);
int
numZones
,
const
string
&
zoneName
);
const
RRClass
rrclass_
;
const
RRClass
rrclass_
;
...
@@ -1134,7 +1134,7 @@ TEST_F(ListTest, reloadByDataSourceName) {
...
@@ -1134,7 +1134,7 @@ TEST_F(ListTest, reloadByDataSourceName) {
// through the table, and verifies that the expected number of zones are
// through the table, and verifies that the expected number of zones are
// present, as well as the named zone.
// present, as well as the named zone.
void
void
ListTest
::
accessorIterate
(
ConstZoneTableAccessorPtr
&
accessor
,
ListTest
::
accessorIterate
(
const
ConstZoneTableAccessorPtr
&
accessor
,
int
numZones
,
const
string
&
zoneName
=
""
)
int
numZones
,
const
string
&
zoneName
=
""
)
{
{
// Confirm basic iterator behavior.
// Confirm basic iterator behavior.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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