X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mono%2Fmetadata%2Fwrapper-types.h;h=72ca453eb88436fc1b4c71764ef571566c8abe66;hb=37f78e42a872b7799d19ba7fab7609a21594496d;hp=53adbf786b027e378bd3e6483681ccb71445e88f;hpb=cc9fa96a3163b4ac0b2df0726c72963017d802d6;p=mono.git diff --git a/mono/metadata/wrapper-types.h b/mono/metadata/wrapper-types.h index 53adbf786b0..72ca453eb88 100644 --- a/mono/metadata/wrapper-types.h +++ b/mono/metadata/wrapper-types.h @@ -1,3 +1,8 @@ +/* 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") @@ -17,7 +22,7 @@ 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 +32,5 @@ WRAPPER(UNKNOWN, "unknown") WRAPPER(COMINTEROP_INVOKE, "cominterop-invoke") WRAPPER(COMINTEROP, "cominterop") WRAPPER(ALLOC, "alloc") -WRAPPER(STATIC_RGCTX_INVOKE, "static-rgctx-invoke") + +