crystal_cms_rcpp_fw/app/page_manager/content/text_content.cpp
2022-02-05 23:18:25 +01:00

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() {
}