Update Class
(KDUpdater::Update)Represents a single update. More...
Header: | #include <Update> |
Public Functions
int | data(const int &, const int &) const |
int | packageSource() const |
Detailed Description
Represents a single update
The KDUpdater::Update class contains information about an update. It is created by KDUpdater::UpdateFinder corresponding to the update.
The constructor of the KDUpdater::Update class is made protected, because it can be instantiated only by KDUpdater::UpdateFinder (which is a friend class). The destructor however is public.