summaryrefslogtreecommitdiff
path: root/cppu/qa
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-03-09 09:45:27 +0000
committerRüdiger Timm <rt@openoffice.org>2006-03-09 09:45:27 +0000
commit572179c6ac717dc66da369248005830c13c5b176 (patch)
tree5c16325ea9a3d4dc437366815225b46e6c9db9db /cppu/qa
parent2cf3ab0e32708121d2beb8cbc15314c599335509 (diff)
INTEGRATION: CWS jl31 (1.3.38); FILE MERGED
2006/02/20 16:00:31 sb 1.3.38.1: #i62339# Introduced (internal-only) cppu::getTypeFavourUnsigned as (working) replacement of now deprecated getCppuType<> template.
Diffstat (limited to 'cppu/qa')
-rw-r--r--cppu/qa/types.idl6
1 files changed, 4 insertions, 2 deletions
diff --git a/cppu/qa/types.idl b/cppu/qa/types.idl
index e42981b170e0..2094b039c70b 100644
--- a/cppu/qa/types.idl
+++ b/cppu/qa/types.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: types.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 08:43:44 $
+ * last change: $Author: rt $ $Date: 2006-03-09 10:45:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -48,6 +48,8 @@ struct Struct2a: Struct2 { long member2; };
struct Struct2b: Struct2a { long member3; };
+struct Poly< T > { long member; };
+
exception Exception1: com::sun::star::uno::Exception { long member; };
exception Exception2: com::sun::star::uno::Exception { long member; };