Changeset 3318 in orxonox.OLD for orxonox/branches/updater/src/gui/orxonox_gui_update.cc
- Timestamp:
- Jan 3, 2005, 12:20:48 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/updater/src/gui/orxonox_gui_update.cc
r3315 r3318 34 34 35 35 /** 36 \brief Creates an Audio-Frame36 \brief Creates an Update-Frame 37 37 */ 38 38 OrxonoxGuiUpdate::OrxonoxGuiUpdate(void) … … 62 62 #endif /* HAVE_CURL */ 63 63 this->updateFrame->fill(this->updateBox); 64 } 65 66 /** 67 \brief Destructs the Update-stuff 68 */ 69 OrxonoxGuiUpdate::~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 64 82 65 83 }
Note: See TracChangeset
for help on using the changeset viewer.