mirror of
https://github.com/Relintai/crystal_cms_rcpp_fw.git
synced 2025-04-22 20:41:18 +02:00
18 lines
316 B
C++
18 lines
316 B
C++
#include "text_content.h"
|
|
|
|
#include "web/html/form_validator.h"
|
|
#include "web/html/html_builder.h"
|
|
#include "web/http/cookie.h"
|
|
#include "web/http/http_session.h"
|
|
#include "web/http/request.h"
|
|
#include "web/http/session_manager.h"
|
|
|
|
|
|
TextContent::TextContent() :
|
|
PageContent() {
|
|
|
|
}
|
|
|
|
TextContent::~TextContent() {
|
|
}
|