FOSSology  3.2.0rc1
Open Source License Compliance by Open Source Software
DeleteMessages.php
1 <?php
2 /***************************************************************
3 Copyright (C) 2017 Siemens AG
4 This program is free software; you can redistribute it and/or
5 modify it under the terms of the GNU General Public License
6 version 2 as published by the Free Software Foundation.
7 This program is distributed in the hope that it will be useful,
8 but WITHOUT ANY WARRANTY; without even the implied warranty of
9 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 GNU General Public License for more details.
11 You should have received a copy of the GNU General Public License along
12 with this program; if not, write to the Free Software Foundation, Inc.,
13 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14  ***************************************************************/
19 namespace Fossology\DelAgent\UI;
20 
25 abstract class DeleteMessages
26 {
27  const SCHEDULING_FAILED = 1;
28  const SUCCESS = 2;
29  const NO_PERMISSION = 3;
30 }
UI namespace for delagent.
Messages which can be generated by delagent.