#ifndef _GSCONFIG_H_ #define _GSCONFIG_H_ #include class gsConfiguration { private: protected: public: gsConfiguration(); void install(char *exePath, char *collectPath); }; #endif