BIND 10 #1144: RR type implementation: DLV
BIND 10 Development
do-not-reply at isc.org
Thu Aug 11 03:27:45 UTC 2011
#1144: RR type implementation: DLV
-------------------------------------+-------------------------------------
Reporter: shane | Owner: dvv
Type: task | Status: reviewing
Priority: major | Milestone:
Component: | Sprint-20110816
libdns++ | Resolution:
Keywords: | Sensitive: 0
Defect Severity: N/A | Sub-Project: DNS
Feature Depending on Ticket: | Estimated Difficulty: 3
Add Hours to Ticket: 0 | Total Hours: 0
Internal?: 0 |
-------------------------------------+-------------------------------------
Comment (by jinmei):
Replying to [comment:14 dvv]:
> RRType(typeCode) won't work for my purposes: all I need is the type's
name (hence codeToTypeText()), whereas RRType doesn't have a method to get
this name, and the only thing that ties a type to its name seems to be the
RRParamRegistry object.
<< RRType(typeCode) should have the same effect as appending
RRType(typeCode).toText() to the exception what() message, and what
RRType(typeCode) internally does is equivalent to
RRParamRegistry::getRegistry().codeToTypeText(typeCode). I've not
checked the result of the suggested code, but am I missing something?
--
Ticket URL: <http://bind10.isc.org/ticket/1144#comment:15>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list