Last change
on this file was
5675,
checked in by westram, 16 years ago
|
- removed automatic timestamps (the best they were good for, were vc-conflicts)
|
-
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 : awt_macro.hxx // |
---|
4 | // Purpose : // |
---|
5 | // // |
---|
6 | // // |
---|
7 | // Coded by Ralf Westram (coder@reallysoft.de) in May 2005 // |
---|
8 | // Copyright Department of Microbiology (Technical University Munich) // |
---|
9 | // // |
---|
10 | // Visit our web site at: http://www.arb-home.de/ // |
---|
11 | // // |
---|
12 | // ==================================================================== // |
---|
13 | #ifndef AWT_MACRO_HXX |
---|
14 | #define AWT_MACRO_HXX |
---|
15 | |
---|
16 | AW_window *awt_open_macro_window(AW_root *aw_root,const char *application_id); |
---|
17 | |
---|
18 | #else |
---|
19 | #error awt_macro.hxx included twice |
---|
20 | #endif // AWT_MACRO_HXX |
---|
21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.