Add common module that expiryTimer.
authorChaJiWon <jw_wonny.cha@samsung.com>
Fri, 3 Jul 2015 06:32:06 +0000 (15:32 +0900)
committerUze Choi <uzchoi@samsung.com>
Fri, 3 Jul 2015 07:04:10 +0000 (07:04 +0000)
commit14c7f7320a5dc0fce05346482090229d585fd787
tree7b775ecea0b27cbe9353afabfe6ee590eea4f38f
parent0b2da11c787c61c75a2ad9d08b85bf445a88e97e
Add common module that expiryTimer.

check expiryTime & excute callback

destructor change to public type in ExpiryTimer.h
exclude the internal header code

Change-Id: Ic773fddaaf8332950a53eeb99e8a50a42ea75637
Signed-off-by: ChaJiWon <jw_wonny.cha@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1467
Reviewed-by: Uze Choi <uzchoi@samsung.com>
Tested-by: Uze Choi <uzchoi@samsung.com>
service/resource-manipulation/modules/common/expiryTimer/SConscript [new file with mode: 0644]
service/resource-manipulation/modules/common/expiryTimer/include/ExpiryTimer.h [new file with mode: 0644]
service/resource-manipulation/modules/common/expiryTimer/src/ExpiryTimer.cpp [new file with mode: 0644]
service/resource-manipulation/modules/common/expiryTimer/src/ExpiryTimer_Impl.cpp [new file with mode: 0644]
service/resource-manipulation/modules/common/expiryTimer/src/ExpiryTimer_Impl.h [new file with mode: 0644]