Show
Ignore:
Timestamp:
12/30/02 22:00:56 (10 years ago)
Author:
ahu
Message:

removed some dead code
updated doxygen documentation
updated README and TODO

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/dnspacket.hh

    r85 r104  
    1717    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    1818*/ 
    19 // $Id: dnspacket.hh,v 1.7 2002/12/18 09:30:13 ahu Exp $ 
     19// $Id: dnspacket.hh,v 1.8 2002/12/30 21:00:56 ahu Exp $ 
    2020#ifndef DNSPACKET_HH 
    2121#define DNSPACKET_HH 
     
    181181 
    182182  */ 
    183  
    184  
    185183  void addSOARecord(const string &domain, const string &content, u_int32_t ttl, DNSResourceRecord::Place place);  
    186184  void addSOARecord(const DNSResourceRecord &); //!< add a SOA record to the packet 
    187  
    188185 
    189186  void addTXTRecord(string domain, string, u_int32_t ttl); //!< add a TXT record to the packet