diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-03-31 11:58:24 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-03-31 11:58:24 +0200 |
commit | e0a78caad639a3fa8d50edf3374a06805ab86315 (patch) | |
tree | 639350795620cbbbf878b4794042ba20fe8b64b9 /apt-pkg/edsp/edspwriter.cc | |
parent | 41ceaf02483a826d5797cf0bd61bd7b6013733a8 (diff) |
rename the 'universe' to 'scenario' to reflect the naming in the draft
Diffstat (limited to 'apt-pkg/edsp/edspwriter.cc')
-rw-r--r-- | apt-pkg/edsp/edspwriter.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/edsp/edspwriter.cc b/apt-pkg/edsp/edspwriter.cc index ea46065c2..5c741c45d 100644 --- a/apt-pkg/edsp/edspwriter.cc +++ b/apt-pkg/edsp/edspwriter.cc @@ -18,7 +18,7 @@ /*}}}*/ // edspWriter::WriteUniverse - to the given file descriptor /*{{{*/ -bool edspWriter::WriteUniverse(pkgDepCache &Cache, FILE* output) +bool edspWriter::WriteScenario(pkgDepCache &Cache, FILE* output) { // we could use pkgCache::DepType and ::Priority, but these would be lokalized stringsā¦ const char * const PrioMap[] = {0, "important", "required", "standard", |