[svn] commit: r2841 - /branches/trac311/src/lib/dns/edns.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Aug 28 05:58:07 UTC 2010
Author: jinmei
Date: Sat Aug 28 05:58:06 2010
New Revision: 2841
Log:
backup before sync
Modified:
branches/trac311/src/lib/dns/edns.h
Modified: branches/trac311/src/lib/dns/edns.h
==============================================================================
--- branches/trac311/src/lib/dns/edns.h (original)
+++ branches/trac311/src/lib/dns/edns.h Sat Aug 28 05:58:06 2010
@@ -38,6 +38,8 @@
/// \brief A pointer-like type pointing to an \c EDNS object.
typedef boost::shared_ptr<EDNS> EDNSPtr;
+
+/// \brief A pointer-like type pointing to an immutable \c EDNS object.
typedef boost::shared_ptr<const EDNS> ConstEDNSPtr;
/// Document why this is separated from \c Message.
More information about the bind10-changes
mailing list