DevMgr: formatting
This commit is contained in:
@@ -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)});
|
||||
|
||||
Reference in New Issue
Block a user