Deepsolver
Public Member Functions
Deepsolver::PkgSnapshot::PkgRecipientAdapter Class Reference
Inheritance diagram for Deepsolver::PkgSnapshot::PkgRecipientAdapter:
Deepsolver::AbstractPkgRecipient

List of all members.

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.

Member Function Documentation

void Deepsolver::PkgSnapshot::PkgRecipientAdapter::onNewPkgFile ( const PkgFile pkgFile) [inline, virtual]

This method is called each time new package file information is available.

Parameters:
[in]pkgFileThe newly available package file entry

Implements Deepsolver::AbstractPkgRecipient.