source: branches/stable/GENOM/GEN_nds.hxx

Last change on this file was 16374, checked in by westram, 7 years ago
  • reintegrates 'aci' into 'trunk'
    • refactored wide parts of ACI code (incl. SRT+REG)
      • added more test
      • ACI tracing
        • more complete and readable
        • automatically turned off when done with expression
      • improved error messages (esp. diagnostics)
      • documentation (updated, added missing)
      • fixed a bunch of bugs (incl. SEGV and deadlock)
      • ACI now runs inside execution environment
    • ACI language may be extended with custom commands (implements #756)
      • added ACI extension for group-batch-rename
  • adds:
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
1// =============================================================== //
2//                                                                 //
3//   File      : GEN_nds.hxx                                       //
4//   Purpose   :                                                   //
5//                                                                 //
6//   Coded by Ralf Westram (coder@reallysoft.de) in 2001           //
7//   Institute of Microbiology (Technical University Munich)       //
8//   http://www.arb-home.de/                                       //
9//                                                                 //
10// =============================================================== //
11
12#ifndef GEN_NDS_HXX
13#define GEN_NDS_HXX
14
15#ifndef ARBDB_H
16#include <arbdb.h>
17#endif
18
19void       GEN_create_nds_vars(AW_root *aw_root, AW_default awdef, GBDATA *gb_main, const DatabaseCallback& NDS_changed_callback);
20AW_window *GEN_open_nds_window(AW_root *aw_root, GBDATA *gb_main);
21void       GEN_make_node_text_init(GBDATA *gb_main);
22char      *GEN_make_node_text_nds(GBDATA *gbd, int mode);
23
24#else
25#error GEN_nds.hxx included twice
26#endif // GEN_NDS_HXX
Note: See TracBrowser for help on using the repository browser.