TFCweb
1.0.4 $Rev: 483 $
TFC Primavera 2012: Nucli d'un servidor web
Pàgina principal
Pàgines Relacionades
Espais de Noms
Classes
Fitxers
Llista dels Fitxers
Membres de Fitxers
src
CodisEstatHTTP.h
Veure la documentació d'aquest fitxer.
1
#if !defined(_CODIS_ESTAT_HTTP_H_)
2
#define _CODIS_ESTAT_HTTP_H_
3
10
/*
11
* Copyright (c) 2012 Toni Corvera
12
*
13
* This file is part of TFCWeb.
14
*
15
* TFCWeb is free software: you can redistribute it and/or modify
16
* it under the terms of the GNU General Public License as published by
17
* the Free Software Foundation, either version 3 of the License, or
18
* (at your option) any later version.
19
*
20
* TFCWeb is distributed in the hope that it will be useful,
21
* but WITHOUT ANY WARRANTY; without even the implied warranty of
22
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23
* GNU General Public License for more details.
24
*
25
* You should have received a copy of the GNU General Public License
26
* along with TFCWeb. If not, see <http://www.gnu.org/licenses/>.
27
*/
28
29
#include "
portabilitat.h
"
30
31
#include <string>
32
33
namespace
tfc {
34
40
enum
CodiEstatHTTP
{
41
CODI_100
= 100,
CODI_101
,
42
CODI_200
= 200,
CODI_201
,
CODI_202
,
CODI_203
,
CODI_204
,
CODI_205
,
CODI_206
,
43
CODI_300
= 300,
CODI_301
,
CODI_302
,
CODI_303
,
CODI_304
,
CODI_305
,
44
CODI_306
,
CODI_307
,
45
CODI_400
= 400,
CODI_401
,
CODI_402
,
CODI_403
,
CODI_404
,
CODI_405
,
46
CODI_406
,
CODI_407
,
CODI_408
,
CODI_409
,
CODI_410
,
47
CODI_411
,
CODI_412
,
CODI_413
,
CODI_414
,
CODI_415
,
48
CODI_416
,
CODI_417
,
49
CODI_500
= 500,
CODI_501
,
CODI_502
,
CODI_503
,
CODI_504
,
CODI_505
50
};
51
56
namespace
FrasesEstatHTTP {
61
const
std::string&
frase
(
CodiEstatHTTP
);
62
}
// ns FrasesEstatHTTP
63
64
}
// ns tfc
65
66
#endif // _CODIS_ESTAT_HTTP_H_
67
68
// vim:set ts=4 et ai: //
Generat a Dl Jun 17 2013 20:07:39 per a TFCweb per
1.8.1.2