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

This commit is contained in:
2016-10-06 13:47:35 +00:00
parent 03ffe5d6bc
commit 24cb72d91c

View File

@@ -45,7 +45,7 @@ public:
CONNECT2(void, Tout, bool *, this, calculated, next, enqueue) CONNECT2(void, Tout, bool *, this, calculated, next, enqueue)
} }
EVENT2(calculated, const Tout &, v, bool *, overload) EVENT2(calculated, const Tout &, v, bool *, overload)
EVENT_HANDLER1(void, enqueue, const Tin &, v) {enqueue(v, 0);} void enqueue(const Tin &v) {enqueue(v, 0);}
EVENT_HANDLER2(void, enqueue, const Tin &, v, bool *, overload) { EVENT_HANDLER2(void, enqueue, const Tin &, v, bool *, overload) {
mutex.lock(); mutex.lock();
// piCout << "enque" << max_size << in.size(); // piCout << "enque" << max_size << in.size();