|
Last change
on this file was
10267,
checked in by westram, 12 years ago
|
- allow to reconfigure dbserver with new application ID
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | // ============================================================= // |
|---|
| 2 | // // |
|---|
| 3 | // File : dbserver.hxx // |
|---|
| 4 | // Purpose : // |
|---|
| 5 | // // |
|---|
| 6 | // Coded by Ralf Westram (coder@reallysoft.de) in April 2013 // |
|---|
| 7 | // Institute of Microbiology (Technical University Munich) // |
|---|
| 8 | // http://www.arb-home.de/ // |
|---|
| 9 | // // |
|---|
| 10 | // ============================================================= // |
|---|
| 11 | |
|---|
| 12 | #ifndef DBSERVER_HXX |
|---|
| 13 | #define DBSERVER_HXX |
|---|
| 14 | |
|---|
| 15 | #ifndef ATTRIBUTES_H |
|---|
| 16 | #include <attributes.h> |
|---|
| 17 | #endif |
|---|
| 18 | #ifndef ARB_CORE_H |
|---|
| 19 | #include <arb_core.h> |
|---|
| 20 | #endif |
|---|
| 21 | |
|---|
| 22 | class AW_root; |
|---|
| 23 | struct GBDATA; |
|---|
| 24 | |
|---|
| 25 | __ATTR__USERESULT GB_ERROR startup_dbserver(AW_root *aw_root, const char *application_id, GBDATA *gb_main); |
|---|
| 26 | __ATTR__USERESULT GB_ERROR reconfigure_dbserver(const char *application_id, GBDATA *gb_main); |
|---|
| 27 | |
|---|
| 28 | #else |
|---|
| 29 | #error dbserver.hxx included twice |
|---|
| 30 | #endif // DBSERVER_HXX |
|---|
Note: See
TracBrowser
for help on using the repository browser.