Ignore:
Timestamp:
2000-09-09T00:55:44+12:00 (24 years ago)
Author:
cs025
Message:

Modified uninstall.cpp/.h to remove unnecessary old code which was
never used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsinstaller/unInstall.h

    r1498 r1525  
    6767};
    6868
    69 class unInstaller
    70 { private:
    71         unInstallCommandMap _map;
    72     void unInstallGroup(unInstallCommandList &list);
    73     bool readFile(string &fileName);
    74     bool getLine(char *line, string &groupname);
    75     public:
    76     unInstaller(string &fileName);
    77     unInstaller(const char *fileName);
    78     void unInstall(string &listName);
    79     bool record(string group, string cmd, string param);
    80     bool record(string group, string cmd, int count, ...);
    81     bool saveToFile(string filename);
    82     bool execCommand(string &command, stringArray &params);
    83 };
    84 
    8569#endif
Note: See TracChangeset for help on using the changeset viewer.