N°2042 deprecated chrono extensivity

This commit is contained in:
Pierre Goiffon
2020-01-07 15:50:49 +01:00
parent 838c4f123c
commit f019e05af5

View File

@@ -42,6 +42,8 @@ class SLAComputation implements iWorkingTimeComputer
* *
* @return void * @return void
* @throws \CoreException * @throws \CoreException
*
* @deprecated will be removed soon (see N°2683)
*/ */
public static function SelectModule($sClassName) public static function SelectModule($sClassName)
{ {
@@ -131,6 +133,8 @@ class SLAComputation implements iWorkingTimeComputer
* 24x7 (no holiday) computation. To override this behavior, implement * 24x7 (no holiday) computation. To override this behavior, implement
* a derived class from this one, overloading the behavior, and call * a derived class from this one, overloading the behavior, and call
* SLAComputation::SetExtension() * SLAComputation::SetExtension()
*
* @deprecated will be removed soon (see N°2683)
*/ */
class SLAComputationAddOnAPI class SLAComputationAddOnAPI
{ {