# | Line 48 | Line 48 | |
---|---|---|
48 | // | |
49 | // $Id$ | |
50 | ||
51 | < | #ifndef _HttpHandler_h_ |
52 | < | #define _HttpHandler_h_ |
51 | > | #ifndef _HttpHandler_hpp_ |
52 | > | #define _HttpHandler_hpp_ |
53 | ||
54 | < | #include "Search.h" |
55 | < | #include "URL.h" |
54 | > | #include "Search.hpp" |
55 | > | #include "URL.hpp" |
56 | ||
57 | // Lovely C Sockets! | |
58 | #ifdef _WIN32 | |
# | Line 122 | Line 122 | public: | |
122 | string redirect() { return location; } | |
123 | }; | |
124 | ||
125 | < | #endif // _HttpHandler_h_ |
125 | > | #endif // _HttpHandler_hpp_ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |