Removed references to events

This commit is contained in:
Jan M. Hochstein 2014-08-08 18:54:08 +02:00
parent 12206948fb
commit 9834841381
1 changed files with 0 additions and 9 deletions

View File

@ -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
}));
}