Changes between Version 7 and Version 8 of FDORfc47
- Timestamp:
- 01/13/10 11:45:23 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc47
v7 v8 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 , Release, and !GetRefCount that will only beif 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. 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