|
Revision 5968, 0.8 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 : awtc_submission.hxx // |
|---|
| 4 | // Purpose : // |
|---|
| 5 | // // |
|---|
| 6 | // Institute of Microbiology (Technical University Munich) // |
|---|
| 7 | // http://www.arb-home.de/ // |
|---|
| 8 | // // |
|---|
| 9 | // =========================================================== // |
|---|
| 10 | |
|---|
| 11 | #ifndef AWTC_SUBMISSION_HXX |
|---|
| 12 | #define AWTC_SUBMISSION_HXX |
|---|
| 13 | |
|---|
| 14 | |
|---|
| 15 | void AWTC_create_submission_variables(AW_root *root,AW_default db1); |
|---|
| 16 | AW_window *AWTC_create_submission_window(AW_root *root); |
|---|
| 17 | |
|---|
| 18 | #else |
|---|
| 19 | #error awtc_submission.hxx included twice |
|---|
| 20 | #endif // AWTC_SUBMISSION_HXX |
|---|