]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp.h
implement correct error reporting
[apt.git] / apt-pkg / edsp.h
index 98a70d7f6b24515c52717c3900971f265174887b..210188d038dd75ad11a2e81c5da5059c9f3d0b85 100644 (file)
@@ -171,8 +171,13 @@ public:
         *
         *  The first line of the message should be a short description
         *  of the error so it can be used for dialog titles or alike
+        *
+        *  \param uuid of this error message
+        *  \param message is free form text to discribe the error
+        *  \param output the front-end listens for error messages
         */
-       bool static WriteError(std::string const &message, FILE* output);
+       bool static WriteError(char const * const uuid, std::string const &message, FILE* output);
+
 
        /** \brief executes the given solver and returns the pipe ends
         *