More renamed
[shipsimu.git] / application / ship-simu / main / structures / extended / class_BaseCabinStructure.php
index d0c0aaa8b0326484e08bf4df7e0ff028db2eeace..77a81ae4f42073b772989f40b694cd4702b0f865 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * General cabin structure class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -36,20 +36,10 @@ class BaseCabinStructure extends BaseStructure {
        protected function __construct ($className) {
                // Call parent constructor
                parent::__construct($className);
-
-               // Set description
-               $this->setObjectDescription("Kabinenstruktur");
        }
 
        // Kabine hinzufuegen
        public function addShipPartToShip (ConstructableShip $shipInstance, ConstructableShipPart $cabinInstance) {
-               if ((defined('DEBUG_STRUCTURE')) || (defined('DEBUG_ALL'))) $this->debugOutput(sprintf("[%s:%d] Die Kabine <strong>%s</strong> wird f&uuml;r das Schiff <strong>%s</strong> konstruiert.",
-                       __CLASS__,
-                       __LINE__,
-                       $cabinInstance->getObjectDescription(),
-                       $shipInstance->getShipName()
-               ));
-
                // Eltern-Methode aufrufen
                parent::addShipPartToShip ($shipInstance, $cabinInstance);
 
@@ -65,14 +55,6 @@ class BaseCabinStructure extends BaseStructure {
 
                // Instanz setzen
                $this->setDeckInstance($cabinInstance);
-
-               // Einbaut-Meldung ausgeben
-               if ((defined('DEBUG_STRUCTURE')) || (defined('DEBUG_ALL'))) $this->debugOutput(sprintf("[%s:%d] Die Kabine <strong>%s</strong> wurde in das Schiff eingebaut.",
-                       __CLASS__,
-                       __LINE__,
-                       $cabinInstance->getObjectDescription(),
-                       $shipInstance->getShipName()
-               ));
        }
 
        // Wrapper fuer setDeckInstance->setPartInstance