Show
Ignore:
Timestamp:
11/15/08 21:40:26 (21 months ago)
Author:
ahu
Message:

third batch of std::exception

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/backends/bind/zone2sql.cc

    r1266 r1276  
    288288            num_domainsdone++; 
    289289          } 
    290           catch(exception &ae) { 
     290          catch(std::exception &ae) { 
    291291            if(!::arg().mustDo("on-error-resume-next")) 
    292292              throw; 
     
    323323    return 0; 
    324324  } 
    325   catch(exception &e) { 
     325  catch(std::exception &e) { 
    326326    cerr<<"died because of STL error: "<<e.what()<<endl; 
    327327    exit(0);