Introduce Lockable in FileLock 62/32762/2
authorAleksander Zdyb <a.zdyb@samsung.com>
Tue, 23 Dec 2014 12:54:32 +0000 (13:54 +0100)
committerAleksander Zdyb <a.zdyb@samsung.com>
Tue, 23 Dec 2014 14:57:31 +0000 (15:57 +0100)
commitd514cd59397d07540b44bf8bc925947cee545e5b
treeb7d37d4d306e6faf5eb244f22c0342f634052fe4
parent7a6ec0f04bc425bbc35000c08f86ae17a8394cd1
Introduce Lockable in FileLock

FileLock now operates on lockable object instead
of a file path and internal file descriptor.

Lockable is an abstraction of file descriptor.

Change-Id: Ie17905a4455492956e5162d90add488ca6f3080c
src/common/lock/FileLock.cpp
src/common/lock/FileLock.h