diff options
author | Michael Vogt <mvo@debian.org> | 2013-11-01 10:42:49 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-11-01 10:42:49 +0100 |
commit | 61f954bff040809e7ab57b3adec2fe95339ffb94 (patch) | |
tree | e9a2dd360db4e42e00d2658d6535d7b44ecf3ab1 /apt-pkg/install-progress.cc | |
parent | 213a00a43774ad41d1a59c82fe042390026ab048 (diff) |
small documentation updates
Diffstat (limited to 'apt-pkg/install-progress.cc')
-rw-r--r-- | apt-pkg/install-progress.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apt-pkg/install-progress.cc b/apt-pkg/install-progress.cc index b341fe686..09b1bef9e 100644 --- a/apt-pkg/install-progress.cc +++ b/apt-pkg/install-progress.cc @@ -13,6 +13,10 @@ namespace APT { namespace Progress { + +/* Return a APT::Progress::PackageManager based on the global + * apt configuration (i.e. APT::Status-Fd and APT::Status-deb822-Fd) + */ PackageManager* PackageManagerProgressFactory() { // select the right progress |