959381 auto variant to object conversion method

1341763  turned off serialization in Variant because it doesn't work
1341779  Variant constructor didn't accept java dates - now it does
removal of getObject GetObjectByRef from Variant because broken or did nothing
This commit is contained in:
clay_shooter
2005-10-29 17:29:54 +00:00
parent 5f49bc2011
commit 3316dc50e8
9 changed files with 232 additions and 34 deletions

View File

@@ -10,6 +10,15 @@
(Feedback wanted)
</ul>
</li>
<li>
<b>Variants</b>
<ul>
<li>Variant now accept Java Dates in the constructor.
<li>Redundant constructors removed
<li>Experimental toJavaObject() method added that automatically
converts to appropriate java type
</ul>
</li>
<li>
<b>Event Callbacks</b>
<ul>
@@ -22,7 +31,6 @@
</ul>
</li>
<h2>Tracked Changes</h2>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr>
@@ -32,6 +40,11 @@
<td width="13%">1340233</td>
<td width="87%">Null Program Id in Dispatch Constructor does bad things to VM</td>
</tr>
<tr>
<td width="13%">1341763</td>
<td width="87%">Removed Variant serializable interface because it is not
actually serializable on 2000/xp</td>
</tr>
<tr>
<td width="13%">&nbsp;</td>
<td width="87%">&nbsp;</td>
@@ -54,6 +67,14 @@
<td width="13%">1185167</td>
<td width="87%">Provide methods to connect to running instance.</td>
</tr>
<tr>
<td width="13%">959381</td>
<td width="87%">Auto variant to object conversion method method added to Variant.</td>
</tr>
<tr>
<td width="13%">1341779</td>
<td width="87%">Variant should accept java.util.Date in Variant(Object) constructor</td>
</tr>
</table>
</ul>
@@ -82,6 +103,7 @@
<b>Variants</b>
<ul>
<li>Automatic conversion between Windows Time and Java Date is now supported
in Variant object.
</ul>
</li>
<li>