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/fileCopier.h

    r1536 r1545  
    99public:
    1010  fileCopyMonitor() {};
    11   virtual void copied(string from, string to, bool isDir) = 0;
     11  virtual void copiedFile(string from, string to) = 0;
     12  virtual void copiedDir(string dirName) = 0;
    1213};
    1314
     
    2526  unsigned long getOriginalSize();
    2627  unsigned long getCopiedSize(DiskSpace &space);
     28  bool ensureParent(FilePath &child, fileCopyMonitor *monitor);
    2729  bool copyFile(File *file, fileCopyMonitor *monitor, copyProgressBar &progressBar);
    2830  void copy(File *file, fileCopyMonitor *monitor, copyProgressBar &progressBar);
Note: See TracChangeset for help on using the changeset viewer.