Ignore:
Timestamp:
2000-09-14T02:01:44+12:00 (24 years ago)
Author:
cs025
Message:

Improved logging of manifest items, tidied the handling of items with extended
paths in the manifest (logging creation of directories on the path); finally
removed some old garbage from gsinstall.cpp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsinstaller/gsManifest.h

    r1543 r1545  
    4848  bool selectCheckSpace();
    4949 
    50   void copied(string from, string to, bool isDir); // from fileCopyMonitor
     50  void copiedFile(string from, string to); // from fileCopyMonitor
     51  void copiedDir(string dirName); // from fileCopyMonitor
    5152};
    5253#endif;
Note: See TracChangeset for help on using the changeset viewer.