src/Network/Error.hh
changeset 400 d64bf28c4340
parent 380 d193dd1d8a7e
equal deleted inserted replaced
399:c7295b72731a 400:d64bf28c4340
     1 #ifndef NETWORK_ERROR_HH
     1 #ifndef NETWORK_ERROR_HH
     2 #define NETWORK_ERROR_HH
     2 #define NETWORK_ERROR_HH
       
     3 
       
     4 /**
       
     5  * @file
       
     6  *
       
     7  * Base classes for shared errno-enabled errors
       
     8  */
     3 
     9 
     4 #include "../Error.hh"
    10 #include "../Error.hh"
     5 
    11 
     6 /**
    12 /**
     7  * An error class that appends the current value of errno as an error message
    13  * An error class that appends the current value of errno as an error message