Changeset 3267 in orxonox.OLD for orxonox/branches/updater/src/gui/orxonox_gui_update.h
- Timestamp:
- Dec 24, 2004, 3:18:11 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/updater/src/gui/orxonox_gui_update.h
r3266 r3267 39 39 40 40 #ifdef HAVE_CURL 41 //! A Struct to hold information about one File to download. 41 42 struct FileInfo 42 43 { 43 char* fileOnNet; 44 char* fileOnDisk; 45 ProgressBar* Bar; 44 char* fileName; //!< The Name of the file we want to get. 45 char* webRoot; //!< The Root of the File on The Web 46 char* localRoot; //!< The Root directory to put the files on the local disk. 47 48 ProgressBar* Bar; //!< The ProgressBar, that sould be updated. 46 49 }; 47 50
Note: See TracChangeset
for help on using the changeset viewer.