~thopiekar/zypper/libzypp-manual-import

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Thomas-Karl Pietrowski
  • Date: 2014-01-29 22:44:28 UTC
  • Revision ID: thopiekar@googlemail.com-20140129224428-gpcqnsdakby362n8
firstĀ import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
API Cleanups:
 
3
=============
 
4
 
 
5
Source.h
 
6
- remove const from return types:
 
7
  ie: const Pathname providePackage( Package::constPtr package );
 
8
- pass by reference
 
9
  resolvables(zypp::Resolvable::Kind kind) const;