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

This commit is contained in:
2017-12-06 08:20:07 +00:00
parent bf7c714cc7
commit a0595c7674
14 changed files with 39 additions and 4 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();}
DeviceInfoFlags deviceInfoFlags() const {if (dev) return dev->infoFlags(); return 0;}
PIIODevice * dev;
PIByteArray buffer, tmpbuf, src_header, src_footer, trbuf;