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
ef07ecf9
Kaydet (Commit)
ef07ecf9
authored
Eki 12, 2010
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
merge vosremoval-timer.diff
üst
a76829b3
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
13 additions
and
10 deletions
+13
-10
precompiled_connectivity.hxx
connectivity/inc/pch/precompiled_connectivity.hxx
+2
-1
ZConnectionPool.cxx
connectivity/source/cpool/ZConnectionPool.cxx
+1
-1
ZConnectionPool.hxx
connectivity/source/cpool/ZConnectionPool.hxx
+4
-4
makefile.mk
connectivity/source/cpool/makefile.mk
+2
-1
timerhelper.hxx
framework/inc/helper/timerhelper.hxx
+1
-1
precompiled_framework.hxx
framework/inc/pch/precompiled_framework.hxx
+1
-1
makefile.mk
framework/util/makefile.mk
+1
-0
trace.cxx
svx/source/fmcomp/trace.cxx
+1
-1
No files found.
connectivity/inc/pch/precompiled_connectivity.hxx
Dosyayı görüntüle @
ef07ecf9
...
...
@@ -308,6 +308,8 @@
#include "rtl/ustrbuf.hxx"
#include "rtl/ustring.hxx"
#include "salhelper/timer.hxx"
#include "sys/types.h"
#include "tools/diagnose_ex.h"
...
...
@@ -328,7 +330,6 @@
#include "vos/ref.hxx"
#include "vos/ref.hxx"
#include "vos/refernce.hxx"
#include "vos/timer.hxx"
//---MARKER---
#endif
connectivity/source/cpool/ZConnectionPool.cxx
Dosyayı görüntüle @
ef07ecf9
...
...
@@ -95,7 +95,7 @@ OConnectionPool::OConnectionPool(const Reference< XDriver >& _xDriver,
OPoolCollection
::
getNodeValue
(
getTimeoutNodeName
(),
m_xDriverNode
)
>>=
m_nALiveCount
;
calculateTimeOuts
();
m_xInvalidator
=
new
OPoolTimer
(
this
,
::
vos
::
TTimeValue
(
m_nTimeOut
,
0
));
m_xInvalidator
=
new
OPoolTimer
(
this
,
::
salhelper
::
TTimeValue
(
m_nTimeOut
,
0
));
m_xInvalidator
->
start
();
}
// -----------------------------------------------------------------------------
...
...
connectivity/source/cpool/ZConnectionPool.hxx
Dosyayı görüntüle @
ef07ecf9
...
...
@@ -37,7 +37,7 @@
#include <cppuhelper/implbase1.hxx>
#include <comphelper/stl_types.hxx>
#include <osl/mutex.hxx>
#include <
vos
/timer.hxx>
#include <
salhelper
/timer.hxx>
#include <vos/ref.hxx>
#include <rtl/digest.h>
...
...
@@ -47,12 +47,12 @@ namespace connectivity
//==========================================================================
/// OPoolTimer - Invalidates the connection pool
//==========================================================================
class
OPoolTimer
:
public
::
vos
::
O
Timer
class
OPoolTimer
:
public
::
salhelper
::
Timer
{
OConnectionPool
*
m_pPool
;
public
:
OPoolTimer
(
OConnectionPool
*
_pPool
,
const
::
vos
::
TTimeValue
&
_Time
)
:
::
vos
::
O
Timer
(
_Time
)
OPoolTimer
(
OConnectionPool
*
_pPool
,
const
::
salhelper
::
TTimeValue
&
_Time
)
:
::
salhelper
::
Timer
(
_Time
)
,
m_pPool
(
_pPool
)
{}
protected
:
...
...
connectivity/source/cpool/makefile.mk
Dosyayı görüntüle @
ef07ecf9
...
...
@@ -63,7 +63,8 @@ SHL1STDLIBS=\
$(CPPUHELPERLIB)
\
$(VOSLIB)
\
$(DBTOOLSLIB)
\
$(SALLIB)
$(SALLIB)
\
$(SALHELPERLIB)
SHL1DEPN
=
SHL1IMPLIB
=
i
$(SHL1TARGET)
...
...
framework/inc/helper/timerhelper.hxx
Dosyayı görüntüle @
ef07ecf9
...
...
@@ -29,7 +29,7 @@
#define __FRAMEWORK_HELPER_TIMERHELPER_HXX_
#include <threadhelp/threadhelpbase.hxx>
#include <
vos
/timer.hxx>
#include <
salhelper
/timer.hxx>
#include <osl/mutex.hxx>
//........................................................................
...
...
framework/inc/pch/precompiled_framework.hxx
Dosyayı görüntüle @
ef07ecf9
...
...
@@ -371,6 +371,7 @@
#include "sal/main.h"
#include "salhelper/singletonref.hxx"
#include "salhelper/timer.hxx"
#include "sot/exchange.hxx"
#include "sot/filelist.hxx"
...
...
@@ -488,7 +489,6 @@
#include "vos/process.hxx"
#include "vos/ref.hxx"
#include "vos/thread.hxx"
#include "vos/timer.hxx"
//---MARKER---
#endif
...
...
framework/util/makefile.mk
Dosyayı görüntüle @
ef07ecf9
...
...
@@ -354,6 +354,7 @@ SHL4STDLIBS= \
$(CPPULIB)
\
$(SALLIB)
\
$(UCBHELPERLIB)
\
$(SALHELPERLIB)
\
$(I18NISOLANGLIB)
SHL4DEF
=
$(MISC)$/$(SHL4TARGET)
.def
...
...
svx/source/fmcomp/trace.cxx
Dosyayı görüntüle @
ef07ecf9
...
...
@@ -37,7 +37,7 @@
//------------------------------------------------------------------------------
::
vos
::
OMutex
Tracer
::
s_aMapSafety
;
::
std
::
map
<
::
oslThreadIdentifier
,
INT32
,
::
std
::
less
<
::
vos
::
OThread
::
T
ThreadIdentifier
>
>
::
std
::
map
<
::
oslThreadIdentifier
,
INT32
,
::
std
::
less
<
::
osl
::
ThreadIdentifier
>
>
Tracer
::
s_aThreadIndents
;
//------------------------------------------------------------------------------
...
...
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