Mailer 1.0.5
C++ daemon for sending order emails via SMTP
Loading...
Searching...
No Matches
constants.h File Reference

Go to the source code of this file.

Macros

#define SUCCESS   (0)
 Операция выполнена успешно.
 
#define FAILURE   (-1)
 Операция завершилась ошибкой.
 

Macro Definition Documentation

◆ FAILURE

#define FAILURE   (-1)

Операция завершилась ошибкой.

Definition at line 7 of file constants.h.

◆ SUCCESS

#define SUCCESS   (0)

Операция выполнена успешно.

Definition at line 4 of file constants.h.