| 1 | // tlb2java |
| 2 | package com.moesol.tests.disp.com_server; |
| 3 | |
| 4 | /** |
| 5 | * <code>IDL: [ helpstring("DispOnly Class"), creatable ]</code> |
| 6 | * <p/> |
| 7 | * <code>coclass DispOnly {<br/> |
| 8 | * [default] dispatch {@link _DispOnly}<br/> |
| 9 | * dispatch {@link IDispOnly}<br/> |
| 10 | * };</code> |
| 11 | */ |
| 12 | public class DispOnly extends com.moesol.tests.disp.com_server._DispOnly.Jni { |
| 13 | public static final Class TYPELIB = TYPELIB_E149EE62_34AE_4D0A_B9E2_3ACA3FAD59F8.class; |
| 14 | /** |
| 15 | * <code>IDL: [uuid(C1FD0CFA-C6AA-406C-81EF-6127B306FEB4)]</code> |
| 16 | */ |
| 17 | public static final com.moesol.bindings.platform_sdk.component_services.GUID CLSID = new com.moesol.bindings.platform_sdk.component_services.GUID( |
| 18 | 0xc1fd0cfa, (short)0xc6aa, (short)0x406c, |
| 19 | new byte[] { |
| 20 | (byte)0x81, (byte)0xef, |
| 21 | (byte)0x61, (byte)0x27, (byte)0xb3, (byte)0x06, (byte)0xfe, (byte)0xb4 |
| 22 | } ); |
| 23 | /** |
| 24 | * Create a new instance using <code>CLSCTX_ALL</code>. |
| 25 | */ |
| 26 | public DispOnly() { |
| 27 | MoeSolInternal.coclassConstruct(this, CLSID, com.moesol.tests.disp.com_server._DispOnly.IID); |
| 28 | } |
| 29 | /** |
| 30 | * Create a new instance. |
| 31 | * @param clsctx Context in which the code that manages the newly created object will run. |
| 32 | * The values are taken from the enumeration <code>CLSCTX</code>. |
| 33 | */ |
| 34 | public DispOnly(int clsctx) { |
| 35 | MoeSolInternal.coclassConstruct(this, CLSID, com.moesol.tests.disp.com_server._DispOnly.IID, clsctx); |
| 36 | } |
| 37 | |
| 38 | |
| 39 | } |