added: Model::get_connector_mode() method

git-svn-id: svn://ttmath.org/publicrep/morm/trunk@1088 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2018-04-19 15:21:51 +00:00
parent 5bccb056d7
commit c7bd935a80
4 changed files with 19 additions and 1 deletions

View File

@@ -184,6 +184,15 @@ void Model::after_update()
{
}
int Model::get_connector_mode()
{
if( model_connector )
{
return model_connector->get_connector_mode();
}
return MORM_MODEL_CONNECTOR_MODE_NONE;
}
} // namespace