Last change
on this file was
8104,
checked in by westram, 13 years ago
|
merge from ptpan_back [8085] [8088] [8091]
- avoid shadow warnings from some TEST_ASSERTions
- patch name shows whether tests were valgrinded
- added template IGNORE_RESULT(), to ignore results tagged with __ATTR__USERESULT
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1020 bytes
|
Line | |
---|
1 | // =============================================================== // |
---|
2 | // // |
---|
3 | // File : ali_other_stuff.hxx // |
---|
4 | // Purpose : // |
---|
5 | // // |
---|
6 | // Institute of Microbiology (Technical University Munich) // |
---|
7 | // http://www.arb-home.de/ // |
---|
8 | // // |
---|
9 | // =============================================================== // |
---|
10 | |
---|
11 | #ifndef ALI_OTHER_STUFF_HXX |
---|
12 | #define ALI_OTHER_STUFF_HXX |
---|
13 | |
---|
14 | #ifndef PT_COM_H |
---|
15 | #include <PT_com.h> |
---|
16 | #endif |
---|
17 | #ifndef ATTRIBUTES_H |
---|
18 | #include <attributes.h> |
---|
19 | #endif |
---|
20 | #ifndef SERVER_H |
---|
21 | extern "C" { |
---|
22 | #include <server.h> |
---|
23 | } |
---|
24 | #endif |
---|
25 | #ifndef ARBDBT_H |
---|
26 | #include <arbdbt.h> |
---|
27 | #endif |
---|
28 | #ifndef SERVERCNTRL_H |
---|
29 | #include <servercntrl.h> |
---|
30 | #endif |
---|
31 | |
---|
32 | #else |
---|
33 | #error ali_other_stuff.hxx included twice |
---|
34 | #endif // ALI_OTHER_STUFF_HXX |
---|
Note: See
TracBrowser
for help on using the repository browser.