WebFramework
v3.0.12
Web framework for C++.
Loading...
Searching...
No Matches
BaseStatefulExecutor.cpp
1
#include "BaseStatefulExecutor.h"
2
3
using namespace
std;
4
5
namespace
framework
6
{
7
BaseExecutor::executorType
BaseStatefulExecutor::getType
()
const
8
{
9
return
executorType::stateful;
10
}
11
12
void
BaseStatefulExecutor::destroy
()
13
{
14
15
}
16
}
framework::BaseStatefulExecutor::destroy
virtual void destroy() override
Definition
BaseStatefulExecutor.cpp:12
framework::BaseStatefulExecutor::getType
virtual executorType getType() const final override
Get executor type.
Definition
BaseStatefulExecutor.cpp:7
framework
Definition
StandardWebFrameworkDynamicPagesFunctions.cpp:8
WebFramework
src
Executors
BaseStatefulExecutor.cpp
Generated by
1.12.0