INTEGRATION: CWS unotlc (1.2.16); FILE MERGED
2004/07/13 14:00:01 dbo 1.2.16.2: #i20303# Issue number: Submitted by: Reviewed by: 2004/07/12 13:37:26 dbo 1.2.16.1: #i20303# tests for compatibility type checks Issue number: Submitted by: Reviewed by:
This commit is contained in:
parent
85652dc373
commit
0d081d123b
1 changed files with 15 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: types.idl,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: obo $ $Date: 2004-06-04 02:36:16 $
|
||||
* last change: $Author: obo $ $Date: 2004-08-12 12:20:20 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -59,8 +59,21 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#include <com/sun/star/uno/XInterface.idl>
|
||||
|
||||
module test { module tdmanager {
|
||||
|
||||
struct Struct<T, U> { U s; };
|
||||
|
||||
published interface XAnother {
|
||||
void f();
|
||||
};
|
||||
|
||||
service MyService {
|
||||
[optional] interface XAnother;
|
||||
[property, optional] boolean b;
|
||||
};
|
||||
|
||||
const long CCC = 5;
|
||||
|
||||
}; };
|
||||
|
|
Loading…
Reference in a new issue