source: tags/svn.1.5.4/MERGE/mg_merge.hxx

Last change on this file was 6445, checked in by westram, 14 years ago
  • removed dependency from GLOBAL_gb_main
    • was used to detect special behavior during import. Since I wasnt able to reproduce that behavior I assume the removed code (introduced with [3759]) was out-dated or wrong.
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1// =============================================================== //
2//                                                                 //
3//   File      : mg_merge.hxx                                      //
4//   Purpose   : Merge tool external interface                     //
5//                                                                 //
6//   Coded by Ralf Westram (coder@reallysoft.de) in March 2008     //
7//   Institute of Microbiology (Technical University Munich)       //
8//   http://www.arb-home.de/                                       //
9//                                                                 //
10// =============================================================== //
11
12#ifndef MG_MERGE_HXX
13#define MG_MERGE_HXX
14
15extern GBDATA *GLOBAL_gb_merge;
16extern GBDATA *GLOBAL_gb_dest;
17
18AW_window *create_MG_main_window(AW_root *aw_root);
19void       MG_create_all_awars(AW_root *awr, AW_default aw_def, const char *fname_one = "db1.arb", const char *fname_two = "db2.arb");
20void       MG_start_cb2(AW_window *aww, AW_root *aw_root, bool save_enabled, bool dest_is_new); // uses loaded databases
21GB_ERROR   MG_simple_merge(AW_root *awr); // simple merge of species
22
23#else
24#error mg_merge.hxx included twice
25#endif
Note: See TracBrowser for help on using the repository browser.