]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/wx-console/console_thread.h
- wxbRestorePanel : Fixed problem when the newly created job is not at the end of...
[bacula/bacula] / bacula / src / wx-console / console_thread.h
index f3a9cbc44a49366a09ded44e2bef236f834af888..723cc6326e3354b4ce4b2062f1a9e68c5d3d043d 100644 (file)
@@ -2,11 +2,11 @@
  *
  *    Interaction thread between director and the GUI
  *
- *    Nicolas Boichat, April 2004
+ *    Nicolas Boichat, April-May 2004
  *
  */
 /*
-   Copyright (C) 2000, 2001 Kern Sibbald and John Walker
+   Copyright (C) 2004 Kern Sibbald and John Walker
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
@@ -46,7 +46,18 @@ class console_thread : public wxThread
       void* Entry();
       void Write(const char* str);
       virtual void Delete();
+      
+      static void InitLib();
+      static void FreeLib();
+      static wxString LoadConfig(wxString configfile);
    private:
+      static bool inited;
+      static bool configloaded;
+      
+      bool choosingdirector;
+      
+      int directorchoosen;
+      
       BSOCK* UA_sock;
       JCR jcr;
 };