]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/include/plaqui/server/httpmessage.h
Se agrega generacion de XML para dar el estado actual de la planta simulada.
[z.facultad/75.42/plaqui.git] / Server / include / plaqui / server / httpmessage.h
index 730bf0ac861d9a06d09d4a45f6fe6def6dd6a3df..5897d148c07096e009874c4a7bd327b68deec159 100644 (file)
@@ -45,6 +45,8 @@ namespace Server {
                        /// \todo TODO completar codigos.
                        static const unsigned OK                         = 200;
                        static const unsigned BAD_REQUEST                = 401;
+                       static const unsigned NOT_FOUND                  = 404;
+                       static const unsigned CONFLICT                   = 409;
                        static const unsigned LENGTH_REQUIRED            = 411;
                        static const unsigned INTERNAL_SERVER_ERROR      = 500;
                        static const unsigned NOT_IMPLEMENTED            = 501;