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
6847454e
Commit
6847454e
authored
Nov 01, 2012
by
Mukund Sivaraman
Browse files
[2369] Rename files to master_lexer_inputsource.{cc,h}
parent
0dd898f8
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/Makefile.am
View file @
6847454e
...
...
@@ -93,7 +93,7 @@ libb10_dns___la_LDFLAGS = -no-undefined -version-info 2:0:0
libb10_dns___la_SOURCES
=
libb10_dns___la_SOURCES
+=
edns.h edns.cc
libb10_dns___la_SOURCES
+=
exceptions.h exceptions.cc
libb10_dns___la_SOURCES
+=
inputsource.h inputsource.cc
libb10_dns___la_SOURCES
+=
master_lexer_
inputsource.h
master_lexer_
inputsource.cc
libb10_dns___la_SOURCES
+=
labelsequence.h labelsequence.cc
libb10_dns___la_SOURCES
+=
masterload.h masterload.cc
libb10_dns___la_SOURCES
+=
message.h message.cc
...
...
src/lib/dns/inputsource.cc
→
src/lib/dns/
master_lexer_
inputsource.cc
View file @
6847454e
...
...
@@ -12,7 +12,7 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
#include
<dns/inputsource.h>
#include
<dns/
master_lexer_
inputsource.h>
namespace
isc
{
namespace
dns
{
...
...
src/lib/dns/inputsource.h
→
src/lib/dns/
master_lexer_
inputsource.h
View file @
6847454e
File moved
src/lib/dns/tests/Makefile.am
View file @
6847454e
...
...
@@ -22,7 +22,7 @@ if HAVE_GTEST
TESTS
+=
run_unittests
run_unittests_SOURCES
=
unittest_util.h unittest_util.cc
run_unittests_SOURCES
+=
edns_unittest.cc
run_unittests_SOURCES
+=
inputsource_unittest.cc
run_unittests_SOURCES
+=
master_lexer_
inputsource_unittest.cc
run_unittests_SOURCES
+=
labelsequence_unittest.cc
run_unittests_SOURCES
+=
messagerenderer_unittest.cc
run_unittests_SOURCES
+=
name_unittest.cc
...
...
src/lib/dns/tests/inputsource_unittest.cc
→
src/lib/dns/tests/
master_lexer_
inputsource_unittest.cc
View file @
6847454e
...
...
@@ -12,7 +12,7 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
#include
<dns/inputsource.h>
#include
<dns/
master_lexer_
inputsource.h>
#include
<exceptions/exceptions.h>
#include
<gtest/gtest.h>
...
...
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