source: branches/profile/NTREE/ad_trees.h

Last change on this file was 10117, checked in by westram, 11 years ago
  • fix include-chaos in NTREE
    • all headers named
      • .h (some had .hxx)
      • as .cxx file
    • removed obsolete header (NT_dbrepair.hxx, nt_join.hxx)
  • removed some more definitions of nt_assert
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 957 bytes
Line 
1// ============================================================ //
2//                                                              //
3//   File      : ad_trees.h                                     //
4//   Purpose   :                                                //
5//                                                              //
6//   Institute of Microbiology (Technical University Munich)    //
7//   www.arb-home.de                                            //
8//                                                              //
9// ============================================================ //
10
11#ifndef AD_TREES_H
12#define AD_TREES_H
13
14#ifndef AW_BASE_HXX
15#include <aw_base.hxx>
16#endif
17
18#define AWAR_TREE_NAME "tmp/ad_tree/tree_name"
19
20void create_trees_var(AW_root *aw_root, AW_default aw_def);
21void popup_tree_admin_window(AW_root *aw_root);
22void popup_tree_admin_window(AW_window *aws);
23
24#else
25#error ad_trees.h included twice
26#endif // AD_TREES_H
Note: See TracBrowser for help on using the repository browser.