Fix structure in ExpiryTimer
authorChaJiwon <jw_wonny.cha@samsung.com>
Fri, 17 Jul 2015 13:27:39 +0000 (22:27 +0900)
committerUze Choi <uzchoi@samsung.com>
Fri, 17 Jul 2015 14:29:36 +0000 (14:29 +0000)
commit60dd0dd5e5305493cc2dea9892b808fcda4acbe1
tree77ef2ae5a6ea7c84dda6bcf34d7b834d99bfe479
parentc51f732205929c2286856b3c7c44d7b4959718a9
Fix structure in ExpiryTimer

Add cancelAll function and remove destroy function.
Change function name in postTimer and cancelTimer.
ExpiryTimer_Impl class change name to ExpiryTimerImpl.

Change-Id: I546e75ff52962cba248d9f9689f39f526646e57b
Signed-off-by: ChaJiwon <jw_wonny.cha@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1718
Reviewed-by: Uze Choi <uzchoi@samsung.com>
Tested-by: Uze Choi <uzchoi@samsung.com>
service/resource-manipulation/src/common/expiryTimer/SConscript
service/resource-manipulation/src/common/expiryTimer/include/ExpiryTimer.h
service/resource-manipulation/src/common/expiryTimer/src/ExpiryTimer.cpp
service/resource-manipulation/src/common/expiryTimer/src/ExpiryTimerImpl.cpp [new file with mode: 0644]
service/resource-manipulation/src/common/expiryTimer/src/ExpiryTimerImpl.h [moved from service/resource-manipulation/src/common/expiryTimer/src/ExpiryTimer_Impl.h with 56% similarity]
service/resource-manipulation/src/common/expiryTimer/src/ExpiryTimer_Impl.cpp [deleted file]