added FunctionBase::Clear() which is called at the end of a request

This commit is contained in:
2021-06-20 20:47:59 +02:00
parent f35840e7de
commit 801fc062ef
5 changed files with 21 additions and 6 deletions

View File

@@ -149,6 +149,12 @@ void FunctionBase::MakeDelete()
}
void FunctionBase::Clear()
{
// do nothing by default
}
} // namespace Winix