Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3533 in orxonox.OLD for orxonox/trunk/src/lib/coord/helper_parent.cc


Ignore:
Timestamp:
Mar 13, 2005, 11:19:00 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: added some more files to the new destructor-type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/coord/helper_parent.cc

    r3488 r3533  
    3939   \todo this deconstructor is not jet implemented - do it
    4040*/
    41 HelperParent::~HelperParent () {}
     41HelperParent::~HelperParent ()
     42{
     43  this->destroy();
     44}
    4245
     46
     47/**
     48   \brief destroys all allocated memory
     49*/
     50void HelperParent::destroy(void)
     51{
     52
     53
     54  static_cast<PNode*>(this)->destroy();
     55}
Note: See TracChangeset for help on using the changeset viewer.