From 33f9ea32c67a6e5e7df816432c98f3c9772b0b0f Mon Sep 17 00:00:00 2001 From: JINMEI Tatuya Date: Wed, 11 Apr 2012 17:20:30 -0700 Subject: [PATCH] [1579] made some definitions of ZoneFinder private. They are only used for FindDNSSECContext, which is part of ZoneFinder and can refer to its private members. --- src/lib/datasrc/database.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lib/datasrc/database.h b/src/lib/datasrc/database.h index 2e8c88513d..6da176e076 100644 --- a/src/lib/datasrc/database.h +++ b/src/lib/datasrc/database.h @@ -898,18 +898,19 @@ public: return (*accessor_); } + private: /// \brief check whether zone is signed with nsec /// /// searches the NSEC3PARAM RRset in the zone apex, if it exists, the /// zone looks signed with nsec bool isNSEC(); + /// \brief check whether zone is signed with nsec3 /// /// searches the NSEC3PARAM RRset in the zone apex, if it exists, the /// zone looks signed with nsec3 bool isNSEC3(); - private: boost::shared_ptr accessor_; const int zone_id_; const isc::dns::Name origin_; @@ -934,7 +935,7 @@ public: std::vector* target, const FindOptions options = FIND_DEFAULT); - public: + /// \brief Searches database for RRsets of one domain. /// /// This method scans RRs of single domain specified by name and