DevMgr: formatting
This commit is contained in:
@@ -324,7 +324,8 @@ void DeviceManager::removeDeviceAttachmentSpecReq(
|
|||||||
RemoveDeviceAttachmentSpecReq::LockerAndInvoker lockvoker(
|
RemoveDeviceAttachmentSpecReq::LockerAndInvoker lockvoker(
|
||||||
*request, mrntt::mrntt.thread,
|
*request, mrntt::mrntt.thread,
|
||||||
std::bind(
|
std::bind(
|
||||||
&RemoveDeviceAttachmentSpecReq::removeDeviceAttachmentSpecReq1_posted,
|
&RemoveDeviceAttachmentSpecReq
|
||||||
|
::removeDeviceAttachmentSpecReq1_posted,
|
||||||
request.get(), request));
|
request.get(), request));
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -562,7 +563,8 @@ public:
|
|||||||
DeviceManager::getInstance().newDeviceAttachmentSpecInd(
|
DeviceManager::getInstance().newDeviceAttachmentSpecInd(
|
||||||
spec,
|
spec,
|
||||||
{context, std::bind(
|
{context, std::bind(
|
||||||
&AttachAllUnattachedDevicesFromReq::attachAllUnattachedDevicesFromReq2,
|
&AttachAllUnattachedDevicesFromReq
|
||||||
|
::attachAllUnattachedDevicesFromReq2,
|
||||||
context.get(), context,
|
context.get(), context,
|
||||||
std::placeholders::_1, std::placeholders::_2,
|
std::placeholders::_1, std::placeholders::_2,
|
||||||
std::placeholders::_3)});
|
std::placeholders::_3)});
|
||||||
|
|||||||
Reference in New Issue
Block a user