Ignore:
Timestamp:
2000-11-01T08:09:20+13:00 (24 years ago)
Author:
cs025
Message:

Fundamental changes in the method of handling logs to further bypass faults
in the Microsoft implementation of C++ fstream class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsinstaller/unInstall.h

    r1539 r1638  
    5555  string currentModule;
    5656  unInstallCommandMap modules;
     57  bool  changed;
    5758
    5859  bool writeString(string str);
     
    6364  string readCommand(stringArray &params);
    6465public:
    65   installManager() { };
    66   bool openLog(string filename, bool write);
    67   bool closeLog();
    68   bool reopenLog();
     66  installManager() { this->changed = false; }
     67  bool setLogFile(string filename);
     68  bool ensureLog();
     69  bool readLog();
     70  bool recordLog();
    6971  void setModule(string moduleName);
    7072  bool storeCommand(unInstallCommand &command);
Note: See TracChangeset for help on using the changeset viewer.