summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT OLE Win32
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2005-06-22 22:17:47 +0000
committerCarolyn MacLeod <carolyn>2005-06-22 22:17:47 +0000
commit9d15374a15440713922dbd7d2e04fcc36ec25dcc (patch)
treeeeb213e7d75b7a03f3fd813c3f60e14b2174bc40 /bundles/org.eclipse.swt/Eclipse SWT OLE Win32
parent7f8f02497e4b7e8e36d28129ec6fe63374a1da99 (diff)
downloadeclipse.platform.swt-9d15374a15440713922dbd7d2e04fcc36ec25dcc.tar.gz
eclipse.platform.swt-9d15374a15440713922dbd7d2e04fcc36ec25dcc.tar.xz
eclipse.platform.swt-9d15374a15440713922dbd7d2e04fcc36ec25dcc.zip
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT OLE Win32')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/Variant.java12
1 files changed, 7 insertions, 5 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/Variant.java b/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/Variant.java
index e812590025..f22d2fb13c 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/Variant.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/Variant.java
@@ -23,11 +23,13 @@ import org.eclipse.swt.internal.win32.*;
*/
public final class Variant
{
- // A variant always takes up 16 bytes, no matter what you
- // store in it. Objects, strings, and arrays are not physically
- // stored in the Variant; in these cases, four bytes of the
- // Variant are used to hold either an object reference, or a
- // pointer to the string or array. The actual data are stored elsewhere.
+ /**
+ * A variant always takes up 16 bytes, no matter what you
+ * store in it. Objects, strings, and arrays are not physically
+ * stored in the Variant; in these cases, four bytes of the
+ * Variant are used to hold either an object reference, or a
+ * pointer to the string or array. The actual data are stored elsewhere.
+ */
public static final int sizeof = 16;
private short type; // OLE.VT_* type