[Laszlo-checkins] r8948 - in openlaszlo/trunk: WEB-INF/lps/lfc/core lps/components/rpc

hqm@openlaszlo.org hqm at openlaszlo.org
Thu May 1 05:41:06 PDT 2008


Author: hqm
Date: 2008-05-01 05:41:04 -0700 (Thu, 01 May 2008)
New Revision: 8948

Modified:
   openlaszlo/trunk/WEB-INF/lps/lfc/core/UserClass.lzs
   openlaszlo/trunk/lps/components/rpc/rpc.lzx
Log:
forgot this in r8947

Modified: openlaszlo/trunk/WEB-INF/lps/lfc/core/UserClass.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/core/UserClass.lzs	2008-05-01 12:40:08 UTC (rev 8947)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/core/UserClass.lzs	2008-05-01 12:41:04 UTC (rev 8948)
@@ -73,14 +73,6 @@
  * documentation, and the support class below:
  */
 
-/**
-  * @access private
-  * @todo [2006-09-28 ptw] This is a wart, needed for backward
-  * compatibility with the current implementation of
-  * defaultplacement.  There is no such tag as <__LZUserClassPlacementObject>!
-  */
-ConstructorMap.__LZUserClassPlacementObject = function __LZUserClassPlacementObject ( parent , placement ){
-    parent.defaultplacement = placement;
-};
 
 
+

Modified: openlaszlo/trunk/lps/components/rpc/rpc.lzx
===================================================================
--- openlaszlo/trunk/lps/components/rpc/rpc.lzx	2008-05-01 12:40:08 UTC (rev 8947)
+++ openlaszlo/trunk/lps/components/rpc/rpc.lzx	2008-05-01 12:41:04 UTC (rev 8948)
@@ -33,15 +33,20 @@
               LPS. If secure is false, this value is ignored.  -->
         <attribute name="secureport" value="null" type="number" />
 
-        <!--- This event is triggered when the remote object is loaded. -->
+        <!--- This event is triggered when the remote object is loaded.
+              @access public -->
         <event name="onload" />
-        <!--- This event is triggered when the remote object is unloaded. -->
+        <!--- This event is triggered when the remote object is unloaded.
+              @access public
+        -->
         <event name="onunload" />
         <!--- This event is triggered when declared inner calls do not handle
-              their ondata events. -->
+              their ondata events. 
+              @access public -->
         <event name="ondata" />
         <!--- This event is triggered when an error or timeout occurs associated
-              with getting this object or calling one of its remote methods. -->
+              with getting this object or calling one of its remote methods. 
+              @access public -->
         <event name="onerror" />
 
         <!--- @keywords private -->



More information about the Laszlo-checkins mailing list