* @package SysAl.AlarmManagement.DataType */ class ComCon { /** common return values */ const RC_OK = 0; // ok const RC_NOT_EXIST = 1; // an imporant instance was not found, but should const RC_EXIST = 2; // an imporant instance was found, but should not }