source: tags/svn.1.5.4/NTREE/NT_dbrepair.hxx

Last change on this file was 6867, checked in by westram, 15 years ago
  • ARB GUI (merges [6844] [6845] [6847] [6858] [6861] from refactor)
    • new central header cb.h (planned to define ALL callbacks used in ARB here later)
    • refactored callback handling for some AW_root callbacks
      • AW_root_callback hides function ptr + arguments
      • AW_root_cblist hides lists of AW_root_callback
    • DRYed AW_RCB
    • reduced tight coupling between some of WINDOW/*.hxx (omg)
    • removed AWUSE
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.0 KB
Line 
1// =============================================================== //
2//                                                                 //
3//   File      : NT_dbrepair.hxx                                   //
4//   Purpose   : repair database bugs                              //
5//                                                                 //
6//   Coded by Ralf Westram (coder@reallysoft.de) in May 2008       //
7//   Institute of Microbiology (Technical University Munich)       //
8//   http://www.arb-home.de/                                       //
9//                                                                 //
10// =============================================================== //
11
12#ifndef NT_DBREPAIR_HXX
13#define NT_DBREPAIR_HXX
14
15#ifndef ARBDB_BASE_H
16#include <arbdb_base.h>
17#endif
18#ifndef AW_BASE_HXX
19#include <aw_base.hxx>
20#endif
21
22class AW_window;
23
24GB_ERROR NT_repair_DB(GBDATA *gb_main);
25void     NT_rerepair_DB(AW_window*, AW_CL cl_gbmain, AW_CL);
26
27#else
28#error NT_dbrepair.hxx included twice
29#endif // NT_DBREPAIR_HXX
Note: See TracBrowser for help on using the repository browser.