Kaydet (Commit) efbaef03 authored tarafından Daniel Boelzle's avatar Daniel Boelzle

put deprecated factory export function defines back

üst 3b409446
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment