summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/corba
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-14 07:49:23 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-14 07:49:23 +0000
commitd18c56526882f8b1dc0a55b375047fcd9dba92d5 (patch)
tree3d74669d57374c2910b0d32c493d3f2dfa81caa0 /udkapi/com/sun/star/corba
parent36ae1303b1a5300c233036abaaf67f6e823e2236 (diff)
relative scopes only if SAME, others made absolute
Diffstat (limited to 'udkapi/com/sun/star/corba')
-rw-r--r--udkapi/com/sun/star/corba/giop/giop.idl18
-rw-r--r--udkapi/com/sun/star/corba/iiop/iiop.idl6
2 files changed, 12 insertions, 12 deletions
diff --git a/udkapi/com/sun/star/corba/giop/giop.idl b/udkapi/com/sun/star/corba/giop/giop.idl
index 1147099a1d16..419783102e60 100644
--- a/udkapi/com/sun/star/corba/giop/giop.idl
+++ b/udkapi/com/sun/star/corba/giop/giop.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: giop.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:35 $
+ * last change: $Author: mi $ $Date: 2000-12-14 08:49:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -108,7 +108,7 @@ module com { module sun { module star { module corba { module giop
// GIOP 1.0
struct RequestHeader_1_0
{
- iop::ServiceContextList service_context;
+ com:sun::star::corba::iop::ServiceContextList service_context;
unsigned long request_id;
boolean response_expected;
sequence < byte > object_key;
@@ -119,7 +119,7 @@ module com { module sun { module star { module corba { module giop
// GIOP 1.1
struct RequestHeader_1_1
{
- iop::ServiceContextList service_context;
+ com:sun::star::corba::iop::ServiceContextList service_context;
unsigned long request_id;
boolean response_expected;
byte reserved_1;
@@ -135,7 +135,7 @@ module com { module sun { module star { module corba { module giop
struct IORAddressingInfo
{
unsigned long selected_profile_index;
- iop::IOR ior;
+ com:sun::star::corba::iop::IOR ior;
};
constants TargetAddressGroup
@@ -149,7 +149,7 @@ module com { module sun { module star { module corba { module giop
{
short nDiscriminator;
sequence < byte > object_key; // KeyAddr
- iop::TaggedProfile profile; // ProfileAddr
+ com:sun::star::corba::iop::TaggedProfile profile; // ProfileAddr
IORAddressingInfo ior; // ReferenceAddr
};
@@ -164,7 +164,7 @@ module com { module sun { module star { module corba { module giop
TargetAddress target;
CorbaString8 operation;
// Principal not in GIOP 1.2
- iop::ServiceContextList service_context; // 1.2 change
+ com:sun::star::corba::iop::ServiceContextList service_context; // 1.2 change
};
@@ -180,7 +180,7 @@ module com { module sun { module star { module corba { module giop
struct ReplyHeader_1_0
{// Renamed from ReplyHeader
- iop::ServiceContextList service_context;
+ com:sun::star::corba::iop::ServiceContextList service_context;
unsigned long request_id;
ReplyStatusType reply_status;
};
@@ -203,7 +203,7 @@ module com { module sun { module star { module corba { module giop
{
unsigned long request_id;
ReplyStatusType_1_2 reply_status;
- iop::ServiceContextList service_context; // 1.2 change
+ com:sun::star::corba::iop::ServiceContextList service_context; // 1.2 change
};
struct SystemExceptionReplyBody
diff --git a/udkapi/com/sun/star/corba/iiop/iiop.idl b/udkapi/com/sun/star/corba/iiop/iiop.idl
index c0a1340ff122..19fb258caa28 100644
--- a/udkapi/com/sun/star/corba/iiop/iiop.idl
+++ b/udkapi/com/sun/star/corba/iiop/iiop.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: iiop.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:36 $
+ * last change: $Author: mi $ $Date: 2000-12-14 08:49:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,7 +85,7 @@ module com { module sun { module star { module corba { module iiop
unsigned short port;
sequence < byte > object_key;
// Added in 1.1 unchanged for 1.2
- sequence <iop::TaggedComponent> components;
+ sequence <com:sun::star::corba::iop::TaggedComponent> components;
};
struct ListenPoint