aptconfiguration.h   aptconfiguration.h 
skipping to change at line 70 skipping to change at line 70
* \param Cached saves the result so we need to calculated it only once * \param Cached saves the result so we need to calculated it only once
* this parameter should ony be used for testing purp oses. * this parameter should ony be used for testing purp oses.
* \param Locale don't get the locale from the system but use this one instead * \param Locale don't get the locale from the system but use this one instead
* this parameter should ony be used for testing purp oses. * this parameter should ony be used for testing purp oses.
* *
* \return a vector of (all) Language Codes in the prefered usage o rder * \return a vector of (all) Language Codes in the prefered usage o rder
*/ */
std::vector<std::string> static const getLanguages(bool const &All = false, std::vector<std::string> static const getLanguages(bool const &All = false,
bool const &Cached = true, char const ** const Local e = 0); bool const &Cached = true, char const ** const Local e = 0);
/** \brief Are we interested in the given Language?
*
* \param Lang is the language we want to check
* \param All defines if we check against all codes or only against
used codes
* \return true if we are interested, false otherwise
*/
bool static const checkLanguage(std::string Lang, bool const All = f
alse);
/** \brief Returns a vector of Architectures we support /** \brief Returns a vector of Architectures we support
* *
* \param Cached saves the result so we need to calculated it only once * \param Cached saves the result so we need to calculated it only once
* this parameter should ony be used for testing purp oses. * this parameter should ony be used for testing purp oses.
* *
* \return a vector of Architectures in prefered order * \return a vector of Architectures in prefered order
*/ */
std::vector<std::string> static const getArchitectures(bool const &C ached = true); std::vector<std::string> static const getArchitectures(bool const &C ached = true);
/** \brief Are we interested in the given Architecture? /** \brief Are we interested in the given Architecture?
 End of changes. 1 change blocks. 
0 lines changed or deleted 10 lines changed or added


 cdrom.h   cdrom.h 
skipping to change at line 62 skipping to change at line 62
bool FindPackages(std::string CD, bool FindPackages(std::string CD,
std::vector<std::string> &List, std::vector<std::string> &List,
std::vector<std::string> &SList, std::vector<std::string> &SList,
std::vector<std::string> &SigList, std::vector<std::string> &SigList,
std::vector<std::string> &TransList, std::vector<std::string> &TransList,
std::string &InfoDir, pkgCdromStatus *log, std::string &InfoDir, pkgCdromStatus *log,
unsigned int Depth = 0); unsigned int Depth = 0);
bool DropBinaryArch(std::vector<std::string> &List); bool DropBinaryArch(std::vector<std::string> &List);
bool DropRepeats(std::vector<std::string> &List,const char *Name); bool DropRepeats(std::vector<std::string> &List,const char *Name);
bool DropTranslation(std::vector<std::string> &List);
void ReduceSourcelist(std::string CD,std::vector<std::string> &List); void ReduceSourcelist(std::string CD,std::vector<std::string> &List);
bool WriteDatabase(Configuration &Cnf); bool WriteDatabase(Configuration &Cnf);
bool WriteSourceList(std::string Name,std::vector<std::string> &List,boo l Source); bool WriteSourceList(std::string Name,std::vector<std::string> &List,boo l Source);
int Score(std::string Path); int Score(std::string Path);
public: public:
bool Ident(std::string &ident, pkgCdromStatus *log); bool Ident(std::string &ident, pkgCdromStatus *log);
bool Add(pkgCdromStatus *log); bool Add(pkgCdromStatus *log);
}; };
/*}} }*/ /*}} }*/
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 lines changed or added


 config.h   config.h 
skipping to change at line 39 skipping to change at line 39
/* Define to the size of the filesize containing structures */ /* Define to the size of the filesize containing structures */
#define _FILE_OFFSET_BITS 64 #define _FILE_OFFSET_BITS 64
/* Define the arch name string */ /* Define the arch name string */
#define COMMON_ARCH "i386" #define COMMON_ARCH "i386"
/* The package name string */ /* The package name string */
#define PACKAGE "apt" #define PACKAGE "apt"
/* The version number string */ /* The version number string */
#define PACKAGE_VERSION "0.9.7.4" #define PACKAGE_VERSION "0.9.7.5"
/* The mail address to reach upstream */ /* The mail address to reach upstream */
#define PACKAGE_MAIL "APT Development Team <deity@lists.debian.org>" #define PACKAGE_MAIL "APT Development Team <deity@lists.debian.org>"
#define APT_8_CLEANER_HEADERS #define APT_8_CLEANER_HEADERS
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/