Changeset 1359 for trunk/pdns/pdns/dnswriter.hh
- Timestamp:
- 05/16/09 17:33:21 (16 months ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/dnswriter.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/dnswriter.hh
r1232 r1359 94 94 dnsheader* getHeader(); 95 95 void getRecords(string& records); 96 const vector<uint8_t>& getRecordBeingWritten() { return d_record; } 96 97 97 98 private: 98 vector <uint8_t>& d_content;99 vector <uint8_t>& d_content; 99 100 vector <uint8_t> d_record; 100 101 string d_qname;