ROBDataProviderSvc: Use unique_ptr to cache ROBs per slot
Use unique_ptr instead of manual new/delete in ROBDataProviderSvc
Background: I started doing that b/c I thought there is leak, but that turns out to be due to another bug, see ATEAM-661.
Use unique_ptr instead of manual new/delete in ROBDataProviderSvc
Background: I started doing that b/c I thought there is leak, but that turns out to be due to another bug, see ATEAM-661.