Mercurial > fife-parpg
changeset 326:671e22a1cc8d
Replaced dataset with Model in documentation for Object. Closes #343
author | cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Fri, 21 Aug 2009 23:36:50 +0000 |
parents | 54de5aebf732 |
children | e496e3681855 |
files | engine/core/model/metamodel/object.h |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/engine/core/model/metamodel/object.h Fri Aug 21 20:34:26 2009 +0000 +++ b/engine/core/model/metamodel/object.h Fri Aug 21 23:36:50 2009 +0000 @@ -55,10 +55,9 @@ * from another object. This object may override these * defaults, but it may not CHANGE the inherited values. * - * Objects are created by calling addObject from dataset, thus - * this method should really be called only by dataset or test code - * @see Dataset in model/metamodel/dataset.h for creation - * of objects. + * Objects are created by calling Model::createObject, thus + * this method should really be called only by Model or test code + * @see Model in model/model.h for creation of objects. */ Object(const std::string& identifier, const std::string& name_space, Object* inherited=NULL);