]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/include/plaqui/server/httpmessage.h
Se arreglan algunos bugs. Ahora compila.
[z.facultad/75.42/plaqui.git] / Server / include / plaqui / server / httpmessage.h
index 730bf0ac861d9a06d09d4a45f6fe6def6dd6a3df..2f6f9578ad6b2accf143e78aae4454a87ef6b2cd 100644 (file)
@@ -45,6 +45,7 @@ namespace Server {
                        /// \todo TODO completar codigos.
                        static const unsigned OK                         = 200;
                        static const unsigned BAD_REQUEST                = 401;
                        /// \todo TODO completar codigos.
                        static const unsigned OK                         = 200;
                        static const unsigned BAD_REQUEST                = 401;
+                       static const unsigned NOT_FOUND                  = 404;
                        static const unsigned LENGTH_REQUIRED            = 411;
                        static const unsigned INTERNAL_SERVER_ERROR      = 500;
                        static const unsigned NOT_IMPLEMENTED            = 501;
                        static const unsigned LENGTH_REQUIRED            = 411;
                        static const unsigned INTERNAL_SERVER_ERROR      = 500;
                        static const unsigned NOT_IMPLEMENTED            = 501;