]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2369] Rename files to master_lexer_inputsource.{cc,h}
authorMukund Sivaraman <muks@isc.org>
Thu, 1 Nov 2012 04:09:35 +0000 (09:39 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 1 Nov 2012 04:09:35 +0000 (09:39 +0530)
src/lib/dns/Makefile.am
src/lib/dns/master_lexer_inputsource.cc [moved from src/lib/dns/inputsource.cc with 98% similarity]
src/lib/dns/master_lexer_inputsource.h [moved from src/lib/dns/inputsource.h with 100% similarity]
src/lib/dns/tests/Makefile.am
src/lib/dns/tests/master_lexer_inputsource_unittest.cc [moved from src/lib/dns/tests/inputsource_unittest.cc with 99% similarity]

index 02c38beb6ed0464bc2112cc05744b3085ef9ccfc..17d62964f349fcfd3a8856ce9d1eba82b52f9f07 100644 (file)
@@ -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
similarity index 98%
rename from src/lib/dns/inputsource.cc
rename to src/lib/dns/master_lexer_inputsource.cc
index 051705b9b78c067f64ce87cf67bbca0a07768b5c..048564c59a3daf5c6e23a3a2b6c31cd2dfd9f36e 100644 (file)
@@ -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 {
index 49c6ddfe44e159d8135d00d62186023a0fe8ebc9..2f514964703ffb284332abbffd78533e1842274e 100644 (file)
@@ -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
similarity index 99%
rename from src/lib/dns/tests/inputsource_unittest.cc
rename to src/lib/dns/tests/master_lexer_inputsource_unittest.cc
index 8c7ed4bf11c0a2fe71631863e5540fe5cbf8463f..979e5611a829d9d660b9278250019fce2290769f 100644 (file)
@@ -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>