removed: set_connector_for_childs from ModelConnector

changed: model connector is propagated to childs when needed
         (when update, insert, save, to_text is called or in finder)




git-svn-id: svn://ttmath.org/publicrep/morm/trunk@1120 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2018-07-04 13:52:40 +00:00
parent 08cd621d41
commit d6e428d929
6 changed files with 14 additions and 41 deletions

View File

@@ -79,11 +79,6 @@ public:
virtual DbConnector * get_db_connector();
// WILL BE REMOVED
// model connector for childs will be set when needed
virtual void set_connector_for_childs(Model & model);
protected: