merged tag ooo/OOO330_m14
[LibreOffice.git] / udkapi / com / sun / star / corba / corba.idl
blobd7e6bdea4c074b4033d25ea01d1d5bc73bf5cf75
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
27 module com { module sun { module star { module corba
29 /**
30 @deprecated
32 published typedef unsigned long ObjectSystemID;
33 /**
34 @deprecated
36 published typedef sequence< byte > OpaqueData;
38 /**
39 @deprecated
41 published struct OneThreadID
43 ObjectSystemID objSysID;
44 OpaqueData threadID;
47 /**
48 @deprecated
50 published typedef sequence<OneThreadID> ThreadIDs;
52 /**
53 @deprecated
55 published struct LogicalThreadID // Service context
57 ThreadIDs IDs;
60 /**
61 @deprecated
63 published struct CorbaString8
65 string theString;
68 /**
69 @deprecated
71 published struct CorbaUnion
73 long dummy;
76 /**
77 @deprecated
79 published struct ObjectKey
81 CorbaString8 sOid;
82 CorbaString8 sType;
85 /**
86 @deprecated
88 published enum TCKind
90 tk_null, tk_void,
91 tk_short, tk_long, tk_ushort, tk_ulong,
92 tk_float, tk_double, tk_boolean, tk_char,
93 tk_octet, tk_any, tk_TypeCode, tk_Principal, tk_objref,
94 tk_struct, tk_union, tk_enum, tk_string,
95 tk_sequence, tk_array, tk_alias, tk_except,
96 tk_longlong, tk_ulonglong, tk_longdouble,
97 tk_wchar, tk_wstring, tk_fixed,
98 tk_value, tk_value_box,
99 tk_native,
100 tk_abstract_interface
103 }; }; }; };