summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/corba
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-11 15:09:49 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-11 15:09:49 +0000
commit9e4cadbdd8c5c7ceb8563ce2966af193fe1e172f (patch)
tree1d630ebced6bff4c203877150a87bb5bca693a23 /udkapi/com/sun/star/corba
parentb08282d705433b98a1657169d9596e9b0af0f244 (diff)
documentation syntax fixed and some minor semantic documentation fixes
Diffstat (limited to 'udkapi/com/sun/star/corba')
-rw-r--r--udkapi/com/sun/star/corba/corba.idl10
1 files changed, 8 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/corba/corba.idl b/udkapi/com/sun/star/corba/corba.idl
index 4f5de8410b4a..543a1435ffa2 100644
--- a/udkapi/com/sun/star/corba/corba.idl
+++ b/udkapi/com/sun/star/corba/corba.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: corba.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:34 $
+ * last change: $Author: mi $ $Date: 2000-12-11 16:09:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,6 +65,7 @@ module com { module sun { module star { module corba
typedef unsigned long ObjectSystemID;
typedef sequence< byte > OpaqueData;
+ /// @missing
struct OneThreadID
{
ObjectSystemID objSysID;
@@ -73,27 +74,32 @@ module com { module sun { module star { module corba
typedef sequence<OneThreadID> ThreadIDs;
+ /// @missing
struct LogicalThreadID // Service context
{
ThreadIDs IDs;
};
+ /// @missing
struct CorbaString8
{
string theString;
};
+ /// @missing
struct CorbaUnion
{
long dummy;
};
+ /// @missing
struct ObjectKey
{
CorbaString8 sOid;
CorbaString8 sType;
};
+ /// @missing
enum TCKind
{
tk_null, tk_void,