WebFramework
v3.0.12
Web framework for C++.
Loading...
Searching...
No Matches
BaseStatelessExecutor.cpp
1
#include "BaseStatelessExecutor.h"
2
3
namespace
framework
4
{
5
BaseExecutor::executorType
BaseStatelessExecutor::getType
()
const
6
{
7
return
executorType::stateless;
8
}
9
10
void
BaseStatelessExecutor::destroy
()
11
{
12
13
}
14
}
framework::BaseStatelessExecutor::getType
virtual executorType getType() const final override
Get executor type.
Definition
BaseStatelessExecutor.cpp:5
framework::BaseStatelessExecutor::destroy
virtual void destroy() final override
Stateless executors can't call destroy method.
Definition
BaseStatelessExecutor.cpp:10
framework
Definition
StandardWebFrameworkDynamicPagesFunctions.cpp:8
WebFramework
src
Executors
BaseStatelessExecutor.cpp
Generated by
1.12.0