ARB
dbserver.hxx
Go to the documentation of this file.
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
const char * GB_ERROR
Definition: arb_core.h:25
__ATTR__USERESULT GB_ERROR startup_dbserver(AW_root *aw_root, const char *application_id, GBDATA *gb_main)
Definition: dbserver.cxx:252
#define __ATTR__USERESULT
Definition: attributes.h:58
__ATTR__USERESULT GB_ERROR reconfigure_dbserver(const char *application_id, GBDATA *gb_main)
Definition: dbserver.cxx:292
GBDATA * gb_main
Definition: adname.cxx:32