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/ueberbackend.hh

    r86 r104  
    4747/** This is a very magic backend that allows us to load modules dynamically, 
    4848    and query them in order. This is persistent over all UeberBackend instantiations 
    49     across multiple threads. Very magic */ 
     49    across multiple threads.  
     50 
     51    The UeberBackend is transparent for exceptions, which should fall straight through. 
     52*/ 
    5053 
    5154class UeberBackend : public DNSBackend