X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/b2e465d6d32d2dc884f58b94acb7e35f671a87fe..1979e742ad5e2a0b6e547fbe3f4c4066b5a9bd2e:/apt-pkg/versionmatch.h diff --git a/apt-pkg/versionmatch.h b/apt-pkg/versionmatch.h index f8f236a2f..7ca39cbe8 100644 --- a/apt-pkg/versionmatch.h +++ b/apt-pkg/versionmatch.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: versionmatch.h,v 1.2 2001/02/20 07:03:17 jgg Exp $ +// $Id: versionmatch.h,v 1.4 2001/05/29 03:07:12 jgg Exp $ /* ###################################################################### Version Matching @@ -38,8 +38,10 @@ #include #include +using std::string; + class pkgVersionMatch -{ +{ // Version Matching string VerStr; bool VerPrefixMatch; @@ -51,7 +53,8 @@ class pkgVersionMatch string RelArchive; string RelLabel; string RelComponent; - + bool MatchAll; + // Origin Matching string OrSite;