15 #ifndef CONFIG_DISTRIBUTED_H 16 #define CONFIG_DISTRIBUTED_H 18 #include "directbase.h" 19 #include "notifyCategoryProxy.h" 21 #include "configVariableInt.h" 22 #include "configVariableDouble.h" 23 #include "configVariableBool.h" 25 NotifyCategoryDecl(distributed, EXPCL_DIRECT, EXPTP_DIRECT);
32 extern EXPCL_DIRECT
void init_libdistributed();
This is a convenience class to specialize ConfigVariable as a boolean type.
This is a convenience class to specialize ConfigVariable as a floating-point type.
This is a convenience class to specialize ConfigVariable as an integer type.