]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp.h
Japanese manpages translation update
[apt.git] / apt-pkg / edsp.h
index 271cbb6a83e3401f189266baac01d11de2c2fa01..60f8c28830eb0a8cbe0786e5bc6c054f2e06798d 100644 (file)
@@ -239,12 +239,22 @@ namespace EDSP                                                            /*{{{*/
 class pkgPackageManager;
 namespace EIPP                                                         /*{{{*/
 {
+   namespace Request
+   {
+      enum Flags
+      {
+        IMMEDIATE_CONFIGURATION_ALL = (1 << 0), /*!< try to keep the least amount of packages unconfigured as possible at all times */
+        NO_IMMEDIATE_CONFIGURATION = (1 << 1), /*!< do not perform immediate configuration at all */
+        ALLOW_TEMPORARY_REMOVE_OF_ESSENTIALS = (1 << 2), /*!< just as the name suggests, very special case and dangerous! */
+      };
+   }
+
    APT_HIDDEN bool WriteRequest(pkgDepCache &Cache, FileFd &output,
-        unsigned int const version, OpProgress * const Progress);
+        unsigned int const flags, OpProgress * const Progress);
    APT_HIDDEN bool WriteScenario(pkgDepCache &Cache, FileFd &output,
         OpProgress * const Progress);
 
-   APT_HIDDEN bool OrderInstall(char const * const planer, pkgPackageManager * const PM,
+   APT_HIDDEN bool OrderInstall(char const * const planner, pkgPackageManager * const PM,
         unsigned int const version, OpProgress * const Progress);
    APT_HIDDEN bool ReadResponse(int const input, pkgPackageManager * const PM,
         OpProgress * const Progress);