File: TODO

package info (click to toggle)
libzypp 14.29.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 13,232 kB
  • ctags: 14,488
  • sloc: cpp: 85,010; xml: 18,501; ansic: 2,944; sh: 688; makefile: 43; python: 12
file content (9 lines) | stat: -rw-r--r-- 209 bytes parent folder | download
1
2
3
4
5
6
7
8
9

API Cleanups:
=============

Source.h
- remove const from return types:
  ie: const Pathname providePackage( Package::constPtr package );
- pass by reference
  resolvables(zypp::Resolvable::Kind kind) const;