DeviceSpec: Rename server to provider
This commit is contained in:
@@ -97,8 +97,8 @@ spec_body:
|
||||
$$->implexor = std::string($1);
|
||||
$$->api = std::string($3);
|
||||
$$->apiParams = std::move(*$5);
|
||||
$$->server = std::string($8);
|
||||
$$->serverParams = std::move(*$10);
|
||||
$$->provider = std::string($8);
|
||||
$$->providerParams = std::move(*$10);
|
||||
$$->deviceSelector = std::string($13);
|
||||
delete $5;
|
||||
delete $10;
|
||||
|
||||
Reference in New Issue
Block a user