Changes between Version 1 and Version 2 of FDORfc32
- Timestamp:
- 04/06/09 19:37:51 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc32
v1 v2 35 35 == Proposed Solution == 36 36 37 * Update existing code to discontinue usages of the obsolete Spatial Context active flag where applicable. 38 39 == Implications == 40 41 * The following APIs will be deprecated in the future, and therefore, should be avoided to be used: 37 * Update the documentation on the following APIs accordingly, indicating they will be deprecated in the future: 42 38 43 39 {{{ … … 48 44 FDO_API virtual const bool FdoISpatialContextReader::IsActive() = 0; 49 45 }}} 46 47 * Update existing code to discontinue usages of the obsolete Spatial Context active flag where applicable. 48 49 == Implications == 50 51 * Avoid using the APIs listed above as they will be deprecated in the future. 50 52 51 * The documentation will be updated accordingly.52 53 53 == Test Plan == 54 54