git-svn-id: svn://db.shs.com.ru/pip@526 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -212,6 +212,8 @@ void PIIODevice::terminate() {
|
||||
|
||||
void PIIODevice::begin() {
|
||||
//cout << " begin\n";
|
||||
if (threadedReadBufferSize() == 0)
|
||||
piCoutObj << "Warning: threadedReadBufferSize() == 0, read may be useless!";
|
||||
thread_started_ = false;
|
||||
if (!opened_) {
|
||||
if (open()) {
|
||||
|
||||
Reference in New Issue
Block a user