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

This commit is contained in:
2018-10-16 06:59:15 +00:00
parent 0097e83b39
commit dd00a36be3
2 changed files with 8 additions and 5 deletions

View File

@@ -290,6 +290,7 @@ public:
struct DeviceData;
public:
DevicePool();
~DevicePool();
void init();
PIIODevice * addDevice(PIConnection * parent, const PIString & fp, PIIODevice::DeviceMode mode = PIIODevice::ReadWrite, bool start = true);