|
Last change
on this file was
11512,
checked in by westram, 12 years ago
|
|
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
976 bytes
|
| Line | |
|---|
| 1 | // =============================================================== // |
|---|
| 2 | // // |
|---|
| 3 | // File : awti_export.hxx // |
|---|
| 4 | // Purpose : Interface to export window // |
|---|
| 5 | // // |
|---|
| 6 | // Coded by Ralf Westram (coder@reallysoft.de) in June 2008 // |
|---|
| 7 | // Institute of Microbiology (Technical University Munich) // |
|---|
| 8 | // http://www.arb-home.de/ // |
|---|
| 9 | // // |
|---|
| 10 | // =============================================================== // |
|---|
| 11 | |
|---|
| 12 | #ifndef AWTI_EXPORT_HXX |
|---|
| 13 | #define AWTI_EXPORT_HXX |
|---|
| 14 | |
|---|
| 15 | #ifndef ARBDB_BASE_H |
|---|
| 16 | #include <arbdb_base.h> |
|---|
| 17 | #endif |
|---|
| 18 | |
|---|
| 19 | class AW_window; |
|---|
| 20 | class AW_root; |
|---|
| 21 | |
|---|
| 22 | AW_window *create_AWTC_export_window(AW_root *awr, GBDATA *gb_main); |
|---|
| 23 | |
|---|
| 24 | #else |
|---|
| 25 | #error awti_export.hxx included twice |
|---|
| 26 | #endif // AWTI_EXPORT_HXX |
|---|
Note: See
TracBrowser
for help on using the repository browser.