diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2017-12-21 08:11:54 -0800 |
---|---|---|
committer | Patrick Ohly <patrick.ohly@intel.com> | 2018-01-03 10:39:51 +0100 |
commit | 88619eb58cc9d4470d743e0c732e945da28a7eb2 (patch) | |
tree | 037dece46689cf0a4f5fbce889cdcfd018f8f9aa /src/gdbus/watch.c | |
parent | 52a34570373fc3d03e69456c2d4f460265bf9a22 (diff) |
C++: replace auto_ptr with unique_ptr
auto_ptr has been deprecated for a while now. unique_ptr can
be taken for granted now, so use that instead.
GDBusMessage requires a custom deleter. Not sure how auto_ptr
handled that before.
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Diffstat (limited to 'src/gdbus/watch.c')
0 files changed, 0 insertions, 0 deletions