Heray-Was-Here
Server : Apache
System : Linux vps103298.mylogin.co 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : calvet ( 273824)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /proc/thread-self/root/usr/share/fusioninventory/lib/FusionInventory/Agent/XML/Query/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/thread-self/root/usr/share/fusioninventory/lib/FusionInventory/Agent/XML/Query/Prolog.pm
package FusionInventory::Agent::XML::Query::Prolog;

use strict;
use warnings;

use parent 'FusionInventory::Agent::XML::Query';

sub new {
    my ($class, %params) = @_;

    die "no deviceid parameter for Prolog XML query\n" unless $params{deviceid};

    return $class->SUPER::new(
        query => 'PROLOG',
        token => '12345678',
        %params
    );

}

1;
__END__

=head1 NAME

FusionInventory::Agent::XML::Query::Prolog - Prolog agent message

=head1 DESCRIPTION

This is an initial message sent by the agent to the server before any task is
processed, requiring execution parameters.

=head1 METHODS

=head2 new(%params)

The constructor. The following parameters are allowed, in addition to those
from the base class C<FusionInventory::Agent::XML::Query>, as keys of the
%params hash:

=over

=back

Hry