@@ -195,80 +195,80 @@ namespace nmos
195195 namespace details
196196 {
197197 // Deprecated: use nc::details::get_runtime_property_constraints
198- inline web::json::value get_runtime_property_constraints (const nc_property_id& property_id, const web::json::value& runtime_property_constraints_list) { return nc::details::get_runtime_property_constraints (property_id, runtime_property_constraints_list); };
198+ inline web::json::value get_runtime_property_constraints (const nc_property_id& property_id, const web::json::value& runtime_property_constraints_list) { return nc::details::get_runtime_property_constraints (property_id, runtime_property_constraints_list); }
199199
200200 // Deprecated: use nc::details::get_datatype_descriptor
201- inline web::json::value get_datatype_descriptor (const web::json::value& type_name, get_control_protocol_datatype_descriptor_handler get_control_protocol_datatype) { return nc::details::get_datatype_descriptor (type_name, get_control_protocol_datatype); };
201+ inline web::json::value get_datatype_descriptor (const web::json::value& type_name, get_control_protocol_datatype_descriptor_handler get_control_protocol_datatype) { return nc::details::get_datatype_descriptor (type_name, get_control_protocol_datatype); }
202202
203203 // Deprecated: use nc::details::get_datatype_constraints
204- inline web::json::value get_datatype_constraints (const web::json::value& type_name, get_control_protocol_datatype_descriptor_handler get_control_protocol_datatype) { return nc::details::get_datatype_constraints (type_name, get_control_protocol_datatype); };
204+ inline web::json::value get_datatype_constraints (const web::json::value& type_name, get_control_protocol_datatype_descriptor_handler get_control_protocol_datatype) { return nc::details::get_datatype_constraints (type_name, get_control_protocol_datatype); }
205205
206206 struct datatype_constraints_validation_parameters
207207 {
208208 web::json::value datatype_descriptor;
209209 get_control_protocol_datatype_descriptor_handler get_control_protocol_datatype_descriptor;
210210 };
211211 // Deprecated: use nc::details::constraints_validation
212- inline void constraints_validation (const web::json::value& value, const web::json::value& runtime_property_constraints, const web::json::value& property_constraints, const datatype_constraints_validation_parameters& params) { return nc::details::constraints_validation (value, runtime_property_constraints, property_constraints, nc::details::datatype_constraints_validation_parameters{params.datatype_descriptor , params.get_control_protocol_datatype_descriptor }); };
212+ inline void constraints_validation (const web::json::value& value, const web::json::value& runtime_property_constraints, const web::json::value& property_constraints, const datatype_constraints_validation_parameters& params) { return nc::details::constraints_validation (value, runtime_property_constraints, property_constraints, nc::details::datatype_constraints_validation_parameters{params.datatype_descriptor , params.get_control_protocol_datatype_descriptor }); }
213213
214214 // Deprecated: use nc::details::method_parameter_constraints_validation
215- inline void method_parameter_constraints_validation (const web::json::value& data, const web::json::value& property_constraints, const datatype_constraints_validation_parameters& params) { return nc::details::method_parameter_constraints_validation (data, property_constraints, nc::details::datatype_constraints_validation_parameters{params.datatype_descriptor , params.get_control_protocol_datatype_descriptor }); };
215+ inline void method_parameter_constraints_validation (const web::json::value& data, const web::json::value& property_constraints, const datatype_constraints_validation_parameters& params) { return nc::details::method_parameter_constraints_validation (data, property_constraints, nc::details::datatype_constraints_validation_parameters{params.datatype_descriptor , params.get_control_protocol_datatype_descriptor }); }
216216 }
217217
218218 // Deprecated: use nc::is_block
219- inline bool is_nc_block (const nc_class_id& class_id) { return nc::is_block (class_id); };
219+ inline bool is_nc_block (const nc_class_id& class_id) { return nc::is_block (class_id); }
220220
221221 // Deprecated: use nc::is_worker
222- inline bool is_nc_worker (const nc_class_id& class_id) { return nc::is_worker (class_id); };
222+ inline bool is_nc_worker (const nc_class_id& class_id) { return nc::is_worker (class_id); }
223223
224224 // Deprecated: use nc::is_manager
225- inline bool is_nc_manager (const nc_class_id& class_id) { return nc::is_manager (class_id); };
225+ inline bool is_nc_manager (const nc_class_id& class_id) { return nc::is_manager (class_id); }
226226
227227 // Deprecated: use nc::is_device_manager
228- inline bool is_nc_device_manager (const nc_class_id& class_id) { return nc::is_device_manager (class_id); };
228+ inline bool is_nc_device_manager (const nc_class_id& class_id) { return nc::is_device_manager (class_id); }
229229
230230 // Deprecated: use nc::is_class_manager
231- inline bool is_nc_class_manager (const nc_class_id& class_id) { return nc::is_class_manager (class_id); };
231+ inline bool is_nc_class_manager (const nc_class_id& class_id) { return nc::is_class_manager (class_id); }
232232
233233 // Deprecated: use nc::make_class_id
234- inline nc_class_id make_nc_class_id (const nc_class_id& prefix, int32_t authority_key, const std::vector<int32_t >& suffix) { return nc::make_class_id (prefix, authority_key, suffix); };
235- inline nc_class_id make_nc_class_id (const nc_class_id& prefix, const std::vector<int32_t >& suffix) { return nc::make_class_id (prefix, suffix); };
234+ inline nc_class_id make_nc_class_id (const nc_class_id& prefix, int32_t authority_key, const std::vector<int32_t >& suffix) { return nc::make_class_id (prefix, authority_key, suffix); }
235+ inline nc_class_id make_nc_class_id (const nc_class_id& prefix, const std::vector<int32_t >& suffix) { return nc::make_class_id (prefix, suffix); }
236236
237237 // Deprecated: use nc::find_property_descriptor
238- inline web::json::value find_property_descriptor (const nc_property_id& property_id, const nc_class_id& class_id, get_control_protocol_class_descriptor_handler get_control_protocol_class_descriptor) { return nc::find_property_descriptor (property_id, class_id, get_control_protocol_class_descriptor); };
238+ inline web::json::value find_property_descriptor (const nc_property_id& property_id, const nc_class_id& class_id, get_control_protocol_class_descriptor_handler get_control_protocol_class_descriptor) { return nc::find_property_descriptor (property_id, class_id, get_control_protocol_class_descriptor); }
239239
240240 // Deprecated: use nc::get_member_descriptors
241- inline void get_member_descriptors (const resources& resources, const resource& resource, bool recurse, web::json::array& descriptors) { return nc::get_member_descriptors (resources, resource, recurse, descriptors); };
241+ inline void get_member_descriptors (const resources& resources, const resource& resource, bool recurse, web::json::array& descriptors) { return nc::get_member_descriptors (resources, resource, recurse, descriptors); }
242242
243243 // Deprecated: use nc::find_members_by_role
244- inline void find_members_by_role (const resources& resources, const resource& resource, const utility::string_t & role, bool match_whole_string, bool case_sensitive, bool recurse, web::json::array& nc_block_member_descriptors) { return nc::find_members_by_role (resources, resource, role, match_whole_string, case_sensitive, recurse, nc_block_member_descriptors); };
244+ inline void find_members_by_role (const resources& resources, const resource& resource, const utility::string_t & role, bool match_whole_string, bool case_sensitive, bool recurse, web::json::array& nc_block_member_descriptors) { return nc::find_members_by_role (resources, resource, role, match_whole_string, case_sensitive, recurse, nc_block_member_descriptors); }
245245
246246 // Deprecated: use nc::find_members_by_class_id
247- inline void find_members_by_class_id (const resources& resources, const resource& resource, const nc_class_id& class_id, bool include_derived, bool recurse, web::json::array& descriptors) { return nc::find_members_by_class_id (resources, resource, class_id, include_derived, recurse, descriptors); };
247+ inline void find_members_by_class_id (const resources& resources, const resource& resource, const nc_class_id& class_id, bool include_derived, bool recurse, web::json::array& descriptors) { return nc::find_members_by_class_id (resources, resource, class_id, include_derived, recurse, descriptors); }
248248
249249 // Deprecated: use nc::push_back
250- inline void push_back (control_protocol_resource& nc_block_resource, const control_protocol_resource& resource) { return nc::push_back (nc_block_resource, resource); };
250+ inline void push_back (control_protocol_resource& nc_block_resource, const control_protocol_resource& resource) { return nc::push_back (nc_block_resource, resource); }
251251
252252 // Deprecated: use nc::insert_resource
253- inline std::pair<resources::iterator, bool > insert_control_protocol_resource (resources& resources, resource&& resource) { return nc::insert_resource (resources, std::move (resource)); };
253+ inline std::pair<resources::iterator, bool > insert_control_protocol_resource (resources& resources, resource&& resource) { return nc::insert_resource (resources, std::move (resource)); }
254254
255255 // Deprecated: use nc::modify_resource
256- inline bool modify_control_protocol_resource (resources& resources, const id& id, std::function<void (resource&)> modifier, const web::json::value& notification_event = web::json::value::null()) { return nc::modify_resource (resources, id, modifier, notification_event); };
256+ inline bool modify_control_protocol_resource (resources& resources, const id& id, std::function<void (resource&)> modifier, const web::json::value& notification_event = web::json::value::null()) { return nc::modify_resource (resources, id, modifier, notification_event); }
257257
258258 // Deprecated: use nc::erase_resource
259- inline resources::size_type erase_control_protocol_resource (resources& resources, const id& id) { return nc::erase_resource (resources, id); };
259+ inline resources::size_type erase_control_protocol_resource (resources& resources, const id& id) { return nc::erase_resource (resources, id); }
260260
261261 // Deprecated: use nc::find_resource
262- inline resources::const_iterator find_control_protocol_resource (resources& resources, type type, const id& id) { return nc::find_resource (resources, type, id); };
262+ inline resources::const_iterator find_control_protocol_resource (resources& resources, type type, const id& id) { return nc::find_resource (resources, type, id); }
263263
264264 // Deprecated: use nc::method_parameters_contraints_validation
265- inline void method_parameters_contraints_validation (const web::json::value& arguments, const web::json::value& nc_method_descriptor, get_control_protocol_datatype_descriptor_handler get_control_protocol_datatype_descriptor) { return nc::method_parameters_contraints_validation (arguments, nc_method_descriptor, get_control_protocol_datatype_descriptor); };
265+ inline void method_parameters_contraints_validation (const web::json::value& arguments, const web::json::value& nc_method_descriptor, get_control_protocol_datatype_descriptor_handler get_control_protocol_datatype_descriptor) { return nc::method_parameters_contraints_validation (arguments, nc_method_descriptor, get_control_protocol_datatype_descriptor); }
266266
267267 // Deprecated: use nc::insert_notification_events
268- inline void insert_notification_events (resources& resources, const api_version& version, const api_version& downgrade_version, const type& type, const web::json::value& pre , const web::json::value& post , const web::json::value& event) { return nc::insert_notification_events (resources, version, downgrade_version, type, pre , post , event); };
268+ inline void insert_notification_events (resources& resources, const api_version& version, const api_version& downgrade_version, const type& type, const web::json::value& pre , const web::json::value& post , const web::json::value& event) { return nc::insert_notification_events (resources, version, downgrade_version, type, pre , post , event); }
269269
270270 // Deprecated: use nc::get_property
271- inline web::json::value get_control_protocol_property (const resources& resources, nc_oid oid, const nc_property_id& property_id, get_control_protocol_class_descriptor_handler get_control_protocol_class_descriptor, slog::base_gate& gate) { return nc::get_property (resources, oid, property_id, get_control_protocol_class_descriptor, gate); };
271+ inline web::json::value get_control_protocol_property (const resources& resources, nc_oid oid, const nc_property_id& property_id, get_control_protocol_class_descriptor_handler get_control_protocol_class_descriptor, slog::base_gate& gate) { return nc::get_property (resources, oid, property_id, get_control_protocol_class_descriptor, gate); }
272272}
273273
274- #endif
274+ #endif
0 commit comments