mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-21 12:22:06 +08:00
A list of storage statuses (PCDM_StoreStatus) is extended for PCDM_SS_UnrecognizedFormat. It is set if - extension of a document file name is not defined (the extension doesn't correspond to any declared file formats) or - a storage driver is not found for the document storage format. Modified: CDF_StoreList.cxx: the mechanism of raising and catching exceptions is replaced by direct setting the status and error message for each particular error. PCDM_StoreStatus.hxx: a new enumeration value is added - PCDM_SS_UnrecognizedFormat. Also, a short explanation is added to each enumeration value. DDocStd_ApplicationCommands.cxx: processing of a new enumeration value by the draw-command. XDEDRAW.cxx: processed a new enumeration value PCDM_SS_UnrecognizedFormat by saveDoc draw-command. Deleted: CDF_MetaDataDriverError.hxx: It is not used anywhere and it seems it will not be used by someone.
21 lines
438 B
Plaintext
Executable File
21 lines
438 B
Plaintext
Executable File
CDF_Application.cxx
|
|
CDF_Application.hxx
|
|
CDF_Directory.cxx
|
|
CDF_Directory.hxx
|
|
CDF_DirectoryIterator.cxx
|
|
CDF_DirectoryIterator.hxx
|
|
CDF_FWOSDriver.cxx
|
|
CDF_FWOSDriver.hxx
|
|
CDF_MetaDataDriver.cxx
|
|
CDF_MetaDataDriver.hxx
|
|
CDF_MetaDataDriverFactory.cxx
|
|
CDF_MetaDataDriverFactory.hxx
|
|
CDF_Store.cxx
|
|
CDF_Store.hxx
|
|
CDF_StoreList.cxx
|
|
CDF_StoreList.hxx
|
|
CDF_StoreSetNameStatus.hxx
|
|
CDF_SubComponentStatus.hxx
|
|
CDF_TryStoreStatus.hxx
|
|
CDF_TypeOfActivation.hxx
|