Removed references to events
This commit is contained in:
parent
69f1a44622
commit
e83bdbbef3
|
@ -37,8 +37,6 @@ require ONVIF::Device::Interfaces::Device::DevicePort;
|
|||
require ONVIF::Media::Interfaces::Media::MediaPort;
|
||||
require ONVIF::PTZ::Interfaces::PTZ::PTZPort;
|
||||
|
||||
require WSNotification::Interfaces::WSBaseNotification::NotificationProducerPort;
|
||||
|
||||
use Data::Dump qw(dump);
|
||||
|
||||
# ========================================================================
|
||||
|
@ -220,13 +218,6 @@ sub create_services
|
|||
$self->set_service('ptz', 'ep', ONVIF::PTZ::Interfaces::PTZ::PTZPort->new({
|
||||
proxy => $self->service('ptz', 'url'),
|
||||
serializer => $self->serializer(),
|
||||
# transport => $transport
|
||||
}));
|
||||
}
|
||||
if(defined $self->service('events', 'url')) {
|
||||
$self->set_service('events', 'ep', WSNotification::Interfaces::WSBaseNotification::NotificationProducerPort->new({
|
||||
proxy => $self->service('events', 'url'),
|
||||
serializer => $self->serializer(),
|
||||
# transport => $transport
|
||||
}));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue