AppCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
EFileProcessorPrinter.h
Go to the documentation of this file.
1 #ifndef E_FILE_PROCESSOR_PRINTER_H
2 #define E_FILE_PROCESSOR_PRINTER_H
3 
4 class CardEvent;
5 namespace EM
6 {
7  namespace Common
8  {
9  class EDataCol;
10  }
11 }
12 
13 namespace 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
Storage class containing information about last processed event.
Definition: ELastTransactionInfo.h:10
Definition: EFileProcessorPrinter.cpp:37
EEventTripTicketPr __EDATAPTR d
Definition: EEventTripTicket.h:96
__EPUBLIC __ECLASS LIBCARDEVENT_API CardEvent
The ancestor of all events. Contains common information for all events.
Definition: cardevent.h:17
EFileProcessorPrinter()
Definition: EFileProcessorPrinter.cpp:240
~EFileProcessorPrinter()
Definition: EFileProcessorPrinter.cpp:248
SYSTEM INCLUDES.
Definition: CardFacadeManagerXML.h:6
bool FillPrintData(CardEvent *cardEvent, ELastTransactionInfo *lastTransactionInfo, EM::Common::EDataCol *dataCol)
Definition: EFileProcessorPrinter.cpp:256
Definition: EFileProcessorPrinter.h:19