Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 31, 2008, 4:32:31 AM (16 years ago)
Author:
landauf
Message:
  • packed all super-function-related code into a bunch of macros and commented the code.
  • added tick, XMLPort, changedActivity and changedVisibility as super-functions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core3/src/core/Namespace.cc

    r1505 r1684  
    6060    void Namespace::XMLPort(Element& xmlelement, XMLPort::Mode mode)
    6161    {
    62         BaseObject::XMLPort(xmlelement, mode);
     62//        BaseObject::XMLPort(xmlelement, mode);
     63        SUPER(Namespace, XMLPort, xmlelement, mode);
    6364
    6465        std::string name = this->getName();
Note: See TracChangeset for help on using the changeset viewer.