|
Revision 5968, 1.2 KB
(checked in by westram, 3 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
|
| Line | |
|---|
| 1 | // =========================================================== // |
|---|
| 2 | // // |
|---|
| 3 | // File : awt_www.hxx // |
|---|
| 4 | // Purpose : // |
|---|
| 5 | // // |
|---|
| 6 | // Institute of Microbiology (Technical University Munich) // |
|---|
| 7 | // http://www.arb-home.de/ // |
|---|
| 8 | // // |
|---|
| 9 | // =========================================================== // |
|---|
| 10 | |
|---|
| 11 | #ifndef AWT_WWW_HXX |
|---|
| 12 | #define AWT_WWW_HXX |
|---|
| 13 | |
|---|
| 14 | |
|---|
| 15 | AW_window *AWT_open_www_window(AW_root *aw_root,AW_CL cgb_main); |
|---|
| 16 | void awt_openDefaultURL_on_species(AW_window *aww,GBDATA *gb_main); |
|---|
| 17 | void awt_create_aww_vars(AW_root *aw_root,AW_default aw_def); |
|---|
| 18 | GB_ERROR awt_openURL_by_gbd(AW_root *aw_root,GBDATA *gb_main, GBDATA *gbd, const char *name); |
|---|
| 19 | GB_ERROR awt_open_ACISRT_URL_by_gbd(AW_root *aw_root,GBDATA *gb_main, GBDATA *gbd, const char *name, const char *url_srt); |
|---|
| 20 | |
|---|
| 21 | GB_ERROR awt_openURL(AW_root *aw_root, GBDATA *gb_main, const char *url); |
|---|
| 22 | |
|---|
| 23 | #else |
|---|
| 24 | #error awt_www.hxx included twice |
|---|
| 25 | #endif // AWT_WWW_HXX |
|---|