git-svn-id: svn://db.shs.com.ru/pip@580 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-12-11 10:33:53 +00:00
parent 99f3a53eac
commit cab51ddca9
3 changed files with 3 additions and 2 deletions

View File

@@ -159,6 +159,7 @@ private:
PIString fullPathPrefix() const {return PIStringAscii("pckext");}
PIString constructFullPathDevice() const;
bool openDevice() {if (dev == 0) return false; return dev->open();}
bool closeDevice() {if (dev == 0) return false; return dev->close();}
DeviceInfoFlags deviceInfoFlags() const {if (dev) return dev->infoFlags(); return 0;}
PIIODevice * dev;