Skip to content

Commit fe79cda

Browse files
author
nalexand
committed
startup namespaces were deleted
1 parent 2b89a14 commit fe79cda

File tree

1 file changed

+2
-27
lines changed

1 file changed

+2
-27
lines changed

cls/kutac/monitor/utils/Installer.cls.xml

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<Export generator="Cache" version="25" zv="Cache for Windows (x86-32) 2015.1 (Build 429U)" ts="2015-07-28 17:48:35">
2+
<Export generator="Cache" version="25" zv="Cache for Windows (x86-32) 2015.1 (Build 429U)" ts="2015-07-28 19:41:02">
33
<Class name="kutac.monitor.utils.Installer">
4-
<TimeChanged>63761,64094.09359</TimeChanged>
4+
<TimeChanged>63761,70845.703415</TimeChanged>
55
<TimeCreated>63732,50627.865496</TimeCreated>
66

77
<XData name="Install">
@@ -219,8 +219,6 @@ do ##class(kutac.monitor.utils.Installer).setup(.pVars)</Description>
219219
<Implementation><![CDATA[
220220
Set Namespace=tInstaller.Evaluate("${Namespace}")
221221
Do tInstaller.PushNS("%SYS")
222-
/*write !, "Configuring startup namespace"
223-
set st1 = ..ConfiguringClasses(Namespace)*/
224222
write !, "Activating Monitor Classes"
225223
set st2 = ..ActivatingClasses()
226224
write !, "Starting Monitor"
@@ -236,29 +234,6 @@ do ##class(kutac.monitor.utils.Installer).setup(.pVars)</Description>
236234
]]></Implementation>
237235
</Method>
238236

239-
<UDLText name="T">
240-
<Content><![CDATA[
241-
/*ClassMethod ConfiguringClasses(Namespace = {$Namespace}) As %Status
242-
{
243-
Set rsm = ##class(%SYS.Monitor).SetStartNS(Namespace)
244-
if rsm'=1
245-
{
246-
write !, "Error setting Monitor namespaces: "_$ze,!
247-
//quit $$$ISERR
248-
}
249-
250-
Set rsys = ##class(%SYS.Monitor).SetStartNS("%SYS")
251-
if rsys'=1
252-
{
253-
write !, "Error setting Monitor namespaces: "_$ze,!
254-
//quit $$$ISERR
255-
}
256-
//quit $$$OK
257-
return $$$ADDSC(rsm, rsys)
258-
}*/
259-
]]></Content>
260-
</UDLText>
261-
262237
<Method name="ActivatingClasses">
263238
<ClassMethod>1</ClassMethod>
264239
<ReturnType>%Status</ReturnType>

0 commit comments

Comments
 (0)