Changeset 623 for trunk/pdns/pdns/dnsrecords.cc
- Timestamp:
- 03/25/06 22:01:35 (4 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/dnsrecords.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/dnsrecords.cc
r521 r623 20 20 21 21 boilerplate_conv(A, ns_t_a, conv.xfrIP(d_ip)); 22 23 uint32_t ARecordContent::getIP() const 24 { 25 return d_ip; 26 } 22 27 23 28 void ARecordContent::doRecordCheck(const DNSRecord& dr)