]> 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 2f6f9578ad6b2accf143e78aae4454a87ef6b2cd..5897d148c07096e009874c4a7bd327b68deec159 100644 (file)
@@ -46,6 +46,7 @@ namespace Server {
                        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;