EMMA Coverage Report (generated Mon Mar 20 21:34:30 PST 2006)
[all classes][com.moesol.bindings.platform_sdk.data_services]

COVERAGE SUMMARY FOR SOURCE FILE [TYPELIB_2A75196C_D9EB_4129_B803_931327F72D5C.java]

nameclass, %method, %block, %line, %
TYPELIB_2A75196C_D9EB_4129_B803_931327F72D5C.java0%   (0/1)0%   (0/2)0%   (0/45)0%   (0/2)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class TYPELIB_2A75196C_D9EB_4129_B803_931327F72D5C0%   (0/1)0%   (0/2)0%   (0/45)0%   (0/2)
<static initializer> 0%   (0/1)0%   (0/42)0%   (0/1)
TYPELIB_2A75196C_D9EB_4129_B803_931327F72D5C (): void 0%   (0/1)0%   (0/3)0%   (0/1)

1// tlb2java
2package com.moesol.bindings.platform_sdk.data_services;
3 
4 
5/**
6 * Type library information. Needed for VT_RECORD support with -disp_only
7 * or passing a VT_RECORD through a VARIANT.
8 */
9public class TYPELIB_2A75196C_D9EB_4129_B803_931327F72D5C {
10    /** IDL: [uuid(2A75196C-D9EB-4129-B803-931327F72D5C)] */
11    public static final com.moesol.bindings.platform_sdk.component_services.GUID UUID = new com.moesol.bindings.platform_sdk.component_services.GUID(
12        0x2a75196c, (short)0xd9eb, (short)0x4129,
13         new byte[] {
14            (byte)0xb8, (byte)0x03, 
15            (byte)0x93, (byte)0x13, (byte)0x27, (byte)0xf7, (byte)0x2d, (byte)0x5c
16         } );
17    /** MAJOR_VERSION = 2 */
18    public static final int MAJOR_VERSION = 2;
19    /** MINOR_VERSION = 8 */
20    public static final int MINOR_VERSION = 8;
21    /** LCID = 0 */
22    public static final int LCID = 0;
23}

[all classes][com.moesol.bindings.platform_sdk.data_services]
EMMA 2.0.5312 (C) Vladimir Roubtsov