Ignore:
Timestamp:
2/11/2010 2:15:09 AM (2 years ago)
Author:
lowjoel
Message:
  • Move the contents of the OpenHandle::ResolveHandlePath? function to the ResolveHandleName? function in native code (we would have p/invoked quite a bit in that function)
  • Move the global name resolution thread and it's task queue to native code and in a anonymous namespace
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser6/Eraser.Util.Native/OpenHandle.h

    r1802 r1812  
    9393 
    9494    private: 
    95         static HANDLE* NameResolutionThread; 
    96         static NameResolutionThreadParams* NameResolutionThreadParam; 
    97  
    9895        IntPtr handle; 
    9996        String^ path; 
Note: See TracChangeset for help on using the changeset viewer.