Ignore:
Timestamp:
6/19/2010 10:46:25 AM (2 years ago)
Author:
lowjoel
Message:

Call the extension methods class Methods instead of breaking up to separate classes, to reduce name conflicts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser/Eraser.Util/StreamInfo.cs

    r2194 r2208  
    344344                    FileOptions.None)) 
    345345            { 
    346                 ExtensionMethods.IO.SetTimes(streamHandle, updateTime, createdTime, 
     346                ExtensionMethods.Methods.SetTimes(streamHandle, updateTime, createdTime, 
    347347                    lastModifiedTime, lastAccessedTime); 
    348348            } 
Note: See TracChangeset for help on using the changeset viewer.