11 lines
136 B
C++
11 lines
136 B
C++
#include "HTTPPage.h"
|
|
#include "HTTPParameters.h"
|
|
|
|
namespace http {
|
|
|
|
int HTTPPage::page(HTTPParameters &p) {
|
|
return 0;
|
|
}
|
|
|
|
}
|