Move non-template functions to timeout.cpp file 49/34049/8
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Tue, 20 Jan 2015 14:15:36 +0000 (15:15 +0100)
committerLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Tue, 17 Mar 2015 14:49:53 +0000 (15:49 +0100)
commit558ddf321c4732d6f9a3db9f6082c65468444beb
tree5d6f90a5e65f47334ef6be092d8bed50a04b8b88
parent90bbd6419996455c707450a416f0ffb0c8635039
Move non-template functions to timeout.cpp file

Leaving them in timeout.h causes double definition of functions.

Change-Id: Ic425855ffd958b2adbb16672d486fcdcedaa8897
src/common/CMakeLists.txt
src/common/timeout.cpp [new file with mode: 0644]
src/common/timeout.h