NetInterfaceException::NetInterfaceException ( const char *  fkt,
const char *  strerror 
)

Definition at line 19 of file NetInterfaceException.cpp.

00020 {
00021         errmsg = fkt;
00022         errmsg.append(": ");
00023         errmsg.append(std::strerror(errno));
00024 }


Generated on Wed Jun 25 14:47:11 2008 for keyvil by  doxygen 1.5.1