BIND 10 trac449, updated. 16bbee505681b46ef60febb8067765704afdeb24 [trac449] moved private: around a bit
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Feb 11 10:02:56 UTC 2011
The branch, trac449 has been updated
via 16bbee505681b46ef60febb8067765704afdeb24 (commit)
from 1b4b8193675f0ebc9b63480900257fa21e5cfa72 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 16bbee505681b46ef60febb8067765704afdeb24
Author: Jelte Jansen <jelte at isc.org>
Date: Fri Feb 11 11:01:37 2011 +0100
[trac449] moved private: around a bit
-----------------------------------------------------------------------
Summary of changes:
src/lib/cache/resolver_cache.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/cache/resolver_cache.h b/src/lib/cache/resolver_cache.h
index dbe59a0..7a0fdab 100644
--- a/src/lib/cache/resolver_cache.h
+++ b/src/lib/cache/resolver_cache.h
@@ -170,7 +170,6 @@ private:
bool updateRRsetCache(const isc::dns::ConstRRsetPtr rrset_ptr,
RRsetCachePtr rrset_cache_ptr);
-private:
/// \brief Class this cache is for.
const isc::dns::RRClass cache_class_;
@@ -312,13 +311,13 @@ public:
void load(const std::string& file_name);
//@}
+private:
/// \brief Returns the class-specific subcache
///
/// \param cache_class the class to get the subcache for
/// \return The subcache, or NULL if there is no cache for this class
ResolverClassCache* getClassCache(const isc::dns::RRClass& cache_class) const;
-private:
/// The class-specific caches.
/// TODO: I think we can optimize for IN, and always have that
/// one directly available, use the vector for the rest?
More information about the bind10-changes
mailing list