Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 25, 2004, 12:46:25 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: doxygen tags

File:
1 edited

Legend:

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

    r3274 r3275  
    1515#endif /* HAVE_CURL */
    1616#ifdef HAVE_PTHREAD_H
     17#define _MULTI_THREADED
    1718#include <pthread.h>
    1819#endif /* HAVE_PTHREAD_H */
     
    7071#ifdef HAVE_PTHREAD_H
    7172  static pthread_t* downloadThreadID;
     73  static pthread_t* downloadThreadFinishID;
    7274#endif /* HAVE_PTHREAD_H */
    7375  static bool isDownloading;
     
    8688  Widget* getWidget ();
    8789 
    88   void updateWindowCreate (void);
    89   Button* updateWindowGetButton(void);
     90  //  void updateWindowCreate (void);
     91  //  Button* updateWindowGetButton(void);
    9092
    9193  void updateDataWindowCreate (void);
Note: See TracChangeset for help on using the changeset viewer.