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
efbaef03
Kaydet (Commit)
efbaef03
authored
Mar 12, 2001
tarafından
Daniel Boelzle
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
put deprecated factory export function defines back
üst
3b409446
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
factory.hxx
cppuhelper/inc/cppuhelper/factory.hxx
+16
-2
No files found.
cppuhelper/inc/cppuhelper/factory.hxx
Dosyayı görüntüle @
efbaef03
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: factory.hxx,v $
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
* last change: $Author: dbo $ $Date: 2001-03-
09 12:15:26
$
* last change: $Author: dbo $ $Date: 2001-03-
12 16:52:03
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -134,6 +134,20 @@ typedef void * (SAL_CALL * component_getFactoryFunc)(
//##################################################################################################
#define WRITE_COMPONENT_INFO_FUNCTION "writeComponentInfo"
#define CREATE_COMPONENT_FACTORY_FUNCTION "createComponentFactory"
/** This function pointer describes a function to write needed administrativ information
* about a component into the registry.
*/
typedef
sal_Bool
(
SAL_CALL
*
WriteComponentInfoFunc
)(
uno_Interface
*
pXKey
);
/** This function pointer describes a function to create a factory for one or more components.
*/
typedef
uno_Interface
*
(
SAL_CALL
*
CreateComponentFactoryFunc
)(
const
sal_Unicode
*
,
uno_Interface
*
pXSMgr
,
uno_Interface
*
pXKey
);
/** */
//for docpp
namespace
cppu
{
...
...
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