mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03:00
0023483: Use appropriate type for handling integer time
Introduced new cdl-friendly Standard_Time alias to time_t type.
This commit is contained in:
@@ -128,7 +128,7 @@ is
|
||||
fields
|
||||
|
||||
thefilename : HAsciiString from TCollection;
|
||||
thetime : Integer from Standard ;
|
||||
thesequenceoffuzzydefinitions : SequenceOfFuzzyDefinitions from Dynamic ;
|
||||
thetime : Time from Standard;
|
||||
thesequenceoffuzzydefinitions : SequenceOfFuzzyDefinitions from Dynamic;
|
||||
|
||||
end FuzzyDefinitionsDictionary;
|
||||
|
@@ -136,7 +136,7 @@ is
|
||||
fields
|
||||
|
||||
thefilename : HAsciiString from TCollection;
|
||||
thetime : Integer from Standard ;
|
||||
thesequenceofmethoddefinitions : SequenceOfMethodDefinitions from Dynamic ;
|
||||
thetime : Time from Standard;
|
||||
thesequenceofmethoddefinitions : SequenceOfMethodDefinitions from Dynamic;
|
||||
|
||||
end MethodDefinitionsDictionary;
|
||||
|
Reference in New Issue
Block a user