- added flag to BadPassword exception class, to signal whether
commit81fcb0399aec1479a135d9dc1264cc5e1ccf5b18
authorcdfrey <cdfrey>
Sat, 17 Mar 2007 02:27:44 +0000 (17 02:27 +0000)
committercdfrey <cdfrey>
Sat, 17 Mar 2007 02:27:44 +0000 (17 02:27 +0000)
treeafac8ff50518545b6368d416339237a764a1dcf6
parent6d5fbf1ef219fed97d6f591ec38c33a32ccb3354
- added flag to BadPassword exception class, to signal whether
       the library considers the device "out of retries" or not
- updated socket.cc for new BadPassword exception
- added special case to Controller class destructor to reset the
       device if being destroyed in a half-open state... this is
       a temporary fix until we understand how to handle
       the "already open" message we get when opening the Desktop
       in some cases
- added password prompt dialog to the backup GUI
- fixed possible memory leak in GUI's DeviceInterface::Connect()
ChangeLog