Details
-
Story
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently feedback handler usage and creation are based on icpf::IInterface and some obscure deletion process.
Shared_ptr seems like a much better alternative. Change the implementation to shared_ptr.