Changeset 104 for trunk/pdns/pdns/ueberbackend.hh
- Timestamp:
- 12/30/02 22:00:56 (10 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/ueberbackend.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/ueberbackend.hh
r86 r104 47 47 /** This is a very magic backend that allows us to load modules dynamically, 48 48 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 */ 50 53 51 54 class UeberBackend : public DNSBackend