[Gallery] Implemented MediaItem::saveToDevice() method 34/128634/4
authorIgor Nazarov <i.nazarov@samsung.com>
Wed, 10 May 2017 17:02:29 +0000 (20:02 +0300)
committerIgor Nazarov <i.nazarov@samsung.com>
Mon, 15 May 2017 14:07:07 +0000 (17:07 +0300)
commitf220cda8383d41fd272bb6f27165925c2c10d66c
tree9e51b7f41ceaac9ed7ebdc8945309aaf4b2ecee3
parent5d0eaadf4ddadcff3ff2fb9eff61d5b9965a3690
[Gallery] Implemented MediaItem::saveToDevice() method

- Added implementation of MediaItem::saveToDevice() method;
- getProperty() helper function changed to more universal
  util::get[Nz]() using variadic templates;
- Implemented file path utility functions.

Change-Id: I05d83e0f2afd18c1594a15cd75f5107ecbf4e5c8
inc/model/MediaItem.h
src/helpers.h
src/helpers.hpp
src/model/MediaItem.cpp
src/model/helpers.cpp
src/model/helpers.h
src/presenters/Instance.cpp