1 #ifndef SMARTCARDSERVICEBUSINESSLOGIC_H
2 #define SMARTCARDSERVICEBUSINESSLOGIC_H
18 QScopedPointer<DataClass> d;
21 #endif // SMARTCARDSERVICEBUSINESSLOGIC_H
static const ApplicationDefines::BusinessLogicType mBusinessLogicType
Definition: SmartCardServiceBusinessLogic.h:9
Definition: SmartCardServiceBusinessLogic.cpp:8
The BusinessLogic class is the base class of all business logic classes. Every inherited class has to...
Definition: BusinessLogic.h:11
Definition: ApplicationDefines.h:209
virtual ~SmartCardServiceBusinessLogic()
Definition: SmartCardServiceBusinessLogic.cpp:26
bool IsSmartCardServiceReady()
Definition: SmartCardServiceBusinessLogic.cpp:30
BusinessLogicType
Definition: ApplicationDefines.h:186
Definition: SmartCardServiceBusinessLogic.h:6
SmartCardServiceBusinessLogic()
Definition: SmartCardServiceBusinessLogic.cpp:20