Code

* delete unused function headers
authorrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 21 Sep 2009 12:34:33 +0000 (12:34 +0000)
committerrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 21 Sep 2009 12:34:33 +0000 (12:34 +0000)
* 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

index f1df5a4b436f363d0c8223928ea42039cf8b61b4..7c654eb5e16c6621543febe69c5a3406952f1a19 100644 (file)
@@ -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];