start adding support for Models objects from Ezc
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
|
||||
#include "functionbase.h"
|
||||
#include "functions.h"
|
||||
#include "templates/templates.h"
|
||||
|
||||
|
||||
namespace Winix
|
||||
@@ -148,6 +149,18 @@ void FunctionBase::MakeDelete()
|
||||
|
||||
|
||||
|
||||
void FunctionBase::return_model(const wchar_t * name, morm::Model & model)
|
||||
{
|
||||
TemplatesFunctions::ezc_models.Add(name, model);
|
||||
}
|
||||
|
||||
void FunctionBase::return_model(const wchar_t * name, morm::Model * model)
|
||||
{
|
||||
TemplatesFunctions::ezc_models.Add(name, model);
|
||||
}
|
||||
|
||||
|
||||
|
||||
} // namespace Winix
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user