1 #ifndef COMMUNICATIONCENTREBUSINESSLOGIC_H
2 #define COMMUNICATIONCENTREBUSINESSLOGIC_H
22 QScopedPointer<DataClass> d;
27 #endif // COMMUNICATIONCENTREBUSINESSLOGIC_H
const QString IMAGE_DISPLAYER_PROCESS_PROGRAM_NAME
Definition: CommunicationCentreBusinessLogic.h:6
The BusinessLogic class is the base class of all business logic classes. Every inherited class has to...
Definition: BusinessLogic.h:11
CommunicationCentreBusinessLogic()
Definition: CommunicationCentreBusinessLogic.cpp:230
ResultValue
Definition: ApplicationDefines.h:92
Definition: CommunicationCentreBusinessLogic.h:8
Definition: ApplicationDefines.h:217
virtual ~CommunicationCentreBusinessLogic()
Definition: CommunicationCentreBusinessLogic.cpp:236
ApplicationDefines::ResultValue SendCommunicationRequest()
Definition: CommunicationCentreBusinessLogic.cpp:241
BusinessLogicType
Definition: ApplicationDefines.h:186
static const ApplicationDefines::BusinessLogicType mBusinessLogicType
Definition: CommunicationCentreBusinessLogic.h:11
Definition: CommunicationCentreBusinessLogic.cpp:23