AppCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
EEventFileProcessorDefines.h
Go to the documentation of this file.
1 #ifndef E_EVENT_FILE_PROCESSOR_DEFINES_H
2 #define E_EVENT_FILE_PROCESSOR_DEFINES_H
3 
4 #include "core/common/ApplicationPath.h"
5 
6 // Path to processed events file
7 #ifdef __WINDOWS_CE__
8  #define STATISTICS_PATH "\\Built-in Storage\\RevizorskaCitacka\\ProcessedEvents.dat"
9  #else
10  #ifdef WINDOWS
11  #define STATISTICS_PATH "c:\\Winado\\Predpredaj\\ProcessedEvents.dat"
12  #else
13  #define STATISTICS_PATH PATH_ROOT_DIR"var/ProcessedEvents.dat"
14  #endif
15 #endif
16 
17 #define EVENT_LOG_FILE "ProcessedEvents.dat"
18 
19 // Database define for fake prepaid coupons
20 #define EVENT_TYPE_DB_FAKE_TT 6
21 
22 #endif //E_EVENT_FILE_PROCESSOR_DEFINES_H