Env.h

00001 #ifndef SCT_ENV_H
00002 #define SCT_ENV_H
00003 
00004 #include <string>
00005 
00006 using std::string;
00007 
00008 namespace Sct {
00009 
00014 class Env {
00015 public:
00019     static string substituteVariables(string str);
00020 };
00021 
00022 }
00023 
00024 
00025 #endif //SCT_ENV_H

Generated on Mon Feb 6 14:01:19 2006 for SCT DAQ/DCS Software - C++ by  doxygen 1.4.6