ILP-536 : moved XIDCG datatypes used in plug-ins into their own namespace
Showing
1 changed file
with
9 additions
and
1 deletions
| ... | @@ -310,8 +310,16 @@ | ... | @@ -310,8 +310,16 @@ |
| 310 | </comment> | 310 | </comment> |
| 311 | </literal> | 311 | </literal> |
| 312 | </enum> | 312 | </enum> |
| 313 | </namespace> | ||
| 313 | 314 | ||
| 314 | 315 | <namespace name="XIDCG"> | |
| 316 | <comment> | ||
| 317 | The XIDCG namespace and <type> declarations are used internally by | ||
| 318 | the code generators so that their datatypes are not hardcoded. | ||
| 319 | </comment> | ||
| 320 | <comment> | ||
| 321 | DO NOT USE THESE TYPES in XID specs. | ||
| 322 | </comment> | ||
| 315 | 323 | ||
| 316 | <!-- These types are not intended to be used in XID declarations. --> | 324 | <!-- These types are not intended to be used in XID declarations. --> |
| 317 | <!-- They are used in XIDCG so that types are not hardcoded. --> | 325 | <!-- They are used in XIDCG so that types are not hardcoded. --> | ... | ... |
-
Please register or sign in to post a comment