Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
940be469
Kaydet (Commit)
940be469
authored
Ock 24, 2012
tarafından
Tomas Hlavaty
Kaydeden (comit)
Michael Stahl
Nis 20, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
idl fix package for CorbaString8 and CorbaUnion
üst
a7f3ca4c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
giop.idl
udkapi/com/sun/star/corba/giop/giop.idl
+5
-5
iiop.idl
udkapi/com/sun/star/corba/iiop/iiop.idl
+3
-3
iop.idl
udkapi/com/sun/star/corba/iop/iop.idl
+1
-1
No files found.
udkapi/com/sun/star/corba/giop/giop.idl
Dosyayı görüntüle @
940be469
...
...
@@ -96,7 +96,7 @@ published struct RequestHeader_1_0
unsigned
long
request_id
;
boolean
response_expected
;
sequence
<
byte
>
object_key
;
CorbaString8
operation
;
com
::
sun
::
star
::
corba
::
CorbaString8
operation
;
sequence
<
byte
>
requesting_principal
;
}
;
...
...
@@ -112,7 +112,7 @@ published struct RequestHeader_1_1
byte
reserved_2
;
byte
reserved_3
; // Added in GIOP 1.1
sequence
<
byte
>
object_key
;
CorbaString8
operation
;
com
::
sun
::
star
::
corba
::
CorbaString8
operation
;
sequence
<
byte
>
requesting_principal
; // binary compatible
}
;
...
...
@@ -138,7 +138,7 @@ published constants TargetAddressGroup
/**
@
deprecated
*/
published
struct
TargetAddress
:
CorbaUnion
published
struct
TargetAddress
:
com
::
sun
::
star
::
corba
::
CorbaUnion
{
short
nDiscriminator
;
sequence
<
byte
>
object_key
; // KeyAddr
...
...
@@ -158,7 +158,7 @@ published struct RequestHeader_1_2
byte
reserved_2
;
byte
reserved_3
;
TargetAddress
target
;
CorbaString8
operation
;
com
::
sun
::
star
::
corba
::
CorbaString8
operation
;
//
Principal
not
in
GIOP
1.2
com
::
sun
::
star
::
corba
::
iop
::
ServiceContextList
service_context
; // 1.2 change
}
;
...
...
@@ -193,7 +193,7 @@ published struct ReplyHeader_1_2
*/
published
struct
SystemExceptionReplyBody
{
CorbaString8
exception_id
;
com
::
sun
::
star
::
corba
::
CorbaString8
exception_id
;
unsigned
long
minor_code_value
;
unsigned
long
completion_status
;
}
;
...
...
udkapi/com/sun/star/corba/iiop/iiop.idl
Dosyayı görüntüle @
940be469
...
...
@@ -47,7 +47,7 @@ published struct Version
published
struct
ProfileBody_1_0
{//
renamed
from
ProfileBody
Version
iiop_version
;
CorbaString8
host
;
com
::
sun
::
star
::
corba
::
CorbaString8
host
;
unsigned
short
port
;
sequence
<
byte
>
object_key
;
}
;
...
...
@@ -58,7 +58,7 @@ published struct ProfileBody_1_0
published
struct
ProfileBody_1_1
{//
also
used
for
1.2
Version
iiop_version
;
CorbaString8
host
;
com
::
sun
::
star
::
corba
::
CorbaString8
host
;
unsigned
short
port
;
sequence
<
byte
>
object_key
;
//
Added
in
1.1
unchanged
for
1.2
...
...
@@ -70,7 +70,7 @@ published struct ProfileBody_1_1
*/
published
struct
ListenPoint
{
CorbaString8
host
;
com
::
sun
::
star
::
corba
::
CorbaString8
host
;
unsigned
short
port
;
}
;
...
...
udkapi/com/sun/star/corba/iop/iop.idl
Dosyayı görüntüle @
940be469
...
...
@@ -62,7 +62,7 @@ module com { module sun { module star { module corba { module iop
*/
published
struct
IOR
{
CorbaString8
type_id
;
com
::
sun
::
star
::
corba
::
CorbaString8
type_id
;
sequence
<
TaggedProfile
>
profiles
;
}
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment