Changes between Version 3 and Version 4 of FDORfc47
- Timestamp:
- 01/13/10 10:12:38 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc47
v3 v4 35 35 * Add a flag to FdoIDisposable (Boolean member variable) to indicate if Interlocked support should be enabled for FDO disposable objects 36 36 * 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. 38 38 * Change the Managed FDO API's MgFdoIDisposable class to call !EnableInterlocked whenever creating an FDO managed wrapper object around an FDO unmanaged object. 39 39