16#include "TTimeStamp.h"
28 TString str_status_text;
static int CheckStatusExists(int status_id)
check status exists in the database: 1- true, 0 - false, <0 - database operation error
void Print()
print information about current status
static int DeleteStatus(int status_id)
delete status from the database
static int PrintAll()
print all statuss
static ElogStatus * CreateStatus(TString status_text)
add new status to the database
int SetStatusText(TString status_text)
set status text of the current status
int GetStatusId()
get status id of the current status
static ElogStatus * GetStatus(int status_id)
get status from the database
TString GetStatusText()
get status text of the current status