Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 4, 2005, 7:17:38 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/guiMerge: merged the Gui into the orxonox-binary, but it does not finish nicely (yet)

File:
1 edited

Legend:

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

    r4042 r4044  
    3737OrxonoxGuiUpdate::OrxonoxGuiUpdate(void)
    3838{
     39  this->tmpDir = NULL;
     40  this->homeDir = NULL;
     41  this->installSourceDir = NULL;
     42  this->userName = NULL;
     43
    3944  this->getSystemInfo();
    4045
     
    6267  this->updateFrame->fill(this->updateBox);
    6368  this->setMainWidget(this->updateFrame);
     69
    6470}
    6571
     
    6975OrxonoxGuiUpdate::~OrxonoxGuiUpdate(void)
    7076{
    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 
    8277
    8378}
Note: See TracChangeset for help on using the changeset viewer.