Add NONCOPYABLE macro
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Thu, 21 Aug 2014 09:52:14 +0000 (11:52 +0200)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Fri, 12 Sep 2014 12:59:28 +0000 (14:59 +0200)
commite51a4f650f47c581cf1f224a407e106f574d3a13
tree05591a2e6a964c12b69833ed23313668901de0df
parentdac92b50fa05cd92dd751a1b5c1b51a558aa5c89
Add NONCOPYABLE macro

Declaring class noncopyable requires explicit deletion of a constructor and
operator. To simplify it, the NONCOPYABLE macro has been added.

Change-Id: Iee4e1824238033f4f5719b96c88f18b4400213fb
src/manager/common/noncopyable.h [new file with mode: 0644]