]> git.mxchange.org Git - flightgear.git/commit
Having the class destructor close the fd was a bad idea ... especially if you
authorcurt <curt>
Mon, 30 Nov 1998 17:15:29 +0000 (17:15 +0000)
committercurt <curt>
Mon, 30 Nov 1998 17:15:29 +0000 (17:15 +0000)
commitb4a913e339ff2df24d519400628df69850042000
tree6888182f76991024d6fb80142f039061263757fc
parentb82aef65e5e2d3c8c7cbd258e286a2dd46fca8d3
Having the class destructor close the fd was a bad idea ... especially if you
ever make a copy of the instance and then subsequently destroy either.
close_port() is now a separate member function.
Serial/serial.cxx
Serial/serial.hxx