added FunctionBase::Clear() which is called at the end of a request
This commit is contained in:
@@ -149,6 +149,12 @@ void FunctionBase::MakeDelete()
|
||||
}
|
||||
|
||||
|
||||
void FunctionBase::Clear()
|
||||
{
|
||||
// do nothing by default
|
||||
}
|
||||
|
||||
|
||||
|
||||
} // namespace Winix
|
||||
|
||||
|
Reference in New Issue
Block a user