changeset 9698 | 9d91a3c643b2 |
parent 9162 | b587372eb2de |
child 9912 | d59302c89378 |
--- a/doc/manual/source/attributes.rst Fri Apr 19 11:50:31 2013 -0400 +++ b/doc/manual/source/attributes.rst Fri Apr 19 12:18:00 2013 -0400 @@ -492,6 +492,10 @@ // continue on with constructor. } +Beware that the object and all its derived classes must also implement a +``virtual TypeId GetInstanceTypeId (void) const;`` method. Otherwise the +``ObjectBase::ConstructSelf ()`` will not be able to read the attributes. + Extending attributes ********************