summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/test
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 15:34:12 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 15:34:12 +0000
commit83ba1b2caca3a098f3b0aebe4ffe8f846d4b4506 (patch)
tree2281ec689a7b6172fed22c5d1b12fbbb3fe5911b /udkapi/com/sun/star/test
parentae68a8b5adecb550e5b90e3f48eaa1e65262b1f9 (diff)
INTEGRATION: CWS sb18 (1.6.128); FILE MERGED
2004/05/21 15:10:31 sb 1.6.128.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi/com/sun/star/test')
-rw-r--r--udkapi/com/sun/star/test/performance/XPerformanceTest.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/udkapi/com/sun/star/test/performance/XPerformanceTest.idl b/udkapi/com/sun/star/test/performance/XPerformanceTest.idl
index e44eabd05b2f..180a43209ae0 100644
--- a/udkapi/com/sun/star/test/performance/XPerformanceTest.idl
+++ b/udkapi/com/sun/star/test/performance/XPerformanceTest.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPerformanceTest.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: dbo $ $Date: 2002-01-23 08:52:21 $
+ * last change: $Author: obo $ $Date: 2004-06-03 16:34:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,7 @@ module performance
/** struct of simple types to be carried
*/
-struct SimpleTypes
+published struct SimpleTypes
{
boolean Bool;
char Char;
@@ -94,7 +94,7 @@ struct SimpleTypes
};
/** struct ComplexTypes adding Sequence, String, Interface, Any to SimpleTypes
*/
-struct ComplexTypes : SimpleTypes
+published struct ComplexTypes : SimpleTypes
{
sequence< long > Sequence;
string String;
@@ -117,7 +117,7 @@ struct ComplexTypes : SimpleTypes
<li>raising RuntimeException</li>
</ul>
*/
-interface XPerformanceTest : com::sun::star::uno::XInterface
+published interface XPerformanceTest : com::sun::star::uno::XInterface
{
[oneway] void async();
void sync();