]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
s/ahuexception/pdnsexception part 2
authorKees Monshouwer <mind04@monshouwer.org>
Mon, 5 Aug 2013 19:44:05 +0000 (21:44 +0200)
committermind04 <mind04@monshouwer.org>
Sun, 11 Aug 2013 20:57:54 +0000 (22:57 +0200)
49 files changed:
modules/db2backend/DB2Backend.cc
modules/gmysqlbackend/gmysqlbackend.cc
modules/godbcbackend/godbcbackend.cc
modules/goraclebackend/goraclebackend.cc
modules/gpgsqlbackend/gpgsqlbackend.cc
modules/gsqlite3backend/gsqlite3backend.cc
modules/ldapbackend/ldapbackend.hh
modules/mydnsbackend/mydnsbackend.cc
modules/opendbxbackend/odbxbackend.hh
modules/pipebackend/coprocess.cc
modules/pipebackend/pipebackend.cc
modules/randombackend/randombackend.cc
modules/remotebackend/remotebackend.hh
modules/remotebackend/test-remotebackend-http.cc
modules/remotebackend/test-remotebackend-json.cc
modules/remotebackend/test-remotebackend-pipe.cc
modules/remotebackend/test-remotebackend-post.cc
modules/remotebackend/test-remotebackend-unix.cc
modules/remotebackend/test-remotebackend.cc
modules/xdbbackend/xdb-fill.cc
modules/xdbbackend/xdbbackend.cc
pdns/Makefile.am
pdns/arguments.hh
pdns/backends/bind/bindparser.yy
pdns/backends/gsql/gsqlbackend.cc
pdns/distributor.hh
pdns/dnsbackend.hh
pdns/dnspacket.cc
pdns/dnspacket.hh
pdns/dnsproxy.cc
pdns/dynloader.cc
pdns/dynmessenger.hh
pdns/iputils.hh
pdns/lock.hh
pdns/lwres.cc
pdns/lwres.hh
pdns/misc.cc
pdns/pdnsexception.hh [moved from pdns/ahuexception.hh with 95% similarity]
pdns/rec_channel.cc
pdns/rec_control.cc
pdns/resolver.cc
pdns/resolver.hh
pdns/session.cc
pdns/session.hh
pdns/statbag.cc
pdns/unix_semaphore.cc
pdns/unix_utility.cc
pdns/win32_dynloader.cc
pdns/win32_rec_channel.cc

index 4839f2cfa55a50f235de39556787dbb40563a9b7..8c3a9986aecf9a955f82a15d16c5eb3964136cdf 100644 (file)
@@ -11,7 +11,7 @@
 #include <pdns/dnsbackend.hh>
 #include <pdns/dnspacket.hh>
 #include <pdns/ueberbackend.hh>
-#include <pdns/ahuexception.hh>
+#include <pdns/pdnsexception.hh>
 #include <pdns/logger.hh>
 #include <pdns/arguments.hh>
 
index ba5cc095f1a669bd06deb4e160dd7d329cc8199f..4631db932f2488318b0e98e0d1ced1446f19c27a 100644 (file)
@@ -7,7 +7,7 @@
 #include "gmysqlbackend.hh"
 #include "pdns/dnspacket.hh"
 #include "pdns/ueberbackend.hh"
-#include "pdns/ahuexception.hh"
+#include "pdns/pdnsexception.hh"
 #include "pdns/logger.hh"
 #include "pdns/arguments.hh"
 #include "smysql.hh"
index 0c2f8f76e1e5010b7463567ff0e303aecc00daa6..be7b69ed3b698c124f74f0917591da83b633d1ef 100644 (file)
@@ -10,7 +10,7 @@
 #include "pdns/dnsbackend.hh"
 #include "pdns/dnspacket.hh"
 #include "pdns/ueberbackend.hh"
-#include "pdns/ahuexception.hh"
+#include "pdns/pdnsexception.hh"
 #include "pdns/logger.hh"
 #include "pdns/arguments.hh"
 #include "sodbc.hh"
index 0dc3407ae4e8e814b4c40a6a923f6696b380cab3..a45146e195ce4dd39c0898e7b272b32fbca40075 100644 (file)
@@ -9,7 +9,7 @@
 #include "goraclebackend.hh"
 #include "pdns/dnspacket.hh"
 #include "pdns/ueberbackend.hh"
-#include "pdns/ahuexception.hh"
+#include "pdns/pdnsexception.hh"
 #include "pdns/logger.hh"
 #include "pdns/arguments.hh"
 
index 62e7da53139f3c67b457a48ed39e0bbc601505d8..e725d420d80511c6118e25666ffe528476315e4d 100644 (file)
@@ -8,7 +8,7 @@
 #include "gpgsqlbackend.hh"
 #include "pdns/dnspacket.hh"
 #include "pdns/ueberbackend.hh"
-#include "pdns/ahuexception.hh"
+#include "pdns/pdnsexception.hh"
 #include "pdns/logger.hh"
 #include "pdns/arguments.hh"
 
index 6fde3e4fce23b1fa8c927336c4dae17134b79e95..3c2e86656f6bcc559cea63856cd4114150af3313 100644 (file)
@@ -14,7 +14,7 @@
 #include "pdns/dnsbackend.hh"
 #include "pdns/dnspacket.hh"
 #include "pdns/ueberbackend.hh"
-#include "pdns/ahuexception.hh"
+#include "pdns/pdnsexception.hh"
 #include "pdns/logger.hh"
 #include "pdns/arguments.hh"
 #include "pdns/ssqlite3.hh"
index a907422213a4ee22581bfe64c1615480b7a2db85..c84aed97514f8800436310514acde4ad3d439995 100644 (file)
@@ -30,7 +30,7 @@
 #include <pdns/dnspacket.hh>
 #include <pdns/dnsbackend.hh>
 #include <pdns/ueberbackend.hh>
-#include <pdns/ahuexception.hh>
+#include <pdns/pdnsexception.hh>
 #include <pdns/arguments.hh>
 #include <pdns/logger.hh>
 #include "powerldap.hh"
index 9df88cd15b7e68b75715dfd284ee3b1b33015cfd..a1f88dfa366b27b01d0ac1e9cfa453ed171743c9 100644 (file)
@@ -32,7 +32,7 @@
 #include "mydnsbackend.hh"
 #include <pdns/dnspacket.hh>
 #include <pdns/ueberbackend.hh>
-#include <pdns/ahuexception.hh>
+#include <pdns/pdnsexception.hh>
 #include <pdns/logger.hh>
 #include <pdns/arguments.hh>
 
index be6348397f81cb044b7bacb8693d56b09ab6bed1..7e826a2d3f9cb96968e150fb3853142c1ba0f693 100644 (file)
@@ -27,7 +27,7 @@
 #include <pdns/dnspacket.hh>
 #include <pdns/dnsbackend.hh>
 #include <pdns/ueberbackend.hh>
-#include <pdns/ahuexception.hh>
+#include <pdns/pdnsexception.hh>
 #include <pdns/arguments.hh>
 #include <pdns/logger.hh>
 #include <odbx.h>
index d9ca44e66a6f33a4c9b3afe15f3045a50b680925..110c5033d562ec4e8aaba2d4907abac72813a3a3 100644 (file)
@@ -9,7 +9,7 @@
 #include <sys/wait.h>
 #include <sys/un.h>
 #include <pdns/misc.hh>
-#include <pdns/ahuexception.hh>
+#include <pdns/pdnsexception.hh>
 #include <sys/stat.h>
 #include <unistd.h>
 #include <boost/algorithm/string.hpp>
index 0ac908211b4b276d1ae7c17bc1ec51df9f5b855d..4b5ee77bb897017aea53bf58bc13b303cd148233 100644 (file)
@@ -16,7 +16,7 @@
 #include <pdns/dnsbackend.hh>
 #include <pdns/dnspacket.hh>
 #include <pdns/ueberbackend.hh>
-#include <pdns/ahuexception.hh>
+#include <pdns/pdnsexception.hh>
 #include <pdns/logger.hh>
 #include <pdns/arguments.hh>
 #include <sys/socket.h>
index 6b2fac8e83f2262e7050142fc72c3e690a67466e..6893a1b1b7209ef1e550193d6f336ba46382c54c 100644 (file)
@@ -21,7 +21,7 @@
 #include "pdns/dns.hh"
 #include "pdns/dnsbackend.hh"
 #include "pdns/dnspacket.hh"
-#include "pdns/ahuexception.hh"
+#include "pdns/pdnsexception.hh"
 #include "pdns/logger.hh"
 #include <boost/algorithm/string.hpp>
 
index 2f2d717b839bf03ae1657a4e175232bd0b44ffb2..312acb43f3149f38656ad4ec7a42101de3fc5315 100644 (file)
@@ -7,7 +7,7 @@
 #include <pdns/dnsbackend.hh>
 #include <pdns/dnspacket.hh>
 #include <pdns/ueberbackend.hh>
-#include <pdns/ahuexception.hh>
+#include <pdns/pdnsexception.hh>
 #include <pdns/logger.hh>
 #include <pdns/arguments.hh>
 #include <boost/lexical_cast.hpp>
index 7fa1be8b47f5d6a798243e8b494763f83ae62eb6..590ef7ca1f3c45035862ceb1593f9c387736135d 100644 (file)
@@ -3,7 +3,7 @@
 #include <pdns/dnsbackend.hh>
 #include <pdns/dnspacket.hh>
 #include <pdns/ueberbackend.hh>
-#include <pdns/ahuexception.hh>
+#include <pdns/pdnsexception.hh>
 #include <pdns/logger.hh>
 #include <pdns/arguments.hh>
 #include <boost/lexical_cast.hpp>
index 04b3966b8e99b454fd01a6414e9dd833fe67194b..fcbb9b30fcf7e61879dd492a9a9b35ebcfe456bf 100644 (file)
@@ -3,7 +3,7 @@
 #include <pdns/dnsbackend.hh>
 #include <pdns/dnspacket.hh>
 #include <pdns/ueberbackend.hh>
-#include <pdns/ahuexception.hh>
+#include <pdns/pdnsexception.hh>
 #include <pdns/logger.hh>
 #include <pdns/arguments.hh>
 #include <boost/lexical_cast.hpp>
index 3b0d55ee1f95d2ae8551eb2cc39bc3f9cc0e95c1..b238de860945a8507a7faf118846734732c01d66 100644 (file)
@@ -11,7 +11,7 @@
 #include <pdns/dnsbackend.hh>
 #include <pdns/dnspacket.hh>
 #include <pdns/ueberbackend.hh>
-#include <pdns/ahuexception.hh>
+#include <pdns/pdnsexception.hh>
 #include <pdns/logger.hh>
 #include <pdns/arguments.hh>
 #include "pdns/dnsrecords.hh"
index 8326e5a85597c94b567cd7b661150c353b8b9f94..e22e842b959e8a345e624cc0ae6aa8917c42ee49 100644 (file)
@@ -3,7 +3,7 @@
 #include <pdns/dnsbackend.hh>
 #include <pdns/dnspacket.hh>
 #include <pdns/ueberbackend.hh>
-#include <pdns/ahuexception.hh>
+#include <pdns/pdnsexception.hh>
 #include <pdns/logger.hh>
 #include <pdns/arguments.hh>
 #include <boost/lexical_cast.hpp>
index b2f9ca09e8768ea2b75aa383b6f74cd789906ec8..6825b32f721c6b5081c243a8f2678d6911cce1a9 100644 (file)
@@ -11,7 +11,7 @@
 #include <pdns/dnsbackend.hh>
 #include <pdns/dnspacket.hh>
 #include <pdns/ueberbackend.hh>
-#include <pdns/ahuexception.hh>
+#include <pdns/pdnsexception.hh>
 #include <pdns/logger.hh>
 #include <pdns/arguments.hh>
 #include "pdns/dnsrecords.hh"
index 28427c8a6ff8e8d78498247bc42cc55ddeb6a883..012dc325c6641fc8ae5f2d38ee14c6ca6ed5aea2 100644 (file)
@@ -10,7 +10,7 @@
 #include <pdns/dnsbackend.hh>
 #include <pdns/dnspacket.hh>
 #include <pdns/ueberbackend.hh>
-#include <pdns/ahuexception.hh>
+#include <pdns/pdnsexception.hh>
 #include <pdns/logger.hh>
 #include <pdns/arguments.hh>
 #include <boost/lexical_cast.hpp>
index 2df29072a37dfca9eefb0c144c5d592d970a08e2..f92c29ee450e75f9d24af42eba3806dc93489ae7 100644 (file)
@@ -1,7 +1,7 @@
 #include "pdns/utility.hh"
 #include "xgdbm.hh"
 #include "xtdb.hh"
-#include "pdns/ahuexception.hh"
+#include "pdns/pdnsexception.hh"
 #include "pdns/logger.hh"
 #include <stdio.h>
 #include <sstream>
index 560b964970e455c2490fd8c4ddf031ff471d86fa..5a153e16209d176691b7b4bc9fd5a3ddcf5c20a9 100644 (file)
@@ -4,7 +4,7 @@
 #include "pdns/dns.hh"
 #include "pdns/dnsbackend.hh"
 #include "pdns/dnspacket.hh"
-#include "pdns/ahuexception.hh"
+#include "pdns/pdnsexception.hh"
 #include "pdns/logger.hh"
 #include "pdns/arguments.hh"
 
index 754864a301f6e6ff60e331ddab988d23a69ed00b..d339390753c870112bd613a0c03e6d814cbc47ef 100644 (file)
@@ -38,7 +38,7 @@ toysdig dnsdemog dnswasher dnsscan nproxy notify pdnssec dnsbulktest nsec3dig #
 
 pdns_server_SOURCES=dnspacket.cc nameserver.cc tcpreceiver.hh \
 qtype.cc logger.cc arguments.cc packethandler.cc tcpreceiver.cc \
-packetcache.cc statbag.cc ahuexception.hh arguments.hh distributor.hh \
+packetcache.cc statbag.cc pdnsexception.hh arguments.hh distributor.hh \
 dns.hh dnsbackend.hh dnsbackend.cc dnspacket.hh dynmessenger.hh lock.hh logger.hh \
 nameserver.hh packetcache.hh packethandler.hh qtype.hh statbag.hh \
 ueberbackend.hh pdns.conf-dist ws.hh ws.cc webserver.cc webserver.hh \
index 45e114bacda300a78bb4ebbe81317e1448cfc2bd..c62ece7afc3231c37d3127ff85e52d7f40eb8040 100644 (file)
@@ -26,7 +26,7 @@
 #include <fstream>
 #include <iostream>
 #include "misc.hh"
-#include "ahuexception.hh"
+#include "pdnsexception.hh"
 #ifndef WIN32
 # include <sys/types.h>
 # include <pwd.h>
index c58bc139fb04df6a231ea0a262419b4468ee8e90..0fd148e5957a00777b73e49c6f1c4fc0c6e9e7aa 100644 (file)
@@ -8,7 +8,7 @@
 #include <utility>
 #include <errno.h>
 #include "misc.hh"
-#include "ahuexception.hh"
+#include "pdnsexception.hh"
 #include "namespaces.hh"
 #define YYDEBUG 1
 extern int yydebug;
index 2ff52630754367ec746137cd1d764247d6a6dc63..7be5d2ed4641916ff7b962ef1b417397d7f194d0 100644 (file)
@@ -31,7 +31,7 @@
 #include "gsqlbackend.hh"
 #include "pdns/dnspacket.hh"
 #include "pdns/ueberbackend.hh"
-#include "pdns/ahuexception.hh"
+#include "pdns/pdnsexception.hh"
 #include "pdns/logger.hh"
 #include "pdns/arguments.hh"
 #include "pdns/base32.hh"
index 76067a7dfedf989914817971fcd63a1df118829d..dd610b4d150b46f0a72357982108ab10dcf3957c 100644 (file)
@@ -35,7 +35,7 @@
 #include "logger.hh"
 #include "dns.hh"
 #include "dnsbackend.hh"
-#include "ahuexception.hh"
+#include "pdnsexception.hh"
 #include "arguments.hh"
 #include "statbag.hh"
 
index 0221951279550537ed94afa1348a41481a0e559d..46478721d894c449cf361e466b8ae6e6ad57b4cb 100644 (file)
@@ -26,7 +26,7 @@ class DNSPacket;
 #include <vector>
 #include <map>
 #include <sys/types.h>
-#include "ahuexception.hh"
+#include "pdnsexception.hh"
 #include <set>
 #include <iostream>
 
index 435eb388d1f59e609face2695323722cdded717c..a4859298cd725afae9aa12ca6e5b19cb12e21ed6 100644 (file)
@@ -30,7 +30,7 @@
 #include "dnsseckeeper.hh"
 #include "dns.hh"
 #include "dnsbackend.hh"
-#include "ahuexception.hh"
+#include "pdnsexception.hh"
 #include "dnspacket.hh"
 #include "logger.hh"
 #include "arguments.hh"
index 60bec234ac10687f8e46911d6aec226e776c6f92..64d41740a312007203ac05301abcff6495994c6b 100644 (file)
@@ -51,7 +51,7 @@
 #include "misc.hh"
 #include "utility.hh"
 #include "logger.hh"
-#include "ahuexception.hh"
+#include "pdnsexception.hh"
 #include "dnsrecords.hh"
 
 #ifdef HAVE_CONFIG_H
index afa114ffaad67fcb0e2cc1612f6ac9a00d796f0f..6c18b123a9d2d523cbf907942925da5ab9e7bb9d 100644 (file)
@@ -18,7 +18,7 @@
 #include "packetcache.hh"
 #include "utility.hh"
 #include "dnsproxy.hh"
-#include "ahuexception.hh"
+#include "pdnsexception.hh"
 #include <sys/types.h>
 #include <errno.h>
 #include "dns.hh"
index 943165e13814f5a0d09652cd0bed5d3bbcce3dcd..e48a3942418a4be8c898947c6e443ec931f26996 100644 (file)
@@ -30,7 +30,7 @@
 #include <boost/shared_ptr.hpp>
 
 #include <sys/stat.h>
-#include "ahuexception.hh"
+#include "pdnsexception.hh"
 #include "misc.hh"
 #include "dynmessenger.hh"
 #include "arguments.hh"
index ed9bc3e2b5b6b073bfd574fedb39c5e47403b2ba..59ad1004fbc62d68de4e3998dd63d6d43b7d6bd9 100644 (file)
@@ -36,7 +36,7 @@
 
 #include <errno.h>
 #include "iputils.hh"
-#include "ahuexception.hh"
+#include "pdnsexception.hh"
 
 #include "namespaces.hh"
 
index 14844dfb858766f4e9a9e210055c2e83acb15e53..c435a221e003655c2b5898212c5d005b4e47e426 100644 (file)
@@ -30,7 +30,7 @@
 #include <iostream>
 #include <stdio.h>
 #include <functional>
-#include "ahuexception.hh"
+#include "pdnsexception.hh"
 #include "misc.hh"
 #include <sys/socket.h>
 #include <netdb.h>
index 749ec7aa1d319d91064dfd42d527d5bba851b86a..3bb5e4a7405a5e8b0848f3c36f47f7e6335669e0 100644 (file)
@@ -22,7 +22,7 @@
 #include <pthread.h>
 #include <errno.h>
 #include "misc.hh"
-#include "ahuexception.hh"
+#include "pdnsexception.hh"
 
 extern bool g_singleThreaded;
 
index 660f7df3251e34cb9f0b5bc0e04e35706130c32f..a76550963fd35a6c3b1d098f0702193f1d55a8df 100644 (file)
@@ -30,7 +30,7 @@
 #include <vector>
 #include "dns.hh"
 #include "qtype.hh"
-#include "ahuexception.hh"
+#include "pdnsexception.hh"
 #include "arguments.hh"
 #include "sstuff.hh"
 #include "syncres.hh"
index 045e0c8cec740e2049fb4bf3abb0948c0adcdc03..c54be2a09fb008ed19fe49dcbbf77404fdf21406 100644 (file)
@@ -36,7 +36,7 @@
 # undef res_mkquery
 #endif // WIN32
 
-#include "ahuexception.hh"
+#include "pdnsexception.hh"
 #include "dns.hh"
 #include "namespaces.hh"
 
index 52844603be38a8ff4077d37bd6afec809babf53b..a64a00d0ef7d285cab9302eb1348b96bbb80bb1c 100644 (file)
@@ -39,7 +39,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include <stdio.h>
-#include "ahuexception.hh"
+#include "pdnsexception.hh"
 #include <sys/types.h>
 #include "utility.hh"
 #include <boost/algorithm/string.hpp>
similarity index 95%
rename from pdns/ahuexception.hh
rename to pdns/pdnsexception.hh
index 53a20fc9fac6a649ddee68327ab68b3fed8197c0..d7f054b4bd42c31540cce169acf99f1a9f96b925 100644 (file)
@@ -16,8 +16,8 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */
-#ifndef AHUEXCEPTION_HH
-#define AHUEXCEPTION_HH
+#ifndef PDNSEXCEPTION_HH
+#define PDNSEXCEPTION_HH
 /* (C) 2002 POWERDNS.COM BV */
 
 #include<string>
index 56ab81d19689c3fe40670d772cda434b2e79bc69..38d70daf22945fc0f9704c0fa470c7228ede57ad 100644 (file)
@@ -9,7 +9,7 @@
 #include <sys/stat.h>
 #include <iostream>
 
-#include "ahuexception.hh"
+#include "pdnsexception.hh"
 
 #include "namespaces.hh"
 
index a97cbbbef1266e38ee6fa6074ec19465e02e4d7c..47abfde4eb408721a9cb64f8ce20b4428b19f808 100644 (file)
@@ -17,7 +17,7 @@
 */
 #include "rec_channel.hh"
 #include <iostream>
-#include "ahuexception.hh"
+#include "pdnsexception.hh"
 #include "arguments.hh"
 #include "config.h"
 
index 7ae35adf159c882fb029f68f07a654fa5c294fed..2523916de2b5c5614f53461be9edcb26821d37e2 100644 (file)
@@ -33,7 +33,7 @@
 #include "dns.hh"
 #include "qtype.hh"
 #include "tcpreceiver.hh"
-#include "ahuexception.hh"
+#include "pdnsexception.hh"
 #include "statbag.hh"
 #include "arguments.hh"
 #include "base64.hh"
index 6877e6a0562e1e7cb62824eae1f36dcdc69aa010..36d7e91e482e5b76d12a84606f343a113d8598ba 100644 (file)
@@ -33,7 +33,7 @@
 # undef res_mkquery
 #endif // WIN32
 
-#include "ahuexception.hh"
+#include "pdnsexception.hh"
 #include "dns.hh"
 #include "namespaces.hh"
 #include "dnsbackend.hh"
index 2fcbd80be7cfd31ac1fa0ab93d223255dbfce0df..0e338d35a0cdced5c580b834d467e0eceeb4e027 100644 (file)
@@ -18,7 +18,7 @@
 */
 #include "utility.hh"
 #include "session.hh"
-#include "ahuexception.hh"
+#include "pdnsexception.hh"
 #include "misc.hh"
 #include <cstring>
 #include <iostream>
index 8e61e019187e44a31c63c5209da7d02cff1f207c..0cc5432a64c20eda6d5ceb54d23f1cafb0ad8230 100644 (file)
@@ -35,7 +35,7 @@
 
 #endif // WIN32
 #include "iputils.hh"
-#include "ahuexception.hh"
+#include "pdnsexception.hh"
 
 class SessionException: public PDNSException
 {
index b63e3d63d192e32fedd08027cbce625a772a4781..83421ff75f6217f7cb39576dfc4401e9ee0dca95 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "utility.hh"
 #include "statbag.hh"
-#include "ahuexception.hh"
+#include "pdnsexception.hh"
 #include <iostream>
 #include <sstream>
 #include <algorithm>
index 02b1e93d05362cf6f32d04fcc4a1ee7c30f5b3c9..0afb9cb6c108aade266fc44d859fbbea406c28a7 100644 (file)
@@ -21,7 +21,7 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <stdlib.h> 
-#include "ahuexception.hh"
+#include "pdnsexception.hh"
 #include "logger.hh"
 #include "misc.hh"
 #include <pwd.h>
index 987a40552905dd7c5076c08dcd81493e26bb37f9..08c0d7657161d2e418e76d13ae2a8a459b0e5899 100644 (file)
@@ -21,7 +21,7 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <stdlib.h> 
-#include "ahuexception.hh"
+#include "pdnsexception.hh"
 #include "logger.hh"
 #include "misc.hh"
 #include <pwd.h>
index dea837c785636f9224ff41b2b72b8b61bcfacffe..f6f9001d5616060c96566428aa5b173a44a89f83 100644 (file)
@@ -30,7 +30,7 @@
 #include <sys/types.h>
 
 #include <sys/stat.h>
-#include "ahuexception.hh"
+#include "pdnsexception.hh"
 #include "misc.hh"
 #include "dynmessenger.hh"
 #include "arguments.hh"
index 32a4dc2c1ceff4b452fcc46d17fcd99eddd8eaf3..d58a735b83dad86d854b34ae9fbfebc9db3ab4f0 100644 (file)
@@ -4,7 +4,7 @@
 #include <sys/stat.h>
 #include <iostream>
 
-#include "ahuexception.hh"
+#include "pdnsexception.hh"
 
 #include "namespaces.hh"