*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sun, 03 May 2009 16:51:00 +0200
changeset 2630 5b65837891f3
parent 2629 06fea1ffe766
child 2631 309f5bc96e08
*** empty log message ***
ApplicationModel.st
--- a/ApplicationModel.st	Sun May 03 16:12:21 2009 +0200
+++ b/ApplicationModel.st	Sun May 03 16:51:00 2009 +0200
@@ -952,8 +952,8 @@
 !
 
 startAsWebService:linkName onPort:httpPort
-    "start a web service for myself on link, an URL.
-     Answer the new service instance.
+    "start a webApplication for myself on link, an URL.
+     Answer the webApplication instance.
 
      Start a HTTP server, if not already running"
 
@@ -3572,7 +3572,7 @@
 !ApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.285 2009-05-03 14:12:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.286 2009-05-03 14:51:00 cg Exp $'
 ! !
 
 ApplicationModel initialize!