Cleaned up Variant methods and deprecated those that don't do anything or do the things as others but with looser typings. Added early support for "nothing"

This commit is contained in:
clay_shooter
2005-12-08 00:59:02 +00:00
parent 58cb5ededd
commit d2ebbdd756
6 changed files with 276 additions and 170 deletions

View File

@@ -17,6 +17,8 @@
<li>Redundant constructors removed
<li>Experimental toJavaObject() method added that automatically
converts to appropriate java type
<li>Support added for "NOTHING", a Variant of type Dispatch with no value
<li>Non functional getNull() and getEmpty() methods deprecated. They were void methods
</ul>
</li>
<li>