checkin from browser
authorClaus Gittinger <cg@exept.de>
Fri, 25 Jun 1999 13:52:51 +0200
changeset 2199 a5d89d6fc80b
parent 2198 69e1e07a8a90
child 2200 b056d74ee93f
checkin from browser
AbstractLauncherApplication.st
--- a/AbstractLauncherApplication.st	Fri Jun 25 13:22:57 1999 +0200
+++ b/AbstractLauncherApplication.st	Fri Jun 25 13:52:51 1999 +0200
@@ -1244,7 +1244,7 @@
      org_rDoitsEnabled org_rDoitLogging org_rDoitErrorLogging org_rDoitErrorDebugging 
      resources y 
      osiACSEPresent osiROSEPresent osiCMISEPresent
-     osiACSEErrorLogging osiACSEEventLogging osiACSEDataLogging
+     osiACSEErrorLogging osiACSEConnectionLogging osiACSEDataLogging
      osiROSEErrorLogging osiROSEResponseLogging osiROSEInvokationLogging
      osiCMISEErrorLogging osiCMISEMessageLogging
      |
@@ -1285,7 +1285,7 @@
 
     osiACSEPresent ifTrue:[
         osiACSEErrorLogging := OSI::ApliConnection errorLogging asValue.
-        osiACSEEventLogging := OSI::ApliConnection eventLogging asValue.
+        osiACSEConnectionLogging := OSI::ApliConnection connectionLogging asValue.
         osiACSEDataLogging :=  OSI::ApliConnection dataLogging asValue.
     ].
     osiROSEPresent ifTrue:[
@@ -1340,7 +1340,7 @@
         check disable
     ].
     y := box yPosition.
-    check := box addCheckBox:(resources string:'Log OSI-ACSE events') on:osiACSEEventLogging.
+    check := box addCheckBox:(resources string:'Log OSI-ACSE connection') on:osiACSEConnectionLogging.
     osiACSEPresent ifFalse:[
         check disable
     ].
@@ -1421,7 +1421,7 @@
         ].
         osiACSEPresent ifTrue:[
             OSI::ApliConnection errorLogging:osiACSEErrorLogging value.
-            OSI::ApliConnection eventLogging:osiACSEEventLogging value.
+            OSI::ApliConnection connectionLogging:osiACSEConnectionLogging value.
             OSI::ApliConnection dataLogging:osiACSEDataLogging value.
         ].
         osiROSEPresent ifTrue:[
@@ -4550,5 +4550,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.36 1999-06-25 11:22:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.37 1999-06-25 11:52:51 cg Exp $'
 ! !