Heart 1.3.842.34c2ab5
Heart is base back end library for your c++ Qt projects.
closeconnection.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
9#ifndef CLOSECONNECTION_H
10#define CLOSECONNECTION_H
11
12#include "abstractdata.h"
13
14
15namespace QH{
16namespace PKG {
17
29{
30 QH_PACKAGE("CloseConnection")
31
32public:
34
35 // StreamBase interface
36protected:
37 QDataStream &fromStream(QDataStream &stream) override;
38 QDataStream &toStream(QDataStream &stream) const override;
39};
40}
41}
42#endif // CLOSECONNECTION_H
#define QH_PACKAGE(S)
QH_PACKAGE This macross prepare data to send and create a global id for package. For get global id us...
The AbstractData class is provide base functions for transport data by network For create you own pac...
The CloseConnection class - This commanad is request for close connection on parent node of connectio...
#define HEARTSHARED_EXPORT
The QH namespace - QuasarApp Heart namespace. This namespace contains all classes of the Heart librar...
Definition heart.cpp:13