]> granicus.if.org Git - pdns/commit
correct overloading of feedRecord
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Sun, 20 Oct 2013 22:55:16 +0000 (00:55 +0200)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Tue, 5 Nov 2013 09:04:16 +0000 (10:04 +0100)
commitfe4289c7ae8f459401591eb22090daf62bb5f2f5
tree8ac1a3b63b5818e458459ceb577775fc6a49bc6b
parent3f8b93821204d71973a1d8927c23e3b43011d3f9
correct overloading of feedRecord

G++ 4.8 does not warn about this, but clearly an overload with the
wrong signature will not work when called through a base class pointer.
(clang++ 3.3 produces a diagnostic.)
modules/luabackend/luabackend.hh
modules/luabackend/slave.cc
modules/opendbxbackend/odbxbackend.cc
modules/opendbxbackend/odbxbackend.hh
modules/oraclebackend/oraclebackend.cc
modules/oraclebackend/oraclebackend.hh
pdns/docs/pdns.xml