File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
"capabilities" : [],
14
14
"dependencies" : [],
15
15
"screenshots" : [],
16
- "platform" : " 11 .0.0.0" ,
17
- "application" : " 11 .0.0.0" ,
16
+ "platform" : " 13 .0.0.0" ,
17
+ "application" : " 13 .0.0.0" ,
18
18
"idRange" : {
19
19
"from" : 50100 ,
20
20
"to" : 50149
Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ codeunit 50100 ICar
26
26
OnGetEngine( engineOut, _binder. GetBindingID()) ;
27
27
end ;
28
28
29
-
29
+
30
30
[IntegrationEvent( false, false) ]
31
- procedure OnGetTopSpeed( var topSpeed: Decimal ; bindingID: Guid )
31
+ local procedure OnGetTopSpeed( var topSpeed: Decimal ; bindingID: Guid )
32
32
begin
33
33
end ;
34
34
35
35
[IntegrationEvent( false, false) ]
36
- procedure OnGetEngine( var engine: Codeunit IEngine; bindingID: Guid )
36
+ local procedure OnGetEngine( var engine: Codeunit IEngine; bindingID: Guid )
37
37
begin
38
38
end ;
39
39
}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ codeunit 50104 IEngine
23
23
24
24
25
25
[IntegrationEvent( false, false) ]
26
- procedure OnGetHorsePower( var horsePower: Decimal ; bindingID: Guid )
26
+ local procedure OnGetHorsePower( var horsePower: Decimal ; bindingID: Guid )
27
27
begin
28
28
end ;
29
29
}
You can’t perform that action at this time.
0 commit comments