void NetInterface::close (  ) 

Definition at line 141 of file NetInterface.cpp.

00142 {
00143         if(inDescr != 0)
00144         {
00145 		::close(inDescr);
00146         }
00147         
00148         if(outDescr != 0)
00149         {
00150 			::close(outDescr);
00151         }
00152 }


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