From 90ff419385cfa852a2cf712fa899f6855006ee22 Mon Sep 17 00:00:00 2001 From: rettenbe Date: Mon, 21 Sep 2009 12:34:33 +0000 Subject: [PATCH] * delete unused function headers * add some doc lines git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14298 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-si/server/events/opsi_com.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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]; -- 2.30.2