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
8ae194ca
Kaydet (Commit)
8ae194ca
authored
Eyl 21, 2012
tarafından
Peter Foley
Kaydeden (comit)
David Tardon
Eki 07, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix mergedlib on windows
Change-Id: I30ee99fe2a2e92c69ebfcef9af5ff1bb27ec114b
üst
a0eef541
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
implbase1.hxx
cppuhelper/inc/cppuhelper/implbase1.hxx
+1
-1
implbase2.hxx
cppuhelper/inc/cppuhelper/implbase2.hxx
+1
-1
No files found.
cppuhelper/inc/cppuhelper/implbase1.hxx
Dosyayı görüntüle @
8ae194ca
...
...
@@ -104,7 +104,7 @@ namespace cppu
to implement 1 till 12 interfaces in your component.
*/
template
<
class
Ifc1
>
class
SAL_NO_VTABLE
SAL_DLLPUBLIC_TEMPLATE
WeakImplHelper1
class
SAL_NO_VTABLE
SAL_DLLPUBLIC_TEMPLATE
SAL_DLLPUBLIC_EXPORT
WeakImplHelper1
:
public
OWeakObject
,
public
com
::
sun
::
star
::
lang
::
XTypeProvider
,
public
Ifc1
...
...
cppuhelper/inc/cppuhelper/implbase2.hxx
Dosyayı görüntüle @
8ae194ca
...
...
@@ -100,7 +100,7 @@ namespace cppu
Your sub class defines method implementations for these interface(s).
*/
template
<
class
Ifc1
,
class
Ifc2
>
class
SAL_NO_VTABLE
SAL_DLLPUBLIC_TEMPLATE
WeakImplHelper2
class
SAL_NO_VTABLE
SAL_DLLPUBLIC_TEMPLATE
SAL_DLLPUBLIC_EXPORT
WeakImplHelper2
:
public
OWeakObject
,
public
com
::
sun
::
star
::
lang
::
XTypeProvider
,
public
Ifc1
,
public
Ifc2
...
...
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