Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 3, 2005, 12:20:48 PM (21 years ago)
Author:
bensch
Message:

orxonox/branches/updater: implemented some destructors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater/src/gui/orxonox_gui_update.cc

    r3315 r3318  
    3434
    3535/**
    36    \brief Creates an Audio-Frame
     36   \brief Creates an Update-Frame
    3737*/
    3838OrxonoxGuiUpdate::OrxonoxGuiUpdate(void)
     
    6262#endif /* HAVE_CURL */
    6363  this->updateFrame->fill(this->updateBox);
     64}
     65
     66/**
     67   \brief Destructs the Update-stuff
     68*/
     69OrxonoxGuiUpdate::~OrxonoxGuiUpdate(void)
     70{
     71  if(this->tmpDir)
     72    delete []this->tmpDir;
     73  if(this->homeDir)
     74    delete []homeDir;
     75  if(this->installDataDir)
     76    delete []this->installDataDir;
     77  if(this->installSourceDir)
     78    delete []this->installSourceDir;
     79  if(this->userName)
     80    delete []this->userName;
     81
    6482
    6583}
Note: See TracChangeset for help on using the changeset viewer.