AppCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
EEventLogManager.h
Go to the documentation of this file.
1 #ifndef EEVENTLOGMANAGER_H
2 #define EEVENTLOGMANAGER_H
3 
4 #include <string>
5 
6 namespace EM
7 {
8  namespace EventFileProcessor
9  {
13  {
14  public:
15 
17  {
18  OK = 0,
28  };
29 
32 
33  void WriteEventLog( unsigned long eventID, EEventLogType type, unsigned long eventNumber, std::string eventLogFilePath );
34 
35  private:
36  class DataClass;
37  DataClass *d;
38  };
39  }
40 }
41 
42 #endif // EEVENTLOGMANAGER_H
EEventTripTicketPr __EDATAPTR d
Definition: EEventTripTicket.h:96
EEventLogType
Definition: EEventLogManager.h:16
Simple class for commiting processed event to webservice (via writing binary file) ...
Definition: EEventLogManager.h:12
EEventLogManager()
Definition: EEventLogManager.cpp:56
__ECLASS DataClass
Definition: EEventUpdateCustomerData.h:35
~EEventLogManager()
Definition: EEventLogManager.cpp:64
SYSTEM INCLUDES.
Definition: CardFacadeManagerXML.h:6
Definition: EEventLogManager.h:18
void WriteEventLog(unsigned long eventID, EEventLogType type, unsigned long eventNumber, std::string eventLogFilePath)
Definition: EEventLogManager.cpp:72