X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fwrapper-types.h;h=90ac3d80ad37cba2e2b00d2bb0cbd5f4ca9b24d8;hb=HEAD;hp=53adbf786b027e378bd3e6483681ccb71445e88f;hpb=6f94553690b1cd6487bcc206aec7f58c99f77adb;p=mono.git diff --git a/mono/metadata/wrapper-types.h b/mono/metadata/wrapper-types.h index 53adbf786b0..90ac3d80ad3 100644 --- a/mono/metadata/wrapper-types.h +++ b/mono/metadata/wrapper-types.h @@ -1,3 +1,10 @@ +/** + * \file + * NOTE NOTE NOTE + * No additional wrapper types should be added. + * If a new wrapper is asolutely necessary, an existing one needs + * to be removed first (with all the change that implies). + */ WRAPPER(NONE, "none") WRAPPER(DELEGATE_INVOKE, "delegate-invoke") WRAPPER(DELEGATE_BEGIN_INVOKE, "delegate-begin-invoke") @@ -12,12 +19,9 @@ WRAPPER(XDOMAIN_INVOKE, "xdomain-invoke") WRAPPER(XDOMAIN_DISPATCH, "xdomain-dispatch") WRAPPER(LDFLD, "ldfld") WRAPPER(STFLD, "stfld") -WRAPPER(LDFLD_REMOTE, "ldfld-remote") -WRAPPER(STFLD_REMOTE, "stfld-remote") WRAPPER(SYNCHRONIZED, "synchronized") WRAPPER(DYNAMIC_METHOD, "dynamic-method") -WRAPPER(ISINST, "isinst") -WRAPPER(CASTCLASS, "cancast") +WRAPPER(CASTCLASS, "castclass") WRAPPER(PROXY_ISINST, "proxy_isinst") WRAPPER(STELEMREF, "stelemref") WRAPPER(UNBOX, "unbox") @@ -27,4 +31,5 @@ WRAPPER(UNKNOWN, "unknown") WRAPPER(COMINTEROP_INVOKE, "cominterop-invoke") WRAPPER(COMINTEROP, "cominterop") WRAPPER(ALLOC, "alloc") -WRAPPER(STATIC_RGCTX_INVOKE, "static-rgctx-invoke") + +