Parcourir la source

Add ConstRRsetCachePtr definition

Ocean Wang il y a 14 ans
Parent
commit
3f791c7c43
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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