Changes between Version 8 and Version 9 of FDORfc47
- Timestamp:
- 01/14/10 08:50:47 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc47
v8 v9 34 34 35 35 * Add a flag to FdoIDisposable (Boolean member variable) to indicate if Interlocked support should be enabled for FDO disposable objects 36 * Add a purevirtual method on FdoIDispoable that will indicate if Interlocked access should be enabled. E.g. bool !EnableInterlocked()36 * Add a virtual method on FdoIDispoable that will indicate if Interlocked access should be enabled. E.g. bool !EnableInterlocked() 37 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.