Browse Source

publish ExecutionEnvironment

David Rose 20 years ago
parent
commit
b98eab780f

+ 1 - 1
dtool/src/dtoolutil/executionEnvironment.h

@@ -38,7 +38,7 @@ class EXPCL_DTOOL ExecutionEnvironment {
 private:
 private:
   ExecutionEnvironment();
   ExecutionEnvironment();
 
 
-public:
+PUBLISHED:
   INLINE static bool has_environment_variable(const string &var);
   INLINE static bool has_environment_variable(const string &var);
   INLINE static string get_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);
   INLINE static void set_environment_variable(const string &var, const string &value);

+ 1 - 0
panda/src/express/config_express.N

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