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
2626984d
Kaydet (Commit)
2626984d
authored
Agu 10, 2012
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
RemoteServer: ClientInfo is stored in STL vector, must be Assignable
Change-Id: Ie922207189ae0c7f5f9623043dcc38705b1f7364
üst
2d63c468
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
RemoteServer.hxx
sd/source/ui/inc/RemoteServer.hxx
+3
-4
No files found.
sd/source/ui/inc/RemoteServer.hxx
Dosyayı görüntüle @
2626984d
...
@@ -43,8 +43,8 @@ namespace sd
...
@@ -43,8 +43,8 @@ namespace sd
struct
ClientInfo
struct
ClientInfo
{
{
const
rtl
::
OUString
mName
;
rtl
::
OUString
mName
;
const
rtl
::
OUString
mAddress
;
rtl
::
OUString
mAddress
;
enum
PROTOCOL
{
NETWORK
=
1
,
BLUETOOTH
};
enum
PROTOCOL
{
NETWORK
=
1
,
BLUETOOTH
};
ClientInfo
(
OUString
rName
,
OUString
rAddress
)
:
ClientInfo
(
OUString
rName
,
OUString
rAddress
)
:
...
@@ -78,4 +78,4 @@ namespace sd
...
@@ -78,4 +78,4 @@ namespace sd
}
}
#endif // _SD_IMPRESSREMOTE_SERVER_HXX
#endif // _SD_IMPRESSREMOTE_SERVER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file
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