Deepsolver
|
Public Member Functions | |
void | onNewPkgFile (const PkgFile &pkgFile) |
Accepts new package file entry. | |
PkgRecipientAdapter (Snapshot &snapshot, ConstCharVector &strings, StringToPkgIdMap &stringToPkgIdMap) | |
The constructor. | |
virtual | ~PkgRecipientAdapter () |
The destructor. |
void Deepsolver::PkgSnapshot::PkgRecipientAdapter::onNewPkgFile | ( | const PkgFile & | pkgFile | ) | [inline, virtual] |
This method is called each time new package file information is available.
[in] | pkgFile | The newly available package file entry |
Implements Deepsolver::AbstractPackageRecipient.