Vesna
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
SmartCardServiceBusinessLogic.h
Go to the documentation of this file.
1 #ifndef SMARTCARDSERVICEBUSINESSLOGIC_H
2 #define SMARTCARDSERVICEBUSINESSLOGIC_H
3 
4 #include "BusinessLogic.h"
5 
7 {
8 public:
10 
13 
15 
16 private:
17  class DataClass;
18  QScopedPointer<DataClass> d;
19 };
20 
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