# | Line 48 | Line 48 | |
---|---|---|
48 | // | |
49 | // $Id$ | |
50 | ||
51 | < | #ifndef _Outputer_h_ |
52 | < | #define _Outputer_h_ |
51 | > | #ifndef _Outputer_hpp_ |
52 | > | #define _Outputer_hpp_ |
53 | ||
54 | < | #include "Search.h" |
55 | < | #include "Searcher.h" |
54 | > | #include "Search.hpp" |
55 | > | #include "Searcher.hpp" |
56 | ||
57 | class Outputer | |
58 | { | |
# | Line 88 | Line 88 | public: | |
88 | void output(Searcher& searcher, unsigned page); | |
89 | }; | |
90 | ||
91 | < | #endif // _Outputer_h_ |
91 | > | #endif // _Outputer_hpp_ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |