Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 28, 2008, 11:50:53 PM (16 years ago)
Author:
landauf
Message:

a first test-version of my super-macro
tested with a testfunction in Projectile, just shoot to test
no idea if this works on other compilers (namely MSVC)

File:
1 edited

Legend:

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

    r1610 r1676  
    145145                // Tell the parent we're one of it's direct children
    146146                (*it)->getDirectChildrenIntern().insert((*it)->getDirectChildrenIntern().end(), this);
     147
     148                // Create the super-function dependencies
     149                (*it)->createSuperFunctionCaller();
    147150            }
    148151        }
Note: See TracChangeset for help on using the changeset viewer.