Changes between Version 3 and Version 4 of FDORfc47


Ignore:
Timestamp:
Jan 13, 2010, 10:12:38 AM (14 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc47

    v3 v4  
    3535    * Add a flag to FdoIDisposable (Boolean member variable) to indicate if Interlocked support should be enabled for FDO disposable objects
    3636    * Add a pure virtual method on FdoIDispoable that will indicate if Interlocked access should be enabled. E.g. bool !EnableInterlocked()
    37     * Add Interlocked calls to !AddRef and Release (!GetRefCount) that will only be if the boolean flag set by !EnableInterlocked() is True.
     37    * Add Interlocked calls to !AddRef, Release, and !GetRefCount that will only be if the boolean flag set by !EnableInterlocked() is True.
    3838    * Change the Managed FDO API's MgFdoIDisposable class to call !EnableInterlocked whenever creating an FDO managed wrapper object around an FDO unmanaged object.
    3939