1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-26 20:20:58 +01:00

Completed updateStateDerivation(Path storepath) method

This commit is contained in:
Wouter den Breejen 2007-06-04 19:41:46 +00:00
parent bcf9d3ab2f
commit 7166ad8eba
7 changed files with 59 additions and 50 deletions

View file

@ -403,13 +403,13 @@ PathSet RemoteStore::getStateReferencesClosure(const Path & path)
}
//TODO
void RemoteStore::setUpdatedStateDerivation(const Path & newdrv, const Path & olddrv)
void RemoteStore::setUpdatedStateDerivation(const Path & newdrv, const Path & storepath)
{
}
//TODO
Path RemoteStore::getUpdatedStateDerivation(const Path & olddrv)
Path RemoteStore::updateStateDerivation(const Path & storepath)
{
Path p;
return p;