Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 26, 2004, 2:36:16 AM (21 years ago)
Author:
bensch
Message:

orxonox/branches/updater: it downloads the fileindex into a tempdir.

File:
1 edited

Legend:

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

    r3285 r3286  
    3232
    3333  bool getSystemInfo();
    34 
     34#ifdef HAVE_CURL
     35  bool* checkForUpdates();
     36#endif /* HAVE_CURL */
    3537 
    3638  // Window creation.
     
    8789
    8890  static bool download (void* fileInfo);
     91  static bool downloadWithStyle (void* fileInfo);
    8992  static void* downloadThread (void* fileInfo);
    9093  static void* downloadThreadFinished(void* fileInfo);
Note: See TracChangeset for help on using the changeset viewer.