X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fwrapper-types.h;h=90ac3d80ad37cba2e2b00d2bb0cbd5f4ca9b24d8;hb=8bbca2bada9398b3a5ddfec0c3c890054c1e8bdc;hp=909113cae8e97077451a2dedf70dea6fbf87b99f;hpb=0d5ea337a687021643750cfee771080fc50cab4d;p=mono.git diff --git a/mono/metadata/wrapper-types.h b/mono/metadata/wrapper-types.h index 909113cae8e..90ac3d80ad3 100644 --- a/mono/metadata/wrapper-types.h +++ b/mono/metadata/wrapper-types.h @@ -1,4 +1,6 @@ -/* NOTE NOTE NOTE +/** + * \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). @@ -17,10 +19,8 @@ WRAPPER(XDOMAIN_INVOKE, "xdomain-invoke") WRAPPER(XDOMAIN_DISPATCH, "xdomain-dispatch") WRAPPER(LDFLD, "ldfld") WRAPPER(STFLD, "stfld") -WRAPPER(STFLD_REMOTE, "stfld-remote") WRAPPER(SYNCHRONIZED, "synchronized") WRAPPER(DYNAMIC_METHOD, "dynamic-method") -WRAPPER(ISINST, "isinst") WRAPPER(CASTCLASS, "castclass") WRAPPER(PROXY_ISINST, "proxy_isinst") WRAPPER(STELEMREF, "stelemref")