Changeset 1369 for trunk/pdns/pdns/dnsparser.hh
- Timestamp:
- 07/01/09 22:17:37 (13 months ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/dnsparser.hh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/dnsparser.hh
r1359 r1369 82 82 { 83 83 xfr32BitInt(val); 84 val=htonl(val); 84 85 } 85 86 … … 150 151 virtual ~DNSRecordContent() {} 151 152 virtual void toPacket(DNSPacketWriter& pw)=0; 152 virtual string serialize(const string& qname) 153 virtual string serialize(const string& qname) // it would rock if this were const, but it is too hard 153 154 { 154 155 vector<uint8_t> packet;