1 |
|
/* ============================================================================ |
2 |
|
* Douglas Thrift's Search Engine License |
3 |
|
* |
4 |
< |
* Copyright (C) 2002, Douglas Thrift. All Rights Reserved. |
4 |
> |
* Copyright (C) 2002-2003, Douglas Thrift. All Rights Reserved. |
5 |
|
* Redistribution and use in source and binary forms, with or without |
6 |
|
* modification, are permitted provided that the following conditions are met: |
7 |
|
* |
50 |
|
|
51 |
|
#include "Outputer.h" |
52 |
|
|
53 |
< |
Outputer::Outputer(const string& headerFile, const string& bodyFile, const |
53 |
> |
Outputer::Outputer(const string& headerFile, const string& bodyFile, const |
54 |
|
string& footerFile, const string& notfoundFile, const string& pagesFile) |
55 |
|
{ |
56 |
|
this->headerFile = headerFile; |