Code

Added missing comments
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 12 Jan 2010 13:15:35 +0000 (13:15 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 12 Jan 2010 13:15:35 +0000 (13:15 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15160 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/systems/admin/systems/class_systemManagement.inc

index 1ba0f53aad4f017fc33d04b3542e5c4b603ad988..a0b98cb72bf38de666448cab648d5b95b66b89a2 100644 (file)
 #       |
 #       |->activate_new_device()   (Finally activate the device - FAIsate=..)
 #
-
-
-
 class systemManagement extends management
 {
   var $plHeadline     = "Systems";
@@ -152,6 +148,8 @@ class systemManagement extends management
   }
 
 
+  /*! \brief  Act on password change requests.
+   */
   function setPassword($action,$target)
   {
     if(count($target) == 1){
@@ -177,8 +175,7 @@ class systemManagement extends management
   }
 
 
-
-/*! \brief  This method is used to queue and process copy&paste actions.
+  /*! \brief  This method is used to queue and process copy&paste actions.
    *          Allows to copy, cut and paste mutliple entries at once.
    *  @param  String  'action'  The name of the action which was the used as trigger.
    *  @param  Array   'target'  A list of object dns, which should be affected by this method.
@@ -244,6 +241,8 @@ class systemManagement extends management
   }
 
 
+  /*! \brief  Password change confirmed, now try to change the systems pwd.
+   */
   function passwordChangeConfirmed()
   {
     $tDefs= $this->getObjectDefinitions();
@@ -735,8 +734,9 @@ class systemManagement extends management
   }
 
 
-
-
+  /*! \brief  The system selection dialog was closed. 
+   *          We will now queue the given entry to be activated.
+   */ 
   function systemTypeChosen()
   {
     // Detect the systems target type 
@@ -757,6 +757,8 @@ class systemManagement extends management
   }
 
 
+  /*! \brief  Activate queued goto systems.
+   */
   function handleActivationQueue()
   {
     @DEBUG (DEBUG_TRACE, __LINE__, __FUNCTION__, __FILE__,