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
65db69dd
Kaydet (Commit)
65db69dd
authored
Mar 27, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SAL_OVERRIDE, Mac OS X sd redux
Change-Id: I9b2959bf77fc79bba2f4abb09681872f6d3a4300
üst
b8b85207
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
OSXBluetoothWrapper.hxx
sd/source/ui/remotecontrol/OSXBluetoothWrapper.hxx
+2
-2
OSXNetworkService.hxx
sd/source/ui/remotecontrol/OSXNetworkService.hxx
+2
-2
No files found.
sd/source/ui/remotecontrol/OSXBluetoothWrapper.hxx
Dosyayı görüntüle @
65db69dd
...
@@ -29,8 +29,8 @@ namespace sd
...
@@ -29,8 +29,8 @@ namespace sd
public
:
public
:
OSXBluetoothWrapper
(
IOBluetoothRFCOMMChannel
*
channel
);
OSXBluetoothWrapper
(
IOBluetoothRFCOMMChannel
*
channel
);
virtual
sal_Int32
readLine
(
OString
&
aLine
);
virtual
sal_Int32
readLine
(
OString
&
aLine
)
SAL_OVERRIDE
;
virtual
sal_Int32
write
(
const
void
*
pBuffer
,
sal_uInt32
len
);
virtual
sal_Int32
write
(
const
void
*
pBuffer
,
sal_uInt32
len
)
SAL_OVERRIDE
;
void
appendData
(
void
*
pBuffer
,
size_t
len
);
void
appendData
(
void
*
pBuffer
,
size_t
len
);
void
channelClosed
();
void
channelClosed
();
};
};
...
...
sd/source/ui/remotecontrol/OSXNetworkService.hxx
Dosyayı görüntüle @
65db69dd
...
@@ -34,10 +34,10 @@ namespace sd {
...
@@ -34,10 +34,10 @@ namespace sd {
OSXNetworkService
(
const
std
::
string
&
aname
=
""
,
unsigned
int
aport
=
1599
)
OSXNetworkService
(
const
std
::
string
&
aname
=
""
,
unsigned
int
aport
=
1599
)
:
ZeroconfService
(
aname
,
aport
){}
:
ZeroconfService
(
aname
,
aport
){}
void
clear
()
{
void
clear
()
SAL_OVERRIDE
{
[
osxservice
dealloc
];
[
osxservice
dealloc
];
}
}
void
setup
()
{
void
setup
()
SAL_OVERRIDE
{
osxservice
=
[[
OSXBonjourService
alloc
]
init
];
osxservice
=
[[
OSXBonjourService
alloc
]
init
];
[
osxservice
publishImpressRemoteServiceOnLocalNetworkWithName
:
@
""
];
[
osxservice
publishImpressRemoteServiceOnLocalNetworkWithName
:
@
""
];
};
};
...
...
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