Skip to content

Commit 862df87

Browse files
committed
Params case unification authorizationTimeout -> ConstAuthorizationTimeout
1 parent a1cc5bb commit 862df87

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

export/WebTerminal/Common.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<Export generator="Cache" version="25" zv="Cache for Windows (x86-64) 2015.1.1 (Build 505U)" ts="2015-12-20 11:03:06">
2+
<Export generator="Cache" version="25" zv="Cache for Windows (x86-64) 2015.1.1 (Build 505U)" ts="2015-12-20 11:06:12">
33
<Class name="WebTerminal.Common">
44
<IncludeCode>%sySystem</IncludeCode>
5-
<TimeChanged>63906,39726.456685</TimeChanged>
5+
<TimeChanged>63906,39909.679648</TimeChanged>
66
<TimeCreated>63906,39668.673891</TimeCreated>
77

88
<UDLText name="T">
@@ -12,7 +12,7 @@
1212
]]></Content>
1313
</UDLText>
1414

15-
<Parameter name="authorizationTimeout">
15+
<Parameter name="ConstAuthorizationTimeout">
1616
<Description>
1717
How long to wait for authorization key when connection established</Description>
1818
<Default>5</Default>

export/WebTerminal/Engine.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<Export generator="Cache" version="25" zv="Cache for Windows (x86-64) 2015.1.1 (Build 505U)" ts="2015-12-20 11:03:16">
2+
<Export generator="Cache" version="25" zv="Cache for Windows (x86-64) 2015.1.1 (Build 505U)" ts="2015-12-20 11:06:06">
33
<Class name="WebTerminal.Engine">
44
<Description>
55
Cache WEB Terminal version X.X.X/*build.replace:pkg.version*/ core.
66
This class is the server-side core of the terminal application.</Description>
77
<Super>%CSP.WebSocket,Common</Super>
8-
<TimeChanged>63906,39729.08935</TimeChanged>
8+
<TimeChanged>63906,39906.305515</TimeChanged>
99
<TimeCreated>63891,56786.028532</TimeCreated>
1010

1111
<Property name="SharedConnection">
@@ -788,7 +788,7 @@ This method holds process and expects only one package from
788788
the client - it includes authorization key.</Description>
789789
<ReturnType>%Status</ReturnType>
790790
<Implementation><![CDATA[
791-
set authKey = ..Read(, .status, ..#authorizationTimeout) // wait for package
791+
set authKey = ..Read(, .status, ..#ConstAuthorizationTimeout) // wait for package
792792
set ok = $$$NOTOK
793793
794794
set namespace = ""

0 commit comments

Comments
 (0)