Changes between Version 8 and Version 9 of FDORfc20
- Timestamp:
- 05/01/08 09:04:11 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc20
v8 v9 50 50 51 51 {{{ 52 53 52 virtual FDO_API FdoICommandCapabilities * GetCommandCapabilities (bool datastoreLevel = false) = 0 54 53 virtual FDO_API FdoIConnectionCapabilities * GetConnectionCapabilities (bool datastoreLevel = false) = 0 … … 58 57 virtual FDO_API FdoIRasterCapabilities * GetRasterCapabilities (bool datastoreLevel = false) = 0 59 58 virtual FDO_API FdoISchemaCapabilities * GetSchemaCapabilities (bool datastoreLevel = false) = 0 60 61 59 }}} 62 60