Commit 163051e7 by Tom Wood

(RID_IN, RID_OUT, RID_INOUT, RID_BYCOPY, RID_ONEWAY,

	RID_ID): New Objective-C keywords.

From-SVN: r4062
parent 141aa3f8
......@@ -45,6 +45,13 @@ enum rid
RID_ITERATOR,
RID_COMPLEX,
RID_IN,
RID_OUT,
RID_INOUT,
RID_BYCOPY,
RID_ONEWAY,
RID_ID,
RID_MAX
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment