root/trunk/EDIT4/ed4_naligner.hxx

Revision 8706, 0.9 KB (checked in by westram, 2 weeks ago)

merge from saiali [8705]

  • Property svn:mergeinfo set to
    /branches/e4fix/EDIT4/ed4_naligner.hxx:8135-8172,8176,8178,8180-8185,8187-8202,8221-8222,8226-8228,8230-8232,8236-8239,8275-8277,8286,8288-8290,8293,8295-8296,8298-8299,8303-8307,8329-8350,8353-8354,8362,8370-8380,8386-8392,8395,8397-8416,8418,8422,8424,8428-8438,8440-8445,8604-8605
    /branches/saiali/EDIT4/ed4_naligner.hxx:8635-8695,8705
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1// ================================================================ //
2//                                                                  //
3//   File      : ed4_naligner.hxx                                   //
4//   Purpose   :                                                    //
5//                                                                  //
6//   Institute of Microbiology (Technical University Munich)        //
7//   http://www.arb-home.de/                                        //
8//                                                                  //
9// ================================================================ //
10
11#ifndef ED4_NALIGNER_HXX
12#define ED4_NALIGNER_HXX
13
14#ifndef AW_BASE_HXX
15#include <aw_base.hxx>
16#endif
17
18void create_naligner_variables(AW_root *root, AW_default db1);
19AW_window *create_naligner_window(AW_root *root, AW_CL cd2);
20
21#else
22#error ed4_naligner.hxx included twice
23#endif // ED4_NALIGNER_HXX
Note: See TracBrowser for help on using the browser.