|
Last change
on this file was
11023,
checked in by westram, 12 years ago
|
- publish
callback interface separately from rest of interface
|
|
File size:
887 bytes
|
| Line | |
|---|
| 1 | // ================================================================ // |
|---|
| 2 | // // |
|---|
| 3 | // File : ad_cb.h // |
|---|
| 4 | // Purpose : Provides database callbacks // |
|---|
| 5 | // // |
|---|
| 6 | // Coded by Ralf Westram (coder@reallysoft.de) in November 2013 // |
|---|
| 7 | // Institute of Microbiology (Technical University Munich) // |
|---|
| 8 | // http://www.arb-home.de/ // |
|---|
| 9 | // // |
|---|
| 10 | // ================================================================ // |
|---|
| 11 | |
|---|
| 12 | #ifndef AD_CB_H |
|---|
| 13 | #define AD_CB_H |
|---|
| 14 | |
|---|
| 15 | #ifndef CB_H |
|---|
| 16 | #include <cb.h> |
|---|
| 17 | #endif |
|---|
| 18 | #ifndef AD_CB_PROT_H |
|---|
| 19 | #include "ad_cb_prot.h" |
|---|
| 20 | #endif |
|---|
| 21 | |
|---|
| 22 | #else |
|---|
| 23 | #error ad_cb.h included twice |
|---|
| 24 | #endif // AD_CB_H |
|---|
Note: See
TracBrowser
for help on using the repository browser.