INTEGRATION: CWS sb18 (1.6.132); FILE MERGED
2004/05/21 15:09:29 sb 1.6.132.1: #i21150# Added published flag.
This commit is contained in:
parent
7146288ad7
commit
1d56db4072
1 changed files with 14 additions and 15 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: corba.idl,v $
|
||||
*
|
||||
* $Revision: 1.6 $
|
||||
* $Revision: 1.7 $
|
||||
*
|
||||
* last change: $Author: jbu $ $Date: 2002-01-18 13:46:35 $
|
||||
* last change: $Author: obo $ $Date: 2004-06-03 15:42:14 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -63,17 +63,16 @@ module com { module sun { module star { module corba
|
|||
/**
|
||||
@deprecated
|
||||
*/
|
||||
typedef unsigned long ObjectSystemID;
|
||||
published typedef unsigned long ObjectSystemID;
|
||||
/**
|
||||
@deprecated
|
||||
*/
|
||||
published typedef sequence< byte > OpaqueData;
|
||||
|
||||
/**
|
||||
@deprecated
|
||||
*/
|
||||
typedef sequence< byte > OpaqueData;
|
||||
|
||||
/**
|
||||
@deprecated
|
||||
*/
|
||||
struct OneThreadID
|
||||
published struct OneThreadID
|
||||
{
|
||||
ObjectSystemID objSysID;
|
||||
OpaqueData threadID;
|
||||
|
@ -82,12 +81,12 @@ module com { module sun { module star { module corba
|
|||
/**
|
||||
@deprecated
|
||||
*/
|
||||
typedef sequence<OneThreadID> ThreadIDs;
|
||||
published typedef sequence<OneThreadID> ThreadIDs;
|
||||
|
||||
/**
|
||||
@deprecated
|
||||
*/
|
||||
struct LogicalThreadID // Service context
|
||||
published struct LogicalThreadID // Service context
|
||||
{
|
||||
ThreadIDs IDs;
|
||||
};
|
||||
|
@ -95,7 +94,7 @@ module com { module sun { module star { module corba
|
|||
/**
|
||||
@deprecated
|
||||
*/
|
||||
struct CorbaString8
|
||||
published struct CorbaString8
|
||||
{
|
||||
string theString;
|
||||
};
|
||||
|
@ -103,7 +102,7 @@ module com { module sun { module star { module corba
|
|||
/**
|
||||
@deprecated
|
||||
*/
|
||||
struct CorbaUnion
|
||||
published struct CorbaUnion
|
||||
{
|
||||
long dummy;
|
||||
};
|
||||
|
@ -111,7 +110,7 @@ module com { module sun { module star { module corba
|
|||
/**
|
||||
@deprecated
|
||||
*/
|
||||
struct ObjectKey
|
||||
published struct ObjectKey
|
||||
{
|
||||
CorbaString8 sOid;
|
||||
CorbaString8 sType;
|
||||
|
@ -120,7 +119,7 @@ module com { module sun { module star { module corba
|
|||
/**
|
||||
@deprecated
|
||||
*/
|
||||
enum TCKind
|
||||
published enum TCKind
|
||||
{
|
||||
tk_null, tk_void,
|
||||
tk_short, tk_long, tk_ushort, tk_ulong,
|
||||
|
|
Loading…
Reference in a new issue