DevMgr:newDevAttSpecInd: take ref & not sh_ptr to DASpec

Because NewDevAttSpecInd should be the function that creates the
persistent sh_ptr state within DevMgr.
This commit is contained in:
2025-09-28 11:14:55 -04:00
parent 7ab6e7b2c3
commit 27e707a22d
2 changed files with 13 additions and 11 deletions
@@ -45,7 +45,7 @@ public:
std::shared_ptr<DeviceAttachmentSpec> deviceSpec)>
newDeviceAttachmentSpecIndCbFn;
void newDeviceAttachmentSpecInd(
std::shared_ptr<DeviceAttachmentSpec> spec,
const DeviceAttachmentSpec &spec,
Callback<newDeviceAttachmentSpecIndCbFn> callback);
// Device attachment/detachment methods moved from SenseApiManager