publish ExecutionEnvironment

This commit is contained in:
David Rose 2005-12-28 22:48:09 +00:00
parent 55a02393d7
commit b98eab780f
2 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class EXPCL_DTOOL ExecutionEnvironment {
private:
ExecutionEnvironment();
public:
PUBLISHED:
INLINE static bool has_environment_variable(const string &var);
INLINE static string get_environment_variable(const string &var);
INLINE static void set_environment_variable(const string &var, const string &value);

View File

@ -1,6 +1,7 @@
forcetype PandaSystem
forcetype DSearchPath
forcetype DSearchPath::Results
forcetype ExecutionEnvironment
forcetype Filename
forcetype GlobPattern
forcetype Notify