fixed moenchZmq executables

This commit is contained in:
2021-04-21 17:25:51 +02:00
parent d5c10aa3e7
commit fa6a685508
4 changed files with 179 additions and 64 deletions

View File

@ -123,7 +123,7 @@ public:
return fifoFree->pop(ptr);
}
virtual int isBusy() {if (fifoData->isEmpty() && busy==0) return 0; else return 1;}
virtual int isBusy() {if (fifoData->isEmpty() && busy==0) return 0; return 1;}
//protected:
/** Implement this method in your subclass with the code you want your thread to run. */