]> git.ipfire.org Git - thirdparty/kea.git/commit
[1307] (unrelated) clarification cleanup: process()/putSOA()/addNXDOMAINProof()
authorJINMEI Tatuya <jinmei@isc.org>
Thu, 20 Oct 2011 23:33:44 +0000 (16:33 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Thu, 20 Oct 2011 23:33:44 +0000 (16:33 -0700)
commit0a6bcde01f641bf024e9179d2e753d7d2ef4df41
tree11ea493d7fc1410829a14809424952b6fae71a7e
parent587102b55b9cee15faf4fd9d9c4c3ad81c88666d
[1307] (unrelated) clarification cleanup: process()/putSOA()/addNXDOMAINProof()
cannot be const because they modify response_.
maybe we should pass the response via method parameter rather than at
the construction time, or even make this a simple free function, rather
than a class.  but that will be a separate discussion.
src/bin/auth/query.cc
src/bin/auth/query.h