Ignore:
Timestamp:
6/18/2010 3:14:57 PM (2 years ago)
Author:
lowjoel
Message:

Change all internal OpenHandle? functions to private, since they should not be callable from outside the class.

File:
1 edited

Legend:

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

    r2155 r2194  
    313313        } 
    314314 
    315         internal SafeFileHandle OpenHandle(FileMode mode, uint access, FileShare share, 
     315        private SafeFileHandle OpenHandle(FileMode mode, uint access, FileShare share, 
    316316            FileOptions options) 
    317317        { 
Note: See TracChangeset for help on using the changeset viewer.