|
Last change
on this file was
11048,
checked in by westram, 12 years ago
|
- use typed
callbacks (rest)
|
-
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 | |
|---|
| 19 | void GEN_create_nds_vars(AW_root *aw_root, AW_default awdef, GBDATA *gb_main, const DatabaseCallback& NDS_changed_callback); |
|---|
| 20 | AW_window *GEN_open_nds_window(AW_root *aw_root, AW_CL cgb_main); |
|---|
| 21 | void GEN_make_node_text_init(GBDATA *gb_main); |
|---|
| 22 | char *GEN_make_node_text_nds(GBDATA *gb_main, 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.