Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 24, 2004, 3:18:11 PM (21 years ago)
Author:
bensch
Message:

orxonox/branches/updater: changed the FileInfo-struct

File:
1 edited

Legend:

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

    r3266 r3267  
    3939
    4040#ifdef HAVE_CURL
     41  //! A Struct to hold information about one File to download.
    4142  struct FileInfo
    4243  {
    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.
    4649  };
    4750
Note: See TracChangeset for help on using the changeset viewer.