/** * Module itop-sla-computation: deprecated * * @copyright Copyright (C) 2010-2024 Combodo SAS * @license http://opensource.org/licenses/AGPL-3.0 */ /** * @deprecated 3.3.0 This is actually a breaking change. The class has been left to ease migration to 3.3.0 (see N°2683) */ class SLAComputation { /** * @deprecated 3.3.0 This is actually a breaking change. The function has been left to ease migration to 3.3.0 (see N°2683) */ public static function SelectModule($sClassName) { //DeprecatedCallsLog::NotifyDeprecatedPhpMethod('Removed Class SLAComputation'); } } /** * @deprecated 3.3.0 This is actually a breaking change. The class has been left to ease migration to 3.3.0 (see N°2683) */ class SLAComputationAddOnAPI { }