* @package etemplate * @subpackage api * @copyright (c) 2007-16 by Ralf Becker * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @version $Id$ */ use EGroupware\Api; /** * Abstract base class for trackering: * - logging all modifications of an entry * - notifying users about changes in an entry * * @deprecated use Api\Storage\Tracking */ abstract class bo_tracking extends Api\Storage\Tracking {}