mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
dfrph.hpp: Don't allow copies of DFRPH - cont...
Also define an explicit private assignment operator. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
parent
539fbe7c75
commit
f59f3131bb
@ -136,6 +136,7 @@ namespace upm {
|
|||||||
* Don't allow copies of this class
|
* Don't allow copies of this class
|
||||||
*/
|
*/
|
||||||
DFRPH(const DFRPH&) {}
|
DFRPH(const DFRPH&) {}
|
||||||
|
DFRPH &operator=(const DFRPH &) {return *this;}
|
||||||
|
|
||||||
dfrph_context _dev;
|
dfrph_context _dev;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user