Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 26, 2004, 1:31:19 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: getting some system information

File:
1 edited

Legend:

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

    r3284 r3285  
    2424{
    2525 private:
     26  // Defining Variables
     27  char* tmpDir;                         //!< The Temporary directory.
     28  char* homeDir;                        //!< The Home directory.
     29  char* installDataDir;                 //!< Where to install the Data to.
     30  char* installSourceDir;               //!< Where to install the Source to.
     31  char* userName;                       //!< The user logged in.
     32
     33  bool getSystemInfo();
     34
     35 
     36  // Window creation.
    2637  Frame* updateFrame;                   //!< The Frame that holds the updateOptions.
    2738  Box* updateBox;                       //!< The Box that holds the updateOptions.
     
    4152
    4253  Button* test;                         //!< will be deleted soon.
    43  
    44 #ifdef HAVE_GTK2 
     54
     55#ifdef HAVE_GTK2
    4556  static gint updateDataFunc (GtkWidget* w, GdkEventKey* event, void* info);
    4657  static gint updateSourceFunc (GtkWidget* w, GdkEventKey* event, void* info);
     
    8798 
    8899  Widget* getWidget ();
    89  
     100#ifdef HAVE_CURL  
    90101  void updateDataWindowCreate (void);
    91102  Button* updateDataWindowGetButton(void);
     
    93104  void updateSourceWindowCreate (void);
    94105  Button* updateSourceWindowGetButton(void);
     106#endif /* HAVE_CURL */
     107
    95108};
    96109
    97 
    98 
    99110#endif /* _ORXONOX_GUI_UPDATE_H */
Note: See TracChangeset for help on using the changeset viewer.