|
@@ -28,20 +28,20 @@
|
|
|
#include "executionEnvironment.h"
|
|
#include "executionEnvironment.h"
|
|
|
#include "lineStream.h"
|
|
#include "lineStream.h"
|
|
|
|
|
|
|
|
-ConfigureDecl(config_express, EXPCL_PANDAEXPRESS, EXPTP_PANDAEXPRESS);
|
|
|
|
|
-NotifyCategoryDecl(express, EXPCL_PANDAEXPRESS, EXPTP_PANDAEXPRESS);
|
|
|
|
|
-NotifyCategoryDecl(clock, EXPCL_PANDAEXPRESS, EXPTP_PANDAEXPRESS);
|
|
|
|
|
|
|
+ConfigureDecl(config_express, EXPCL_PANDA_EXPRESS, EXPTP_PANDA_EXPRESS);
|
|
|
|
|
+NotifyCategoryDecl(express, EXPCL_PANDA_EXPRESS, EXPTP_PANDA_EXPRESS);
|
|
|
|
|
+NotifyCategoryDecl(clock, EXPCL_PANDA_EXPRESS, EXPTP_PANDA_EXPRESS);
|
|
|
|
|
|
|
|
// Actually, we can't determine this config variable the normal way, because
|
|
// Actually, we can't determine this config variable the normal way, because
|
|
|
// we must be able to access it at static init time. Instead of declaring it
|
|
// we must be able to access it at static init time. Instead of declaring it
|
|
|
// a global constant, we'll make it a member of MemoryUsage.
|
|
// a global constant, we'll make it a member of MemoryUsage.
|
|
|
|
|
|
|
|
-// extern EXPCL_PANDAEXPRESS const bool track_memory_usage;
|
|
|
|
|
|
|
+// extern EXPCL_PANDA_EXPRESS const bool track_memory_usage;
|
|
|
|
|
|
|
|
-EXPCL_PANDAEXPRESS bool get_use_high_res_clock();
|
|
|
|
|
-EXPCL_PANDAEXPRESS bool get_paranoid_clock();
|
|
|
|
|
-EXPCL_PANDAEXPRESS bool get_paranoid_inheritance();
|
|
|
|
|
-EXPCL_PANDAEXPRESS bool get_verify_dcast();
|
|
|
|
|
|
|
+EXPCL_PANDA_EXPRESS bool get_use_high_res_clock();
|
|
|
|
|
+EXPCL_PANDA_EXPRESS bool get_paranoid_clock();
|
|
|
|
|
+EXPCL_PANDA_EXPRESS bool get_paranoid_inheritance();
|
|
|
|
|
+EXPCL_PANDA_EXPRESS bool get_verify_dcast();
|
|
|
|
|
|
|
|
extern ConfigVariableInt patchfile_window_size;
|
|
extern ConfigVariableInt patchfile_window_size;
|
|
|
extern ConfigVariableInt patchfile_increment_size;
|
|
extern ConfigVariableInt patchfile_increment_size;
|
|
@@ -51,14 +51,14 @@ extern ConfigVariableInt patchfile_zone_size;
|
|
|
extern ConfigVariableBool keep_temporary_files;
|
|
extern ConfigVariableBool keep_temporary_files;
|
|
|
extern ConfigVariableBool multifile_always_binary;
|
|
extern ConfigVariableBool multifile_always_binary;
|
|
|
|
|
|
|
|
-extern EXPCL_PANDAEXPRESS ConfigVariableBool collect_tcp;
|
|
|
|
|
-extern EXPCL_PANDAEXPRESS ConfigVariableDouble collect_tcp_interval;
|
|
|
|
|
|
|
+extern EXPCL_PANDA_EXPRESS ConfigVariableBool collect_tcp;
|
|
|
|
|
+extern EXPCL_PANDA_EXPRESS ConfigVariableDouble collect_tcp_interval;
|
|
|
|
|
|
|
|
// Expose the Config variable for Python access.
|
|
// Expose the Config variable for Python access.
|
|
|
BEGIN_PUBLISH
|
|
BEGIN_PUBLISH
|
|
|
-EXPCL_PANDAEXPRESS DConfig &get_config_express();
|
|
|
|
|
|
|
+EXPCL_PANDA_EXPRESS DConfig &get_config_express();
|
|
|
END_PUBLISH
|
|
END_PUBLISH
|
|
|
|
|
|
|
|
-extern EXPCL_PANDAEXPRESS void init_libexpress();
|
|
|
|
|
|
|
+extern EXPCL_PANDA_EXPRESS void init_libexpress();
|
|
|
|
|
|
|
|
#endif /* __CONFIG_UTIL_H__ */
|
|
#endif /* __CONFIG_UTIL_H__ */
|