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:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user