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
cf46a5cf
Kaydet (Commit)
cf46a5cf
authored
Eki 31, 2014
tarafından
Tobias Madl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Michael's patch implemented
Change-Id: I3f0802d5001172fc7b8409274bc5a3632e5dad34
üst
345110ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
timer.hxx
include/vcl/timer.hxx
+0
-10
No files found.
include/vcl/timer.hxx
Dosyayı görüntüle @
cf46a5cf
...
@@ -93,16 +93,10 @@ enum IdlePriority {
...
@@ -93,16 +93,10 @@ enum IdlePriority {
// To port from Timer -> Idle switch class name,
// To port from Timer -> Idle switch class name,
// s/Timeout/DoIdle/ etc. and select priority
// s/Timeout/DoIdle/ etc. and select priority
<<<<<<<
HEAD
class
VCL_DLLPUBLIC
Idle
:
public
Timer
class
VCL_DLLPUBLIC
Idle
:
public
Timer
{
{
public
:
public
:
Idle
();
Idle
();
=======
class
VCL_DLLPUBLIC
Idle
:
private
Timer
{
public
:
>>>>>>>
applied
patch
from
Michael
Meeks
Idle
(
IdlePriority
ePriority
);
Idle
(
IdlePriority
ePriority
);
virtual
~
Idle
();
virtual
~
Idle
();
...
@@ -116,11 +110,7 @@ class VCL_DLLPUBLIC Idle : private Timer
...
@@ -116,11 +110,7 @@ class VCL_DLLPUBLIC Idle : private Timer
void
Start
()
{
Timer
::
Start
();
}
void
Start
()
{
Timer
::
Start
();
}
void
Stop
()
{
Timer
::
Stop
();
}
void
Stop
()
{
Timer
::
Stop
();
}
<<<<<<<
HEAD
virtual
void
DoIdle
();
virtual
void
DoIdle
();
=======
virtual
void
DoIdle
()
=
0
;
>>>>>>>
applied
patch
from
Michael
Meeks
virtual
void
Timeout
()
SAL_OVERRIDE
{
DoIdle
();
}
virtual
void
Timeout
()
SAL_OVERRIDE
{
DoIdle
();
}
};
};
...
...
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