Ignore:
Timestamp:
2001-02-20T00:11:32+13:00 (23 years ago)
Author:
cs025
Message:

Updates and fixes to permit removal of the main install directory successfully.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsinstaller/gsManifest.h

    r1545 r2013  
    2626  strArrayMap manifests;
    2727  pathStringArrayMap selected;
     28  stringArray removeFailed;
    2829
    2930  bool getManifestLine(char *line, string &macro);
     
    3637  void logAction(string actionName, string source, string dest);
    3738  bool undoAction(string actionName, stringArray &params);
     39  bool undoFailed(string path);
    3840  void expandGroupInstance(const string &parentgroup, string groupName);
    3941  void expandGroup(const string &group);
Note: See TracChangeset for help on using the changeset viewer.