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/dnsscope.cc

    r1102 r1276  
    115115        continue; 
    116116      } 
    117       catch(exception& e) { 
     117      catch(std::exception& e) { 
    118118        if(pw) 
    119119          pw->write(); 
     
    212212    cerr<<"Average response time: "<<tottime/totpackets<<" usec"<<endl; 
    213213} 
    214 catch(exception& e) 
     214catch(std::exception& e) 
    215215{ 
    216216  cerr<<"Fatal: "<<e.what()<<endl;