Browse Source

Add ConstRRsetCachePtr definition

Ocean Wang 14 years ago
parent
commit
3f791c7c43
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/cache/rrset_cache.h

+ 1 - 0
src/lib/cache/rrset_cache.h

@@ -85,6 +85,7 @@ private:
 };
 
 typedef boost::shared_ptr<RRsetCache> RRsetCachePtr;
+typedef boost::shared_ptr<const RRsetCache> ConstRRsetCachePtr;
 
 } // namespace cache
 } // namespace isc