diff --git a/smocore/deviceManager/deviceManager.cpp b/smocore/deviceManager/deviceManager.cpp index f2787fa..fa442b2 100644 --- a/smocore/deviceManager/deviceManager.cpp +++ b/smocore/deviceManager/deviceManager.cpp @@ -324,7 +324,8 @@ void DeviceManager::removeDeviceAttachmentSpecReq( RemoveDeviceAttachmentSpecReq::LockerAndInvoker lockvoker( *request, mrntt::mrntt.thread, std::bind( - &RemoveDeviceAttachmentSpecReq::removeDeviceAttachmentSpecReq1_posted, + &RemoveDeviceAttachmentSpecReq + ::removeDeviceAttachmentSpecReq1_posted, request.get(), request)); } @@ -562,7 +563,8 @@ public: DeviceManager::getInstance().newDeviceAttachmentSpecInd( spec, {context, std::bind( - &AttachAllUnattachedDevicesFromReq::attachAllUnattachedDevicesFromReq2, + &AttachAllUnattachedDevicesFromReq + ::attachAllUnattachedDevicesFromReq2, context.get(), context, std::placeholders::_1, std::placeholders::_2, std::placeholders::_3)});