Bridge++  Ver. 2.0.2
bridge_init_factory_alt_QXS.h
Go to the documentation of this file.
1 
12 #ifndef BRIDGE_INIT_FACTORY_ALT_QXS_INCLUDED
13 #define BRIDGE_INIT_FACTORY_ALT_QXS_INCLUDED
14 
15 
16 #ifdef USE_FACTORY
17 
18 #ifdef USE_FACTORY_AUTOREGISTER
19 #else
20 
21 bool bridge_init_factory_alt_QXS();
22 
23 #endif /* USE_FACTORY_AUTOREGISTER */
24 
25 #ifdef DEBUG
26 void bridge_report_factory_alt_QXS();
27 
28 #endif
29 
30 bool bridge_fin_factory_alt_QXS();
31 
32 #endif /* USE_FACTORY */
33 
34 
35 #endif