AppCore
Loading...
Searching...
No Matches
EFileProcessorPrinter.h
Go to the documentation of this file.
1#ifndef E_FILE_PROCESSOR_PRINTER_H
2#define E_FILE_PROCESSOR_PRINTER_H
3
4class CardEvent;
5namespace EM
6{
7 namespace Common
8 {
9 class EDataCol;
10 }
11}
12
13namespace EM
14{
15 namespace EventFileProcessor
16 {
17 class ELastTransactionInfo;
18
20 {
21 public:
24
25 bool FillPrintData( CardEvent *cardEvent, ELastTransactionInfo *lastTransactionInfo, EM::Common::EDataCol *dataCol );
26
27 private:
28 class DataClass;
29 DataClass *d;
30 };
31 }
32}
33
34#endif //E_FILE_PROCESSOR_PRINTER_H
__EPUBLIC __ECLASS LIBCARDEVENT_API CardEvent
The ancestor of all events. Contains common information for all events.
Definition cardevent.h:17
Definition EFileProcessorPrinter.cpp:38
Definition EFileProcessorPrinter.h:20
EFileProcessorPrinter()
Definition EFileProcessorPrinter.cpp:240
bool FillPrintData(CardEvent *cardEvent, ELastTransactionInfo *lastTransactionInfo, EM::Common::EDataCol *dataCol)
Definition EFileProcessorPrinter.cpp:256
~EFileProcessorPrinter()
Definition EFileProcessorPrinter.cpp:248
Storage class containing information about last processed event.
Definition ELastTransactionInfo.h:11
SYSTEM INCLUDES.
Definition CardFacadeManagerXML.h:7