2010-04-27 Mark Probst <mark.probst@gmail.com>
[mono.git] / mono / metadata / wrapper-types.h
index 53adbf786b027e378bd3e6483681ccb71445e88f..b8a36438690c30c2d4feff74bdb89f9e1e4df14b 100644 (file)
@@ -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")
@@ -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")
+
+