|
AppCore
|
Simple class for commiting processed event to webservice (via writing binary file) More...
#include <EEventLogManager.h>
Classes | |
| class | DataClass |
Public Types | |
| enum | EEventLogType { OK = 0, UnfinishedOperation = 1, EventNumberInconsistency = 2, ProvidersMismatch = 3, ErrorFromPT = 4, CardAfterValidity = 5, NoSpaceOnCard = 6, DiscountTypeMismatch = 7, FirstUseTimeTicketsDisabled = 8, ProlongingTimeTicketNotFound = 9 } |
Public Member Functions | |
| EEventLogManager () | |
| ~EEventLogManager () | |
| void | WriteEventLog (unsigned long eventID, EEventLogType type, unsigned long eventNumber, std::string eventLogFilePath) |
Simple class for commiting processed event to webservice (via writing binary file)
| EEventLogManager::EEventLogManager | ( | ) |
CONSTRUCTOR
| EEventLogManager::~EEventLogManager | ( | ) |
DESTRUCTOR
| void EEventLogManager::WriteEventLog | ( | unsigned long | eventID, |
| EEventLogType | type, | ||
| unsigned long | eventNumber, | ||
| std::string | eventLogFilePath | ||
| ) |
WriteEventLog

1.8.8