1
0
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:
omy
2013-01-24 11:27:45 +04:00
committed by abv
parent 5edb1ac35b
commit 6c3e4c2965
12 changed files with 90 additions and 16 deletions

View File

@@ -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;

View File

@@ -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;