Heart 1.3.842.34c2ab5
Heart is base back end library for your c++ Qt projects.
request.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2018-2024 QuasarApp.
3 * Distributed under the lgplv3 software license, see the accompanying
4 * Everyone is permitted to copy and distribute verbatim copies
5 * of this license document, but changing it is not allowed.
6*/
7
8#ifndef IREQUEST_H
9#define IREQUEST_H
10
11#include "heart_global.h"
12
13namespace QH {
14
54{
55public:
56 Request();
61 virtual unsigned char getRequestCmd() const = 0;
62
63};
64}
65#endif // IREQUEST_H
The Request class is base interface for working with requests commands.
Definition request.h:54
virtual unsigned char getRequestCmd() const =0
getRequestCmd This method return request command
#define HEARTSHARED_EXPORT
The QH namespace - QuasarApp Heart namespace. This namespace contains all classes of the Heart librar...
Definition heart.cpp:13