Go to the documentation of this file.
19 #define BASE_PROXY_USE_CONTEXT 0
22 #if BASE_PROXY_USE_CONTEXT
23 #include "../core/ContextBase.hpp"
27 typedef ContextBase CommonBase;
33 #include "../core/SingleBase.hpp"
37 typedef SingleBase CommonBase;
42 #undef BASE_PROXY_USE_CONTEXT