lib/upnp/WorkQueue: disallow copying
This commit is contained in:
@@ -77,6 +77,9 @@ public:
|
|||||||
setTerminateAndWait();
|
setTerminateAndWait();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
WorkQueue(const WorkQueue &) = delete;
|
||||||
|
WorkQueue &operator=(const WorkQueue &) = delete;
|
||||||
|
|
||||||
/** Start the worker threads.
|
/** Start the worker threads.
|
||||||
*
|
*
|
||||||
* @param nworkers number of threads copies to start.
|
* @param nworkers number of threads copies to start.
|
||||||
|
Reference in New Issue
Block a user