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 }