|
Last change
on this file was
5968,
checked in by westram, 16 years ago
|
- new flag -w to aisc_mkpt (add include wrapper)
- uniform style for several include wrappers
- removed duplicated includes
- removed useless nt_concatenate.hxx
|
-
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 : probe_design.hxx // |
|---|
| 4 | // Purpose : // |
|---|
| 5 | // // |
|---|
| 6 | // Institute of Microbiology (Technical University Munich) // |
|---|
| 7 | // http://www.arb-home.de/ // |
|---|
| 8 | // // |
|---|
| 9 | // =========================================================== // |
|---|
| 10 | |
|---|
| 11 | #ifndef PROBE_DESIGN_HXX |
|---|
| 12 | #define PROBE_DESIGN_HXX |
|---|
| 13 | |
|---|
| 14 | |
|---|
| 15 | #ifndef ARB_ASSERT_H |
|---|
| 16 | #include <arb_assert.h> |
|---|
| 17 | #endif |
|---|
| 18 | #define pd_assert(bed) arb_assert(bed) |
|---|
| 19 | |
|---|
| 20 | AW_window *create_probe_design_window( AW_root *root, AW_CL cl_genome_db); |
|---|
| 21 | AW_window *create_probe_match_window( AW_root *root, AW_default def); |
|---|
| 22 | AW_window *create_probe_admin_window( AW_root *root, AW_CL cl_genome_db); |
|---|
| 23 | AW_window *create_probe_group_result_window(AW_root *awr, AW_default cl_AW_canvas_ntw); |
|---|
| 24 | |
|---|
| 25 | #define PROBE_DESIGN_EXCEPTION_MAX 1 |
|---|
| 26 | #define AWAR_PROBE_ADMIN_PT_SERVER "tmp/probe_admin/pt_server" |
|---|
| 27 | |
|---|
| 28 | |
|---|
| 29 | |
|---|
| 30 | #else |
|---|
| 31 | #error probe_design.hxx included twice |
|---|
| 32 | #endif // PROBE_DESIGN_HXX |
|---|
Note: See
TracBrowser
for help on using the repository browser.