diff options
author | Oliver Bolte <obo@openoffice.org> | 2003-10-20 12:08:26 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2003-10-20 12:08:26 +0000 |
commit | b38fd2a87428141ec116dd9d599e37af04d8c758 (patch) | |
tree | 396778fd238f621b897648058951739ceded7ec2 /idlc/test | |
parent | 84d363bb8c283b167cf0c86918389442576aed06 (diff) |
INTEGRATION: CWS sdk08 (1.1.2); FILE ADDED
2003/09/16 13:27:24 jsc 1.1.2.1: #111025# new
Diffstat (limited to 'idlc/test')
-rw-r--r-- | idlc/test/identifiers.idl | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/idlc/test/identifiers.idl b/idlc/test/identifiers.idl new file mode 100644 index 000000000..d7af48867 --- /dev/null +++ b/idlc/test/identifiers.idl @@ -0,0 +1,22 @@ +struct Identifiers +{ + long onlysmallalphas; + long smallMixedAlphas; + long CapMixedAlphas; + long ONLYCAPS; + long CAPS_WITH_UNDERSCORE; + long CAPS_WITH_UNDERSCORE_11; + long CAPS_WITH_UNDERSCORE11_11TEST; + long CapMixed_Alphas_11; + long m_CapMixedAlphas_11; // should be not allowed with -cid + long small_get; //should be not allowed with -cid + long small_11; //should be not allowed with -cid + long small_11small; //should be not allowed with -cid + long mixedAlphas_11CAPS; // should be not allowed with -cid + long mixedAlphas_11mixedAlphas; // should be not allowed with -cid + long _mixedAlphas; // should be not allowed with -cid +// long _mixedAlphas_; // should be not allowed +// long CapsMixedAlphas_; // should be not allowed +// long _CapsMixedAlphas_; // should be not allowed + +}; |