Ignore:
Timestamp:
6/13/2010 12:43:51 AM (2 years ago)
Author:
lowjoel
Message:

Compilo fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser/Eraser.Manager/FileSystem.cs

    r2118 r2157  
    281281        /// clusters allocated by it. 
    282282        /// </summary> 
    283         /// <param name="filePath">The path to the file.</param> 
     283        /// <param name="streamInfo">The Stream to get the area for.</param> 
    284284        /// <returns>The area of the file.</returns> 
    285         public abstract long GetFileArea(string filePath); 
     285        public abstract long GetFileArea(StreamInfo filePath); 
    286286 
    287287        /// <summary> 
Note: See TracChangeset for help on using the changeset viewer.