View | Details | Raw Unified | Return to bug 495112
Collapse All | Expand All

(-)cli_ure/source/mono_bridge/typedescription.cs.old (-2 / +2 lines)
Lines 85-91 public unsafe struct TypeDescriptionRefe Link Here
85
    public uno.rtl.UString *               pTypeName;
85
    public uno.rtl.UString *               pTypeName;
86
    /** pointer to full typedescription; this value is only valid if the type is never swapped out
86
    /** pointer to full typedescription; this value is only valid if the type is never swapped out
87
    */
87
    */
88
    public TypeDescription *               pType;
88
    public void *                          pType;
89
    /** pointer to optimize the runtime; not for public use
89
    /** pointer to optimize the runtime; not for public use
90
    */
90
    */
91
    public void *                          pUniqueIdentifier;
91
    public void *                          pUniqueIdentifier;
Lines 136-142 public unsafe struct TypeDescription Link Here
136
    public uno.rtl.UString *               pTypeName;
136
    public uno.rtl.UString *               pTypeName;
137
    /** pointer to self to distinguish reference from description; for internal use only
137
    /** pointer to self to distinguish reference from description; for internal use only
138
    */
138
    */
139
    public TypeDescription *               pSelf;
139
    public void *                          pSelf;
140
    /** pointer to optimize the runtime; not for public use
140
    /** pointer to optimize the runtime; not for public use
141
    */
141
    */
142
    public void *                          pUniqueIdentifier;
142
    public void *                          pUniqueIdentifier;

Return to bug 495112