Changes between Version 7 and Version 8 of FDORfc47


Ignore:
Timestamp:
Jan 13, 2010, 11:45:23 AM (14 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc47

    v7 v8  
    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, Release, and !GetRefCount that will only be if the boolean flag set by !EnableInterlocked() is True.
     37    * Add Interlocked calls to !AddRef and Release that will only be executed 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