Ticket #25 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

verify that a backend supplies all need methods

Reported by: dev Assigned to: dev
Priority: major Milestone: first public beta
Component: UPnP Action SubSystem Version:
Keywords: Cc:

Description

Only activate a server service if all actions with 'A_ARG_TYPE_' out arguments have a backend methods via its callback attached.

Change History

21.12.2006 17:20:57 changed by dev

  • status changed from new to closed.
  • resolution set to fixed.

(In [211]) Check if a device backend for server service provides all needed action callbacks.

If the action is optional, just don't provide it. If it is a required action, don't activate the service.

If that service is a required one, this will lead to an abort of the device instantiation.

We need an overwrite for this to create in the TestSuite nonconformity devices/services.

This closes #25.