Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 7, 2010, 2:05:05 PM (14 years ago)
Author:
dafrick
Message:

Simplification in creation of PickupIdentifier.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickup3/src/modules/pickup/Pickup.cc

    r6477 r6480  
    7272    */
    7373    void Pickup::initializeIdentifier(void)
    74     {
    75         //TODO: Check whether this could not be done in the Constructor if Pickupable. Would be much more convenient.
    76         this->pickupIdentifier_->addClass(this->getIdentifier());
    77        
     74    {       
    7875        //TODO: Works?
    7976        std::string val1 = this->getActivationType();
Note: See TracChangeset for help on using the changeset viewer.