9#ifndef PAKCAGEMANAGER_H
10#define PAKCAGEMANAGER_H
15#include <QSharedDataPointer>
36 const Package * getPkgFromArhive(
const unsigned int &
id)
const;
44 bool contains(
const unsigned int&
id)
const;
52 void processed(
const Package& pkg,
char processResult);
55 QMultiMap<int, unsigned int> _processTime;
56 QHash<unsigned int, const PackaData*> _parseResults;
58 mutable QMutex _processMutex;
The PakcageManager class contains all processed packages. Working like a cache of packages.
The Package struct. This is base structure for transporting data by network between QH nodes....
#define HEARTSHARED_EXPORT
The QH namespace - QuasarApp Heart namespace. This namespace contains all classes of the Heart librar...