From: rettenbe Date: Mon, 21 Sep 2009 12:34:33 +0000 (+0000) Subject: * delete unused function headers X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=90ff419385cfa852a2cf712fa899f6855006ee22;p=gosa.git * delete unused function headers * add some doc lines git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14298 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/server/events/opsi_com.pm b/gosa-si/server/events/opsi_com.pm index f1df5a4b4..7c654eb5e 100644 --- a/gosa-si/server/events/opsi_com.pm +++ b/gosa-si/server/events/opsi_com.pm @@ -27,8 +27,6 @@ my @events = ( "opsi_assignSoftwareLicenseToHost", "opsi_unassignSoftwareLicenseFromHost", "opsi_unassignAllSoftwareLicensesFromHost", - "opsi_getLicenses_list", - "opsi_getLicense_hash", "opsi_getSoftwareLicense_hash", "opsi_getLicensePool_hash", "opsi_getSoftwareLicenseUsages_listOfHashes", @@ -1913,8 +1911,10 @@ sub opsi_unassignAllSoftwareLicensesFromHost { ################################ # -# @brief -# +# @brief Returns the assigned licensePoolId and licenses, how often the product is installed and at which host +# and the number of max and remaining installations for a given OPSI product. +# @param productId Identificator of an OPSI product. +# sub opsi_getLicenseInformationForProduct { my ($msg, $msg_hash, $session_id) = @_; my $header = @{$msg_hash->{'header'}}[0];