diff options
author | Daniel Burrows <dburrows@debian.org> | 2007-11-15 18:33:31 -0800 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2007-11-15 18:33:31 -0800 |
commit | bf44072f2fa5fa9660d682f3e48efc602d132d92 (patch) | |
tree | 63905f18947e1f3ae34620a9573b5def06eaf6a4 /src/trust.h | |
parent | 558308aee5e9be7b360d9a2e0dfa8c68952a282c (diff) | |
download | aptitude-bf44072f2fa5fa9660d682f3e48efc602d132d92.tar.gz |
Uniformly rename many fragment-related names into cw::.
Diffstat (limited to 'src/trust.h')
-rw-r--r-- | src/trust.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/trust.h b/src/trust.h index d9d213f7..f4d9b84a 100644 --- a/src/trust.h +++ b/src/trust.h @@ -14,11 +14,11 @@ namespace cwidget class fragment; } -/** Create a new fragment, suitable as a BIG FAT WARNING to the user +/** Create a new cwidget::fragment, suitable as a BIG FAT WARNING to the user * that a single package is not trusted. * - * \param ver the version to which the fragment refers - * \return the new fragment, or NULL if ver is trusted. + * \param ver the version to which the cwidget::fragment refers + * \return the new cwidget::fragment, or NULL if ver is trusted. */ fragment *make_untrusted_warning(const pkgCache::VerIterator &ver); |