Indentation
This commit is contained in:
@@ -32,7 +32,11 @@ public:
|
|||||||
// New async function for device attachment
|
// New async function for device attachment
|
||||||
void newDeviceAttachmentSpecInd(
|
void newDeviceAttachmentSpecInd(
|
||||||
std::shared_ptr<DeviceAttachmentSpec> spec,
|
std::shared_ptr<DeviceAttachmentSpec> spec,
|
||||||
std::function<void(bool success, std::shared_ptr<Device> device, std::shared_ptr<DeviceAttachmentSpec> deviceSpec)> callback);
|
std::function<
|
||||||
|
void(
|
||||||
|
bool success, std::shared_ptr<Device> device,
|
||||||
|
std::shared_ptr<DeviceAttachmentSpec> deviceSpec)>
|
||||||
|
callback);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
DeviceManager() = default;
|
DeviceManager() = default;
|
||||||
|
|||||||
Reference in New Issue
Block a user