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
0b8e8976
Kaydet (Commit)
0b8e8976
authored
Tem 25, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: virtual dtor warnings
Change-Id: I22b79ed43db2233b5c8edd90092ca387bfd0ca9a
üst
b64adf65
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
AvahiNetworkService.hxx
sd/source/ui/remotecontrol/AvahiNetworkService.hxx
+1
-1
ZeroconfService.hxx
sd/source/ui/remotecontrol/ZeroconfService.hxx
+1
-0
No files found.
sd/source/ui/remotecontrol/AvahiNetworkService.hxx
Dosyayı görüntüle @
0b8e8976
...
@@ -28,7 +28,7 @@ namespace sd {
...
@@ -28,7 +28,7 @@ namespace sd {
public
:
public
:
AvahiNetworkService
(
const
std
::
string
&
aname
=
""
,
uint
aport
=
1599
)
AvahiNetworkService
(
const
std
::
string
&
aname
=
""
,
uint
aport
=
1599
)
:
ZeroconfService
(
aname
,
aport
){}
:
ZeroconfService
(
aname
,
aport
){}
~
AvahiNetworkService
();
virtual
~
AvahiNetworkService
(){}
void
clear
();
void
clear
();
void
setup
();
void
setup
();
...
...
sd/source/ui/remotecontrol/ZeroconfService.hxx
Dosyayı görüntüle @
0b8e8976
...
@@ -28,6 +28,7 @@ namespace sd{
...
@@ -28,6 +28,7 @@ namespace sd{
public
:
public
:
explicit
ZeroconfService
(
const
std
::
string
&
aname
,
uint
aport
)
explicit
ZeroconfService
(
const
std
::
string
&
aname
,
uint
aport
)
:
name
(
aname
),
port
(
aport
){}
:
name
(
aname
),
port
(
aport
){}
virtual
~
ZeroconfService
(){}
std
::
string
getName
()
const
{
return
name
;}
std
::
string
getName
()
const
{
return
name
;}
void
setName
(
const
char
*
n
)
{
name
=
n
;}
void
setName
(
const
char
*
n
)
{
name
=
n
;}
...
...
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